tdebluez
org::bluez::Agent1Proxy Class Reference

#include <agent1Proxy.h>

Inheritance diagram for org::bluez::Agent1Proxy:

Signals

void AsyncErrorResponseDetected (int asyncCallId, const TQT_DBusError error)
void RequestPinCodeAsyncReply (int asyncCallId, const TQString &pincode)
void DisplayPinCodeAsyncReply (int asyncCallId)
void RequestPasskeyAsyncReply (int asyncCallId, TQ_UINT32 passkey)
void DisplayPasskeyAsyncReply (int asyncCallId)
void RequestConfirmationAsyncReply (int asyncCallId)
void RequestAuthorizationAsyncReply (int asyncCallId)
void AuthorizeServiceAsyncReply (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 Release (TQT_DBusError &error)
virtual bool Cancel (TQT_DBusError &error)
virtual bool RequestPinCodeAsync (int &asyncCallId, const TQT_DBusObjectPath &device, TQT_DBusError &error)
virtual bool DisplayPinCodeAsync (int &asyncCallId, const TQT_DBusObjectPath &device, const TQString &pincode, TQT_DBusError &error)
virtual bool RequestPasskeyAsync (int &asyncCallId, const TQT_DBusObjectPath &device, TQT_DBusError &error)
virtual bool DisplayPasskeyAsync (int &asyncCallId, const TQT_DBusObjectPath &device, TQ_UINT32 passkey, TQ_UINT16 entered, TQT_DBusError &error)
virtual bool RequestConfirmationAsync (int &asyncCallId, const TQT_DBusObjectPath &device, TQ_UINT32 passkey, TQT_DBusError &error)
virtual bool RequestAuthorizationAsync (int &asyncCallId, const TQT_DBusObjectPath &device, TQT_DBusError &error)
virtual bool AuthorizeServiceAsync (int &asyncCallId, const TQT_DBusObjectPath &device, const TQString &uuid, 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 26 of file libtdebluez/interfaces/agent1Proxy.h.

Constructor & Destructor Documentation

◆ Agent1Proxy() [1/2]

org::bluez::Agent1Proxy::Agent1Proxy ( const TQString & service,
const TQString & path,
TQObject * parent = 0,
const char * name = 0 )

Definition at line 21 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_baseProxy, and slotHandleAsyncReply().

◆ ~Agent1Proxy()

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

Definition at line 33 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_baseProxy.

◆ Agent1Proxy() [2/2]

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

References Agent1Proxy().

Member Function Documentation

◆ AsyncErrorResponseDetected

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

◆ AuthorizeServiceAsync()

bool org::bluez::Agent1Proxy::AuthorizeServiceAsync ( int & asyncCallId,
const TQT_DBusObjectPath & device,
const TQString & uuid,
TQT_DBusError & error )
virtual

Definition at line 153 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_asyncCalls, and m_baseProxy.

◆ AuthorizeServiceAsyncReply

void org::bluez::Agent1Proxy::AuthorizeServiceAsyncReply ( int asyncCallId)
signal

◆ Cancel()

bool org::bluez::Agent1Proxy::Cancel ( TQT_DBusError & error)
virtual

Definition at line 54 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_baseProxy.

◆ DisplayPasskeyAsync()

bool org::bluez::Agent1Proxy::DisplayPasskeyAsync ( int & asyncCallId,
const TQT_DBusObjectPath & device,
TQ_UINT32 passkey,
TQ_UINT16 entered,
TQT_DBusError & error )
virtual

Definition at line 108 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_asyncCalls, and m_baseProxy.

◆ DisplayPasskeyAsyncReply

void org::bluez::Agent1Proxy::DisplayPasskeyAsyncReply ( int asyncCallId)
signal

◆ DisplayPinCodeAsync()

bool org::bluez::Agent1Proxy::DisplayPinCodeAsync ( int & asyncCallId,
const TQT_DBusObjectPath & device,
const TQString & pincode,
TQT_DBusError & error )
virtual

Definition at line 79 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_asyncCalls, and m_baseProxy.

◆ DisplayPinCodeAsyncReply

void org::bluez::Agent1Proxy::DisplayPinCodeAsyncReply ( int asyncCallId)
signal

◆ operator=()

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

References Agent1Proxy().

◆ Release()

bool org::bluez::Agent1Proxy::Release ( TQT_DBusError & error)
virtual

Definition at line 43 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_baseProxy.

◆ RequestAuthorizationAsync()

bool org::bluez::Agent1Proxy::RequestAuthorizationAsync ( int & asyncCallId,
const TQT_DBusObjectPath & device,
TQT_DBusError & error )
virtual

Definition at line 139 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_asyncCalls, and m_baseProxy.

◆ RequestAuthorizationAsyncReply

void org::bluez::Agent1Proxy::RequestAuthorizationAsyncReply ( int asyncCallId)
signal

◆ RequestConfirmationAsync()

bool org::bluez::Agent1Proxy::RequestConfirmationAsync ( int & asyncCallId,
const TQT_DBusObjectPath & device,
TQ_UINT32 passkey,
TQT_DBusError & error )
virtual

Definition at line 124 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_asyncCalls, and m_baseProxy.

◆ RequestConfirmationAsyncReply

void org::bluez::Agent1Proxy::RequestConfirmationAsyncReply ( int asyncCallId)
signal

◆ RequestPasskeyAsync()

bool org::bluez::Agent1Proxy::RequestPasskeyAsync ( int & asyncCallId,
const TQT_DBusObjectPath & device,
TQT_DBusError & error )
virtual

Definition at line 94 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_asyncCalls, and m_baseProxy.

◆ RequestPasskeyAsyncReply

void org::bluez::Agent1Proxy::RequestPasskeyAsyncReply ( int asyncCallId,
TQ_UINT32 passkey )
signal

◆ RequestPinCodeAsync()

bool org::bluez::Agent1Proxy::RequestPinCodeAsync ( int & asyncCallId,
const TQT_DBusObjectPath & device,
TQT_DBusError & error )
virtual

Definition at line 65 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_asyncCalls, and m_baseProxy.

◆ RequestPinCodeAsyncReply

void org::bluez::Agent1Proxy::RequestPinCodeAsyncReply ( int asyncCallId,
const TQString & pincode )
signal

◆ setConnection()

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

Definition at line 38 of file libtdebluez/interfaces/agent1Proxy.cpp.

References m_baseProxy.

◆ slotHandleAsyncReply

Member Data Documentation

◆ m_asyncCalls

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

Definition at line 80 of file libtdebluez/interfaces/agent1Proxy.h.

◆ m_baseProxy

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

Definition at line 78 of file libtdebluez/interfaces/agent1Proxy.h.


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