YATiSh
Yet Another TIme SHeet
|
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | RawRecord |
Element of typefined std:vector RawData (yatishPlot.big_data). More... | |
struct | ProcessedRecord |
Element of typefined std:vector ProcessedData (yatishPlot.data). More... | |
Typedefs | |
typedef map< string, unsigned long > | Map4pie |
typedef vector< RawRecord > | RawData |
typedef vector< ProcessedRecord > | ProcessedData |
Enumerations | |
enum | PlotType { timeSeries , pieChart } |
Same order as yatishFrame::choiceChart. More... | |
enum | AggregateType { invalid = -1 , hoursTotal , daysWorked , hoursAdayMax , timeRangeMax , minutesAtimeslot } |
Same order as yatishFrame::choiceAggregate (except invalid of course). More... | |
enum | ClusterType { clientClusters , projectClusters , taskClusters , toolClusters , none } |
Same order as yatishFrame::choiceCluster. More... | |
typedef map<string, unsigned long> Map4pie |
Definition at line 18 of file yatishTypes.h.
typedef vector<ProcessedRecord> ProcessedData |
Definition at line 38 of file yatishTypes.h.
Definition at line 25 of file yatishTypes.h.
enum AggregateType |
Same order as yatishFrame::choiceAggregate (except invalid
of course).
Enumerator | |
---|---|
invalid | |
hoursTotal | |
daysWorked | |
hoursAdayMax | |
timeRangeMax | |
minutesAtimeslot |
Definition at line 47 of file yatishTypes.h.
enum ClusterType |
Same order as yatishFrame::choiceCluster.
none
a.k.a. _("None")
must be the last one. Enumerator | |
---|---|
clientClusters | |
projectClusters | |
taskClusters | |
toolClusters | |
none |
Definition at line 58 of file yatishTypes.h.
enum PlotType |
Same order as yatishFrame::choiceChart.
Enumerator | |
---|---|
timeSeries | |
pieChart |
Definition at line 41 of file yatishTypes.h.