#include <logfilestatistics.h>
Inheritance diagram for YPercentStatisticEntry:
Public Member Functions | |
YPercentStatisticEntry () | |
YPercentStatisticEntry (const PERCENTTYPE &i) | |
void | CalcContent (YASA_TIME G, YASA_TIME W) |
void | CalcContent (int G, int W) |
void | CalcContent (double G, double W) |
virtual QString | _GetKey () const |
Returns a string used to sorting more than one item of this type. | |
Protected Member Functions | |
virtual QString | _GetVisibleString () const |
|
|
|
|
|
Returns a string used to sorting more than one item of this type.
Reimplemented from YStatisticEntry< PERCENTTYPE >. |
|
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< PERCENTTYPE >. |
|
|
|
|
|
|