tdebluez
|
#include <healthmanager1Proxy.h>
Public Member Functions | |
HealthManager1Proxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) | |
virtual | ~HealthManager1Proxy () |
void | setConnection (const TQT_DBusConnection &connection) |
virtual bool | CreateApplication (const TQMap< TQString, TQT_DBusVariant > &config, TQT_DBusObjectPath &application, TQT_DBusError &error) |
virtual bool | DestroyApplication (const TQT_DBusObjectPath &application, TQT_DBusError &error) |
Protected Attributes | |
TQT_DBusProxy * | m_baseProxy |
Private Member Functions | |
HealthManager1Proxy (const HealthManager1Proxy &) | |
HealthManager1Proxy & | operator= (const HealthManager1Proxy &) |
Definition at line 27 of file healthmanager1Proxy.h.
org::bluez::HealthManager1Proxy::HealthManager1Proxy | ( | const TQString & | service, |
const TQString & | path, | ||
TQObject * | parent = 0 , |
||
const char * | name = 0 |
||
) |
Definition at line 25 of file healthmanager1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 35 of file healthmanager1Proxy.cpp.
References m_baseProxy.
|
private |
|
virtual |
Definition at line 45 of file healthmanager1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 65 of file healthmanager1Proxy.cpp.
References m_baseProxy.
|
private |
void org::bluez::HealthManager1Proxy::setConnection | ( | const TQT_DBusConnection & | connection | ) |
Definition at line 40 of file healthmanager1Proxy.cpp.
References m_baseProxy.
|
protected |
Definition at line 44 of file healthmanager1Proxy.h.