#include <statistichandler.h>
Inheritance diagram for YStatisticHandler:
Signals | |
void | NewStatisticsInserted (YStatisticsInfo *si) |
Public Member Functions | |
YStatisticHandler (QWidget *p) | |
virtual int | InsertStatistics (YStatistics *t)=0 |
QList< YStatisticsInfo > & | GetStatisticsList () |
virtual void | ClearResults () |
Remove all results from handler (e.g. if logfile was changed). | |
Protected Attributes | |
QList< YStatisticsInfo > | list |
Private Attributes | |
Q_OBJECT QWidget * | parent |
|
A new statistic table is inserting. InitInstance will called here ! |
|
Remove all results from handler (e.g. if logfile was changed).
Implements YResultHandler. Reimplemented in YStatisticTableHandler. |
|
|
|
Implemented in YStatisticTableHandler. |
|
|
|
|
|
|