Quark  0.1
Service Class Referenceabstract

#include <Service.h++>

Inheritance diagram for Service:

Public Member Functions

virtual ~Service ()
 

Protected Member Functions

 Service (int argc, char **argv, const QString &name, const QString &displayName, const QString &description)
 
bool detach ()
 
virtual bool init ()=0
 
virtual void shutdown ()=0
 
void testShutdown ()
 
bool isDebug () const
 
QString getError () const
 

Constructor & Destructor Documentation

◆ ~Service()

virtual ~Service ( )
virtual

◆ Service()

Service ( int  argc,
char **  argv,
const QString &  name,
const QString &  displayName,
const QString &  description 
)
protected

Member Function Documentation

◆ detach()

bool detach ( )
protected

◆ getError()

QString getError ( ) const
inlineprotected

◆ init()

virtual bool init ( )
protectedpure virtual

◆ isDebug()

bool isDebug ( ) const
inlineprotected

◆ shutdown()

virtual void shutdown ( )
protectedpure virtual

◆ testShutdown()

void testShutdown ( )
protected

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