#include <logfilestatistics.h>
Inheritance diagram for YIntStatisticEntry:
Public Member Functions | |
YIntStatisticEntry (const int &i=0) | |
Protected Member Functions | |
virtual QString | _GetVisibleString () const |
virtual void | IncContent () |
Increment integer. | |
virtual QString | _GetKey () const |
Returns a string used to sorting more than one item of this type. |
|
|
|
Returns a string used to sorting more than one item of this type.
Reimplemented from YStatisticEntry< int >. |
|
This function returns the visible content string of the statistic entry. It is allowed to call the function only if the content is valid. Implements YStatisticEntry< int >. |
|
Increment integer.
Reimplemented from YStatisticBaseEntry. |