Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Examples  

YProjectStatistics Class Reference

#include <statistics.h>

Inheritance diagram for YProjectStatistics:

Inheritance graph
[legend]
Collaboration diagram for YProjectStatistics:

Collaboration graph
[legend]
List of all members.

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

YProjectLogFileprojectlogfile

Detailed Description

This class can handle all environments of the whole projects


Constructor & Destructor Documentation

YProjectStatistics::YProjectStatistics YProjectLogFile   lfs [inline]
 


Member Function Documentation

virtual QStringList YProjectStatistics::GetEntryNames   const [inline, virtual]
 

Returns a list of entry names which should be drawn in each row.

Implements YStatistics.

virtual unsigned int YProjectStatistics::GetMaxEntries   const [inline, virtual]
 

Returns the number of entries (columns) of the statistic table.

Implements YStatistics.

virtual QString YProjectStatistics::GetSubTitleName   const [pure virtual]
 

Returns the property names.

Implemented in YTaskProjectStatistics, YMutexProjectStatistics, YCPUProjectStatistics, and YSummaryProjectStatistics.

virtual QString YProjectStatistics::GetSubTitleType   const [pure virtual]
 

Returns the statistic type "Task" or "Mutex".

Implemented in YTaskProjectStatistics, YMutexProjectStatistics, YCPUProjectStatistics, and YSummaryProjectStatistics.

virtual QString YProjectStatistics::GetTableTitle   const [inline, virtual]
 

Returns the title of statistic table.

Implements YStatistics.

Reimplemented in YSummaryProjectStatistics.


Member Data Documentation

YProjectLogFile& YProjectStatistics::projectlogfile [protected]
 


The documentation for this class was generated from the following file:
Generated on Fri Feb 14 00:00:31 2003 for Yasa by doxygen1.3-rc3