#include <mw/cwrt/service.h>
| class ServiceSingleton |
| Public Member Functions | |
|---|---|
| ServiceSingleton() | |
| virtual | ~ServiceSingleton() |
| void | addChild(QObject *) |
| void | addRef() |
| void | getInterface(const ServiceInterfaceInfo &, void **) |
| IServiceBase * | getServiceBase() |
| QObject * | getServiceObject() |
| void | release() |
The class for singleton service object, reference count is not used
| ServiceSingleton | ( | ) | [inline] |
| ~ServiceSingleton | ( | ) | [inline, virtual] |
| void | addChild | ( | QObject * | aObject | ) | [inline] |
End IServiceBase implementation.
| void | addRef | ( | ) | [inline] |
| void | getInterface | ( | const ServiceInterfaceInfo & | aInterfaceInfo, |
| void ** | aInterface | |||
| ) | [inline] | |||
Begin IServiceBase implementation.