tdebluez
org::bluez::obex::Agent1Proxy Class Reference

#include <agent1Proxy.h>

Inheritance diagram for org::bluez::obex::Agent1Proxy:

Signals

void AsyncErrorResponseDetected (int asyncCallId, const TQT_DBusError error)
void ReleaseAsyncReply (int asyncCallId)
void AuthorizePushAsyncReply (int asyncCallId, const TQString &filepath)
void CancelAsyncReply (int asyncCallId)

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 &)
Agent1Proxyoperator= (const Agent1Proxy &)

Detailed Description

Definition at line 28 of file libtdeobex/interfaces/agent1Proxy.h.

Constructor & Destructor Documentation

◆ Agent1Proxy() [1/2]

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().

◆ ~Agent1Proxy()

org::bluez::obex::Agent1Proxy::~Agent1Proxy ( )
virtual

Definition at line 35 of file libtdeobex/interfaces/agent1Proxy.cpp.

References m_baseProxy.

◆ Agent1Proxy() [2/2]

org::bluez::obex::Agent1Proxy::Agent1Proxy ( const Agent1Proxy & )
private

References Agent1Proxy().

Member Function Documentation

◆ AsyncErrorResponseDetected

void org::bluez::obex::Agent1Proxy::AsyncErrorResponseDetected ( int asyncCallId,
const TQT_DBusError error )
signal

◆ AuthorizePushAsync()

bool org::bluez::obex::Agent1Proxy::AuthorizePushAsync ( int & asyncCallId,
const TQT_DBusObjectPath & transfer,
TQT_DBusError & error )
virtual

Definition at line 58 of file libtdeobex/interfaces/agent1Proxy.cpp.

References m_asyncCalls, and m_baseProxy.

◆ AuthorizePushAsyncReply

void org::bluez::obex::Agent1Proxy::AuthorizePushAsyncReply ( int asyncCallId,
const TQString & filepath )
signal

◆ CancelAsync()

bool org::bluez::obex::Agent1Proxy::CancelAsync ( int & asyncCallId,
TQT_DBusError & error )
virtual

Definition at line 72 of file libtdeobex/interfaces/agent1Proxy.cpp.

References m_asyncCalls, and m_baseProxy.

◆ CancelAsyncReply

void org::bluez::obex::Agent1Proxy::CancelAsyncReply ( int asyncCallId)
signal

◆ operator=()

Agent1Proxy & org::bluez::obex::Agent1Proxy::operator= ( const Agent1Proxy & )
private

References Agent1Proxy().

◆ ReleaseAsync()

bool org::bluez::obex::Agent1Proxy::ReleaseAsync ( int & asyncCallId,
TQT_DBusError & error )
virtual

Definition at line 45 of file libtdeobex/interfaces/agent1Proxy.cpp.

References m_asyncCalls, and m_baseProxy.

◆ ReleaseAsyncReply

void org::bluez::obex::Agent1Proxy::ReleaseAsyncReply ( int asyncCallId)
signal

◆ setConnection()

void org::bluez::obex::Agent1Proxy::setConnection ( const TQT_DBusConnection & connection)

Definition at line 40 of file libtdeobex/interfaces/agent1Proxy.cpp.

References m_baseProxy.

◆ slotHandleAsyncReply

void org::bluez::obex::Agent1Proxy::slotHandleAsyncReply ( int id,
const TQT_DBusMessage & message )
protectedvirtualslot

Member Data Documentation

◆ m_asyncCalls

TQMap<int, TQString> org::bluez::obex::Agent1Proxy::m_asyncCalls
protected

Definition at line 62 of file libtdeobex/interfaces/agent1Proxy.h.

◆ m_baseProxy

TQT_DBusProxy* org::bluez::obex::Agent1Proxy::m_baseProxy
protected

Definition at line 60 of file libtdeobex/interfaces/agent1Proxy.h.


The documentation for this class was generated from the following files: