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