|
ACF $AcfVersion:0$
|
Wrapper for providing additional component life-cycle states based on the application's runtime status. More...
#include <TRuntimeStatusHanderCompWrap.h>
Public Types | |
| enum | ModelId { MI_RUNTIME_STATUS = 0 , MI_LAST } |
| typedef ComponentClass | BaseClass |
Public Member Functions | |
| TRuntimeStatusHanderCompWrap () | |
Protected Member Functions | |
| virtual void | OnSystemStarting () |
| The method will be called directly after the creating the event loop of the application. | |
| virtual void | OnSystemStarted () |
| The method will be called after the application' initialization was completed. | |
| virtual void | OnSystemShutdown () |
| The method will be called before the event loop of the application is quit. | |
| virtual void | OnComponentCreated () override |
| virtual void | OnComponentDestroyed () override |
Protected Attributes | |
| RuntimeStatusObserver | m_statusObserver |
Wrapper for providing additional component life-cycle states based on the application's runtime status.
Definition at line 20 of file TRuntimeStatusHanderCompWrap.h.
| typedef ComponentClass ibase::TRuntimeStatusHanderCompWrap< ComponentClass >::BaseClass |
Definition at line 23 of file TRuntimeStatusHanderCompWrap.h.
| enum ibase::TRuntimeStatusHanderCompWrap::ModelId |
| Enumerator | |
|---|---|
| MI_RUNTIME_STATUS | |
| MI_LAST | |
Definition at line 25 of file TRuntimeStatusHanderCompWrap.h.
| ibase::TRuntimeStatusHanderCompWrap< ComponentClass >::TRuntimeStatusHanderCompWrap | ( | ) |
Definition at line 83 of file TRuntimeStatusHanderCompWrap.h.
|
overrideprotectedvirtual |
Definition at line 112 of file TRuntimeStatusHanderCompWrap.h.
|
overrideprotectedvirtual |
Definition at line 123 of file TRuntimeStatusHanderCompWrap.h.
|
protectedvirtual |
The method will be called before the event loop of the application is quit.
Definition at line 104 of file TRuntimeStatusHanderCompWrap.h.
|
protectedvirtual |
The method will be called after the application' initialization was completed.
Definition at line 98 of file TRuntimeStatusHanderCompWrap.h.
|
protectedvirtual |
The method will be called directly after the creating the event loop of the application.
Definition at line 92 of file TRuntimeStatusHanderCompWrap.h.
|
protected |
Definition at line 76 of file TRuntimeStatusHanderCompWrap.h.