tdebluez
|
#include <networkserver1Proxy.h>
Public Member Functions | |
NetworkServer1Proxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) | |
virtual | ~NetworkServer1Proxy () |
void | setConnection (const TQT_DBusConnection &connection) |
virtual bool | Register (const TQString &uuid, const TQString &bridge, TQT_DBusError &error) |
virtual bool | Unregister (const TQString &uuid, TQT_DBusError &error) |
Protected Attributes | |
TQT_DBusProxy * | m_baseProxy |
Private Member Functions | |
NetworkServer1Proxy (const NetworkServer1Proxy &) | |
NetworkServer1Proxy & | operator= (const NetworkServer1Proxy &) |
Definition at line 24 of file networkserver1Proxy.h.
org::bluez::NetworkServer1Proxy::NetworkServer1Proxy | ( | const TQString & | service, |
const TQString & | path, | ||
TQObject * | parent = 0 , |
||
const char * | name = 0 |
||
) |
Definition at line 20 of file networkserver1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 30 of file networkserver1Proxy.cpp.
References m_baseProxy.
|
private |
|
private |
|
virtual |
Definition at line 40 of file networkserver1Proxy.cpp.
References m_baseProxy.
void org::bluez::NetworkServer1Proxy::setConnection | ( | const TQT_DBusConnection & | connection | ) |
Definition at line 35 of file networkserver1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 53 of file networkserver1Proxy.cpp.
References m_baseProxy.
|
protected |
Definition at line 41 of file networkserver1Proxy.h.