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