tdebluez
|
#include <agent1Proxy.h>
Public Member Functions | |
Agent1Proxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) | |
virtual | ~Agent1Proxy () |
void | setConnection (const TQT_DBusConnection &connection) |
virtual bool | ReleaseAsync (int &asyncCallId, TQT_DBusError &error) |
virtual bool | AuthorizePushAsync (int &asyncCallId, const TQT_DBusObjectPath &transfer, TQT_DBusError &error) |
virtual bool | CancelAsync (int &asyncCallId, TQT_DBusError &error) |
Protected Slots | |
virtual void | slotHandleAsyncReply (int id, const TQT_DBusMessage &message) |
Protected Attributes | |
TQT_DBusProxy * | m_baseProxy |
TQMap< int, TQString > | m_asyncCalls |
Private Member Functions | |
Agent1Proxy (const Agent1Proxy &) | |
Agent1Proxy & | operator= (const Agent1Proxy &) |
Definition at line 28 of file libtdeobex/interfaces/agent1Proxy.h.
org::bluez::obex::Agent1Proxy::Agent1Proxy | ( | const TQString & | service, |
const TQString & | path, | ||
TQObject * | parent = 0 , |
||
const char * | name = 0 |
||
) |
Definition at line 23 of file libtdeobex/interfaces/agent1Proxy.cpp.
References m_baseProxy, and slotHandleAsyncReply().
|
virtual |
Definition at line 35 of file libtdeobex/interfaces/agent1Proxy.cpp.
References m_baseProxy.
|
private |
|
signal |
|
virtual |
Definition at line 58 of file libtdeobex/interfaces/agent1Proxy.cpp.
References m_asyncCalls, and m_baseProxy.
|
signal |
|
virtual |
Definition at line 72 of file libtdeobex/interfaces/agent1Proxy.cpp.
References m_asyncCalls, and m_baseProxy.
|
private |
|
virtual |
Definition at line 45 of file libtdeobex/interfaces/agent1Proxy.cpp.
References m_asyncCalls, and m_baseProxy.
void org::bluez::obex::Agent1Proxy::setConnection | ( | const TQT_DBusConnection & | connection | ) |
Definition at line 40 of file libtdeobex/interfaces/agent1Proxy.cpp.
References m_baseProxy.
|
protectedvirtualslot |
Definition at line 85 of file libtdeobex/interfaces/agent1Proxy.cpp.
References AsyncErrorResponseDetected(), AuthorizePushAsyncReply(), CancelAsyncReply(), m_asyncCalls, and ReleaseAsyncReply().
Definition at line 62 of file libtdeobex/interfaces/agent1Proxy.h.
|
protected |
Definition at line 60 of file libtdeobex/interfaces/agent1Proxy.h.