#include <servicemanager.h>
List of all members.
Member Function Documentation
| static QObject* qutim_sdk_0_3::ServiceManager::getByName |
( |
const QByteArray & |
name | ) |
[static] |
template<typename T >
| static T qutim_sdk_0_3::ServiceManager::getByName |
( |
const QByteArray & |
name | ) |
[inline, static] |
| void qutim_sdk_0_3::ServiceManager::initedChanged |
( |
bool |
inited = true | ) |
[signal] |
| static ServiceManager* qutim_sdk_0_3::ServiceManager::instance |
( |
| ) |
[static] |
| static bool qutim_sdk_0_3::ServiceManager::isInited |
( |
| ) |
[static] |
| static ExtensionInfoList qutim_sdk_0_3::ServiceManager::listImplementations |
( |
const QByteArray & |
name | ) |
[static] |
List info about all implementations of service with.
- Parameters:
-
| static QList<QByteArray> qutim_sdk_0_3::ServiceManager::names |
( |
| ) |
[static] |
| void qutim_sdk_0_3::ServiceManager::serviceChanged |
( |
const QByteArray & |
name, |
|
|
QObject * |
newObject, |
|
|
QObject * |
oldObject |
|
) |
| [signal] |
Notify a change of service.
| void qutim_sdk_0_3::ServiceManager::serviceChanged |
( |
QObject * |
newObject, |
|
|
QObject * |
oldObject |
|
) |
| [signal] |
| static bool qutim_sdk_0_3::ServiceManager::setImplementation |
( |
const QByteArray & |
name, |
|
|
const ExtensionInfo & |
info |
|
) |
| [static] |
Set an implementation with.
- Parameters:
-
| info | for service with |
| name. | When |
| info | is empty, service is turned off. Returns true, if the service has been successfully switched. Otherwise, return false. |
Friends And Related Function Documentation
Property Documentation
bool qutim_sdk_0_3::ServiceManager::inited [read] |
The documentation for this class was generated from the following file: