#include <logfilestatistics.h>
Inheritance diagram for YStatisticBaseEntry:
Public Member Functions | |
virtual | ~YStatisticBaseEntry () |
virtual bool | IsValid () const=0 |
Returns true if the content is valid. | |
virtual void | Invalid ()=0 |
Set the content to invalid. | |
virtual void | Reset ()=0 |
Reset the content to its initial state. | |
virtual QString | GetVisibleString () const=0 |
Returns the visible string of the content. | |
virtual QString | GetKey () const=0 |
Returns a string used to sorting more than one item of this type. | |
virtual void | IncContent () |
Return the visible string used for contents which are unknown. | |
Static Public Member Functions | |
QString | GetUnknownString () |
Return the visible string used for contents which are unknown. | |
QString | GetInvalidString () |
Return the visible string used for contents which are invalid. |
|
|
|
Return the visible string used for contents which are invalid.
|
|
Returns a string used to sorting more than one item of this type.
Implemented in YStatisticEntry< T >, YStatisticEntry< YASA_TIME >, YStatisticEntry< double >, YStatisticEntry< QString >, YStatisticEntry< int >, YStatisticEntry< PERCENTTYPE >, and YStatisticEntry< bool >. |
|
Return the visible string used for contents which are unknown.
|
|
Returns the visible string of the content.
Implemented in YStatisticEntry< T >, YStatisticEntry< YASA_TIME >, YStatisticEntry< double >, YStatisticEntry< QString >, YStatisticEntry< int >, YStatisticEntry< PERCENTTYPE >, and YStatisticEntry< bool >. |
|
Return the visible string used for contents which are unknown.
Reimplemented in YIntStatisticEntry. |
|
Set the content to invalid.
Implemented in YStatisticEntry< T >, YStatisticEntry< YASA_TIME >, YStatisticEntry< double >, YStatisticEntry< QString >, YStatisticEntry< int >, YStatisticEntry< PERCENTTYPE >, and YStatisticEntry< bool >. |
|
Returns true if the content is valid.
Implemented in YStatisticEntry< T >, YStatisticEntry< YASA_TIME >, YStatisticEntry< double >, YStatisticEntry< QString >, YStatisticEntry< int >, YStatisticEntry< PERCENTTYPE >, and YStatisticEntry< bool >. |
|
Reset the content to its initial state.
Implemented in YStatisticEntry< T >, YStatisticEntry< YASA_TIME >, YStatisticEntry< double >, YStatisticEntry< QString >, YStatisticEntry< int >, YStatisticEntry< PERCENTTYPE >, and YStatisticEntry< bool >. |