#include <resulthandler.h>
Inheritance diagram for YResultHandler:
Public Member Functions | |
virtual | ~YResultHandler () |
virtual void | ClearResults ()=0 |
Remove all results from handler (e.g. if logfile was changed). | |
virtual int | PostCreate () |
This function must be called after inserting all timing diagrams. | |
virtual int | PostUpdate () |
This function can be used to recreate destroyed widgets (e.g. during ClearResults() ). |
|
|
|
Remove all results from handler (e.g. if logfile was changed).
Implemented in YStatisticHandler, YStatisticTableHandler, and YTimingHandler. |
|
This function must be called after inserting all timing diagrams.
Reimplemented in YStatisticTableHandler, and YTimingHandler. |
|
This function can be used to recreate destroyed widgets (e.g. during ClearResults() ).
Reimplemented in YStatisticTableHandler. |