tdebluez
|
#include <client1Proxy.h>
Public Member Functions | |
Client1Proxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) | |
virtual | ~Client1Proxy () |
void | setConnection (const TQT_DBusConnection &connection) |
virtual bool | CreateSession (const TQString &destination, const TQMap< TQString, TQT_DBusVariant > &args, TQT_DBusObjectPath &session, TQT_DBusError &error) |
virtual bool | RemoveSession (const TQT_DBusObjectPath &session, TQT_DBusError &error) |
Protected Attributes | |
TQT_DBusProxy * | m_baseProxy |
Private Member Functions | |
Client1Proxy (const Client1Proxy &) | |
Client1Proxy & | operator= (const Client1Proxy &) |
Definition at line 29 of file client1Proxy.h.
org::bluez::obex::Client1Proxy::Client1Proxy | ( | const TQString & | service, |
const TQString & | path, | ||
TQObject * | parent = 0 , |
||
const char * | name = 0 |
||
) |
Definition at line 27 of file client1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 37 of file client1Proxy.cpp.
References m_baseProxy.
|
private |
|
virtual |
Definition at line 47 of file client1Proxy.cpp.
References m_baseProxy.
|
private |
|
virtual |
Definition at line 68 of file client1Proxy.cpp.
References m_baseProxy.
void org::bluez::obex::Client1Proxy::setConnection | ( | const TQT_DBusConnection & | connection | ) |
Definition at line 42 of file client1Proxy.cpp.
References m_baseProxy.
|
protected |
Definition at line 46 of file client1Proxy.h.