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


Public Member Functions | |
| ARCSAppThreadEvent (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 ARCSAppEvent | |
| ARCSAppEvent (ARCSProcess *parent) | |
Public Member Functions inherited from ARCSAppMode | |
| ARCSAppMode (ARCSProcess *parent) | |
Protected Member Functions | |
| virtual void | run () |
Protected Member Functions inherited from ARCSAppEvent | |
| virtual void | initHook () |
Protected Member Functions inherited from ARCSAppMode | |
| ARCSProcess * | parent () |
Additional Inherited Members | |
Static Public Attributes inherited from ARCSAppEvent | |
| static int | eventType = QEvent::registerEventType() |
Threaded and event-loop based application handler.
Definition at line 158 of file arcsappmode.h.
1.8.9.1