Torc  0.1
Public Member Functions | List of all members
TorcHTTPServerObject Class Reference
Inheritance diagram for TorcHTTPServerObject:
[legend]

Public Member Functions

 TorcHTTPServerObject ()
 
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

Definition at line 974 of file torchttpserver.cpp.

Constructor & Destructor Documentation

TorcHTTPServerObject::TorcHTTPServerObject ( )
inline

Definition at line 977 of file torchttpserver.cpp.

Member Function Documentation

void TorcHTTPServerObject::Create ( void  )
inlinevirtual

Implements TorcAdminObject.

Definition at line 1001 of file torchttpserver.cpp.

void TorcHTTPServerObject::Destroy ( void  )
inlinevirtual

Implements TorcAdminObject.

Definition at line 1009 of file torchttpserver.cpp.

void TorcHTTPServerObject::GetStrings ( QVariantMap &  Strings)
inlinevirtual

Implements TorcStringFactory.

Definition at line 986 of file torchttpserver.cpp.


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