tdebluez
org::bluez::Agent1Interface Class Referenceabstract

#include <agent1Interface.h>

+ Inheritance diagram for org::bluez::Agent1Interface:

Public Member Functions

virtual ~Agent1Interface ()
 
virtual void RequestPinCodeAsyncReply (int asyncCallId, const TQString &pincode)
 
virtual void RequestPinCodeAsyncError (int asyncCallId, const TQT_DBusError &error)
 
virtual void DisplayPinCodeAsyncReply (int asyncCallId)
 
virtual void DisplayPinCodeAsyncError (int asyncCallId, const TQT_DBusError &error)
 
virtual void RequestPasskeyAsyncReply (int asyncCallId, TQ_UINT32 passkey)
 
virtual void RequestPasskeyAsyncError (int asyncCallId, const TQT_DBusError &error)
 
virtual void DisplayPasskeyAsyncReply (int asyncCallId)
 
virtual void DisplayPasskeyAsyncError (int asyncCallId, const TQT_DBusError &error)
 
virtual void RequestConfirmationAsyncReply (int asyncCallId)
 
virtual void RequestConfirmationAsyncError (int asyncCallId, const TQT_DBusError &error)
 
virtual void RequestAuthorizationAsyncReply (int asyncCallId)
 
virtual void RequestAuthorizationAsyncError (int asyncCallId, const TQT_DBusError &error)
 
virtual void AuthorizeServiceAsyncReply (int asyncCallId)
 
virtual void AuthorizeServiceAsyncError (int asyncCallId, const TQT_DBusError &error)
 

Static Public Member Functions

static void buildIntrospectionData (TQDomElement &interfaceElement)
 
static const TQCString interface ()
 

Protected Member Functions

virtual bool Release (TQT_DBusError &error)=0
 
virtual bool Cancel (TQT_DBusError &error)=0
 
virtual void RequestPinCodeAsync (int asyncCallId, const TQT_DBusObjectPath &device)=0
 
virtual void DisplayPinCodeAsync (int asyncCallId, const TQT_DBusObjectPath &device, const TQString &pincode)=0
 
virtual void RequestPasskeyAsync (int asyncCallId, const TQT_DBusObjectPath &device)=0
 
virtual void DisplayPasskeyAsync (int asyncCallId, const TQT_DBusObjectPath &device, TQ_UINT32 passkey, TQ_UINT16 entered)=0
 
virtual void RequestConfirmationAsync (int asyncCallId, const TQT_DBusObjectPath &device, TQ_UINT32 passkey)=0
 
virtual void RequestAuthorizationAsync (int asyncCallId, const TQT_DBusObjectPath &device)=0
 
virtual void AuthorizeServiceAsync (int asyncCallId, const TQT_DBusObjectPath &device, const TQString &uuid)=0
 
virtual void handleMethodReply (const TQT_DBusMessage &reply)=0
 
virtual bool handleMethodCall (const TQT_DBusMessage &message)
 
TQT_DBusMessage callRelease (const TQT_DBusMessage &message)
 
void callRequestPinCodeAsync (const TQT_DBusMessage &message)
 
void callDisplayPinCodeAsync (const TQT_DBusMessage &message)
 
void callRequestPasskeyAsync (const TQT_DBusMessage &message)
 
void callDisplayPasskeyAsync (const TQT_DBusMessage &message)
 
void callRequestConfirmationAsync (const TQT_DBusMessage &message)
 
void callRequestAuthorizationAsync (const TQT_DBusMessage &message)
 
void callAuthorizeServiceAsync (const TQT_DBusMessage &message)
 
TQT_DBusMessage callCancel (const TQT_DBusMessage &message)
 

Protected Attributes

TQMap< int, TQT_DBusMessage > m_asyncCalls
 

Detailed Description

Definition at line 25 of file libtdebluez/interfaces/agent1Interface.h.

Constructor & Destructor Documentation

◆ ~Agent1Interface()

virtual org::bluez::Agent1Interface::~Agent1Interface ( )
inlinevirtual

Definition at line 28 of file libtdebluez/interfaces/agent1Interface.h.

Member Function Documentation

◆ AuthorizeServiceAsync()

virtual void org::bluez::Agent1Interface::AuthorizeServiceAsync ( int  asyncCallId,
const TQT_DBusObjectPath &  device,
const TQString &  uuid 
)
protectedpure virtual

◆ AuthorizeServiceAsyncError()

void org::bluez::Agent1Interface::AuthorizeServiceAsyncError ( int  asyncCallId,
const TQT_DBusError &  error 
)
virtual

◆ AuthorizeServiceAsyncReply()

void org::bluez::Agent1Interface::AuthorizeServiceAsyncReply ( int  asyncCallId)
virtual

◆ buildIntrospectionData()

void org::bluez::Agent1Interface::buildIntrospectionData ( TQDomElement &  interfaceElement)
static

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

◆ callAuthorizeServiceAsync()

void org::bluez::Agent1Interface::callAuthorizeServiceAsync ( const TQT_DBusMessage &  message)
protected

◆ callCancel()

TQT_DBusMessage org::bluez::Agent1Interface::callCancel ( const TQT_DBusMessage &  message)
protected

Definition at line 393 of file libtdebluez/interfaces/agent1Interface.cpp.

References Cancel().

◆ callDisplayPasskeyAsync()

void org::bluez::Agent1Interface::callDisplayPasskeyAsync ( const TQT_DBusMessage &  message)
protected

◆ callDisplayPinCodeAsync()

void org::bluez::Agent1Interface::callDisplayPinCodeAsync ( const TQT_DBusMessage &  message)
protected

◆ callRelease()

TQT_DBusMessage org::bluez::Agent1Interface::callRelease ( const TQT_DBusMessage &  message)
protected

Definition at line 368 of file libtdebluez/interfaces/agent1Interface.cpp.

References Release().

◆ callRequestAuthorizationAsync()

void org::bluez::Agent1Interface::callRequestAuthorizationAsync ( const TQT_DBusMessage &  message)
protected

◆ callRequestConfirmationAsync()

void org::bluez::Agent1Interface::callRequestConfirmationAsync ( const TQT_DBusMessage &  message)
protected

◆ callRequestPasskeyAsync()

void org::bluez::Agent1Interface::callRequestPasskeyAsync ( const TQT_DBusMessage &  message)
protected

◆ callRequestPinCodeAsync()

void org::bluez::Agent1Interface::callRequestPinCodeAsync ( const TQT_DBusMessage &  message)
protected

◆ Cancel()

virtual bool org::bluez::Agent1Interface::Cancel ( TQT_DBusError &  error)
protectedpure virtual

◆ DisplayPasskeyAsync()

virtual void org::bluez::Agent1Interface::DisplayPasskeyAsync ( int  asyncCallId,
const TQT_DBusObjectPath &  device,
TQ_UINT32  passkey,
TQ_UINT16  entered 
)
protectedpure virtual

◆ DisplayPasskeyAsyncError()

void org::bluez::Agent1Interface::DisplayPasskeyAsyncError ( int  asyncCallId,
const TQT_DBusError &  error 
)
virtual

◆ DisplayPasskeyAsyncReply()

void org::bluez::Agent1Interface::DisplayPasskeyAsyncReply ( int  asyncCallId)
virtual

◆ DisplayPinCodeAsync()

virtual void org::bluez::Agent1Interface::DisplayPinCodeAsync ( int  asyncCallId,
const TQT_DBusObjectPath &  device,
const TQString &  pincode 
)
protectedpure virtual

◆ DisplayPinCodeAsyncError()

void org::bluez::Agent1Interface::DisplayPinCodeAsyncError ( int  asyncCallId,
const TQT_DBusError &  error 
)
virtual

◆ DisplayPinCodeAsyncReply()

void org::bluez::Agent1Interface::DisplayPinCodeAsyncReply ( int  asyncCallId)
virtual

◆ handleMethodCall()

◆ handleMethodReply()

virtual void org::bluez::Agent1Interface::handleMethodReply ( const TQT_DBusMessage &  reply)
protectedpure virtual

◆ interface()

static const TQCString org::bluez::Agent1Interface::interface ( )
inlinestatic

Definition at line 32 of file libtdebluez/interfaces/agent1Interface.h.

◆ Release()

virtual bool org::bluez::Agent1Interface::Release ( TQT_DBusError &  error)
protectedpure virtual

◆ RequestAuthorizationAsync()

virtual void org::bluez::Agent1Interface::RequestAuthorizationAsync ( int  asyncCallId,
const TQT_DBusObjectPath &  device 
)
protectedpure virtual

◆ RequestAuthorizationAsyncError()

void org::bluez::Agent1Interface::RequestAuthorizationAsyncError ( int  asyncCallId,
const TQT_DBusError &  error 
)
virtual

◆ RequestAuthorizationAsyncReply()

void org::bluez::Agent1Interface::RequestAuthorizationAsyncReply ( int  asyncCallId)
virtual

◆ RequestConfirmationAsync()

virtual void org::bluez::Agent1Interface::RequestConfirmationAsync ( int  asyncCallId,
const TQT_DBusObjectPath &  device,
TQ_UINT32  passkey 
)
protectedpure virtual

◆ RequestConfirmationAsyncError()

void org::bluez::Agent1Interface::RequestConfirmationAsyncError ( int  asyncCallId,
const TQT_DBusError &  error 
)
virtual

◆ RequestConfirmationAsyncReply()

void org::bluez::Agent1Interface::RequestConfirmationAsyncReply ( int  asyncCallId)
virtual

◆ RequestPasskeyAsync()

virtual void org::bluez::Agent1Interface::RequestPasskeyAsync ( int  asyncCallId,
const TQT_DBusObjectPath &  device 
)
protectedpure virtual

◆ RequestPasskeyAsyncError()

void org::bluez::Agent1Interface::RequestPasskeyAsyncError ( int  asyncCallId,
const TQT_DBusError &  error 
)
virtual

◆ RequestPasskeyAsyncReply()

void org::bluez::Agent1Interface::RequestPasskeyAsyncReply ( int  asyncCallId,
TQ_UINT32  passkey 
)
virtual

◆ RequestPinCodeAsync()

virtual void org::bluez::Agent1Interface::RequestPinCodeAsync ( int  asyncCallId,
const TQT_DBusObjectPath &  device 
)
protectedpure virtual

◆ RequestPinCodeAsyncError()

void org::bluez::Agent1Interface::RequestPinCodeAsyncError ( int  asyncCallId,
const TQT_DBusError &  error 
)
virtual

◆ RequestPinCodeAsyncReply()

void org::bluez::Agent1Interface::RequestPinCodeAsyncReply ( int  asyncCallId,
const TQString &  pincode 
)
virtual

Member Data Documentation

◆ m_asyncCalls

TQMap<int, TQT_DBusMessage> org::bluez::Agent1Interface::m_asyncCalls
protected

Definition at line 107 of file libtdebluez/interfaces/agent1Interface.h.


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