#include <statistichandler.h>
Inheritance diagram for YStatisticTableHandler:
Public Member Functions | |
YStatisticTableHandler (QWidget *p) | |
void | DestroyScrollFrame () |
int | InitScrollFrame () |
virtual int | InsertStatistics (YStatistics *t) |
A new statistic table is inserting. InitInstance will called here ! | |
virtual int | PostCreate () |
virtual int | PostUpdate () |
This function can be used to recreate destroyed widgets (e.g. during ClearResults() ). | |
virtual void | ClearResults () |
Remove all results from handler (e.g. if logfile was changed). | |
Private Attributes | |
QScrollView | scrollview |
QFrame * | scrollframe |
QVBoxLayout * | vboxlayout |
|
|
|
Remove all results from handler (e.g. if logfile was changed).
Reimplemented from YStatisticHandler. |
|
|
|
|
|
A new statistic table is inserting. InitInstance will called here ! A new statistic table is inserting. InitInstance will called here ! Implements YStatisticHandler. |
|
Post create statistic handler. Here we are resizing the vertical headers Reimplemented from YResultHandler. |
|
This function can be used to recreate destroyed widgets (e.g. during ClearResults() ).
Reimplemented from YResultHandler. |
|
|
|
|
|
|