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