#include <statistics.h>
Inheritance diagram for YProjectStatistics:
Public Member Functions | |
YProjectStatistics (YProjectLogFile &lfs) | |
virtual QString | GetTableTitle () const |
Returns the title of statistic table. | |
virtual QString | GetSubTitleName () const=0 |
Returns the property names. | |
virtual QString | GetSubTitleType () const=0 |
Returns the statistic type "Task" or "Mutex". | |
virtual unsigned int | GetMaxEntries () const |
Returns the number of entries (columns) of the statistic table. | |
virtual QStringList | GetEntryNames () const |
Returns a list of entry names which should be drawn in each row. | |
Protected Attributes | |
YProjectLogFile & | projectlogfile |
|
|
|
Returns a list of entry names which should be drawn in each row.
Implements YStatistics. |
|
Returns the number of entries (columns) of the statistic table.
Implements YStatistics. |
|
Returns the property names.
Implemented in YTaskProjectStatistics, YMutexProjectStatistics, YCPUProjectStatistics, and YSummaryProjectStatistics. |
|
Returns the statistic type "Task" or "Mutex".
Implemented in YTaskProjectStatistics, YMutexProjectStatistics, YCPUProjectStatistics, and YSummaryProjectStatistics. |
|
Returns the title of statistic table.
Implements YStatistics. Reimplemented in YSummaryProjectStatistics. |
|
|