Torc
0.1
|
Create the central controller object. More...
Public Member Functions | |
TorcCentralObject () | |
~TorcCentralObject () | |
void | GetStrings (QVariantMap &Strings) |
void | Create (void) |
void | Destroy (void) |
Public Member Functions inherited from TorcAdminObject | |
TorcAdminObject (int Priority=TORC_ADMIN_LOW_PRIORITY) | |
virtual | ~TorcAdminObject ()=default |
int | Priority (void) const |
TorcAdminObject * | GetNextObject (void) |
Public Member Functions inherited from TorcStringFactory | |
TorcStringFactory () | |
virtual | ~TorcStringFactory ()=default |
TorcStringFactory * | NextFactory (void) const |
Additional Inherited Members | |
Static Public Member Functions inherited from TorcAdminObject | |
static void | CreateObjects (void) |
Iterates through the list of registered TorcAdminObject's and creates them. More... | |
static void | DestroyObjects (void) |
Destroys each created admin object. More... | |
static bool | HigherPriority (const TorcAdminObject *Object1, const TorcAdminObject *Object2) |
Sort TorcAdminObject's based on relative priorities. More... | |
Static Public Member Functions inherited from TorcStringFactory | |
static QVariantMap | GetTorcStrings (void) |
Return a map of string constants and their translations. More... | |
static TorcStringFactory * | GetTorcStringFactory (void) |
Protected Attributes inherited from TorcStringFactory | |
TorcStringFactory * | nextTorcStringFactory |
Static Protected Attributes inherited from TorcStringFactory | |
static TorcStringFactory * | gTorcStringFactory = nullptr |
Create the central controller object.
Definition at line 444 of file torccentral.cpp.
|
inline |
Definition at line 449 of file torccentral.cpp.
|
inline |
Definition at line 456 of file torccentral.cpp.
|
inlinevirtual |
Implements TorcAdminObject.
Definition at line 469 of file torccentral.cpp.
|
inlinevirtual |
Implements TorcAdminObject.
Definition at line 475 of file torccentral.cpp.
|
inlinevirtual |
Implements TorcStringFactory.
Definition at line 461 of file torccentral.cpp.