Torc  0.1
Public Member Functions | List of all members
TorcPowerObject Class Reference

A static class used to create the TorcPower singleton in the admin thread. More...

Inheritance diagram for TorcPowerObject:
[legend]

Public Member Functions

 TorcPowerObject ()
 
 ~TorcPowerObject ()
 
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
 
TorcAdminObjectGetNextObject (void)
 
- Public Member Functions inherited from TorcStringFactory
 TorcStringFactory ()
 
virtual ~TorcStringFactory ()=default
 
TorcStringFactoryNextFactory (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 TorcStringFactoryGetTorcStringFactory (void)
 
- Protected Attributes inherited from TorcStringFactory
TorcStringFactorynextTorcStringFactory
 
- Static Protected Attributes inherited from TorcStringFactory
static TorcStringFactorygTorcStringFactory = nullptr
 

Detailed Description

A static class used to create the TorcPower singleton in the admin thread.

Definition at line 532 of file torcpower.cpp.

Constructor & Destructor Documentation

TorcPowerObject::TorcPowerObject ( )
inline

Definition at line 537 of file torcpower.cpp.

TorcPowerObject::~TorcPowerObject ( )
inline

Definition at line 543 of file torcpower.cpp.

Member Function Documentation

void TorcPowerObject::Create ( void  )
inlinevirtual

Implements TorcAdminObject.

Definition at line 566 of file torcpower.cpp.

void TorcPowerObject::Destroy ( void  )
inlinevirtual

Implements TorcAdminObject.

Definition at line 571 of file torcpower.cpp.

void TorcPowerObject::GetStrings ( QVariantMap &  Strings)
inlinevirtual

Implements TorcStringFactory.

Definition at line 548 of file torcpower.cpp.


The documentation for this class was generated from the following file: