1 #ifndef _M_TESTDRIVER_HH_
2 #define _M_TESTDRIVER_HH_
54 Action
Init(Diana::QEventAssembler& eva);
57 Action
Do(Diana::QEventAssembler& eva);
one-line description of your module
Action Do(Diana::QEventAssembler &eva)
Do method.
Action Init(Diana::QEventAssembler &eva)
Init method.
Action Done()
Done method.
Visitor class of QEvent that provides full handling of QEvent.
the Diana namespace is needed because sometimes we use Qt libraries, that use same class names of our...