OSDN Git Service

Added columns 'completedeffort' and 'remainingeffort' to reports.
[tjqt4port/tj2qt4.git] / taskjuggler / CSVReportElement.h
index cbd4ff5..eb06f86 100644 (file)
@@ -88,6 +88,8 @@ public:
     virtual void genCellPriority(TableCellInfo* tli);
     virtual void genCellFlags(TableCellInfo* tli);
     virtual void genCellCompleted(TableCellInfo* tli);
+    virtual void genCellCompletedEffort(TableCellInfo* tli);
+    virtual void genCellRemainingEffort(TableCellInfo* tli);
     virtual void genCellStatus(TableCellInfo* tli);
     virtual void genCellReference(TableCellInfo* tli);
     virtual void genCellScenario(TableCellInfo* tli);