![]() |
Event-loop based application handler. More...
#include <arcsappmode.h>


Public Member Functions | |
| ARCSAppEvent (ARCSProcess *parent) | |
| virtual void | startHook () |
| Hook for starting applications Subclasses should reimplement this. | |
| virtual void | tokenHook () |
| Hook for handling tokens Subclasses should reimplement this. | |
| virtual void | stopHook () |
| Hook for stopping applications Subclasses should reimplement this. | |
Public Member Functions inherited from ARCSAppMode | |
| ARCSAppMode (ARCSProcess *parent) | |
Static Public Attributes | |
| static int | eventType = QEvent::registerEventType() |
Protected Member Functions | |
| virtual void | initHook () |
Protected Member Functions inherited from ARCSAppMode | |
| ARCSProcess * | parent () |
Event-loop based application handler.
Definition at line 92 of file arcsappmode.h.
1.8.9.1