tdebluez
libtdebluez/interfaces/agent1Proxy.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(AGENT1PROXY_H_INCLUDED)
4#define AGENT1PROXY_H_INCLUDED
5
6// TQt includes
7#include <tqmap.h>
8#include <tqobject.h>
9
10// TQt D-Bus includes
11#include <tqdbuserror.h>
12
13// forward declarations
14class TQString;
15class TQT_DBusConnection;
16class TQT_DBusError;
17class TQT_DBusMessage;
18class TQT_DBusObjectPath;
19class TQT_DBusProxy;
20
21namespace org
22{
23namespace bluez
24{
25
26class Agent1Proxy : public TQObject
27{
28 TQ_OBJECT
29
30public:
31 Agent1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
32
33 virtual ~Agent1Proxy();
34
35 void setConnection(const TQT_DBusConnection& connection);
36
37signals:
38 void AsyncErrorResponseDetected(int asyncCallId, const TQT_DBusError error);
39
40 void RequestPinCodeAsyncReply(int asyncCallId, const TQString& pincode);
41
42 void DisplayPinCodeAsyncReply(int asyncCallId);
43
44 void RequestPasskeyAsyncReply(int asyncCallId, TQ_UINT32 passkey);
45
46 void DisplayPasskeyAsyncReply(int asyncCallId);
47
48 void RequestConfirmationAsyncReply(int asyncCallId);
49
50 void RequestAuthorizationAsyncReply(int asyncCallId);
51
52 void AuthorizeServiceAsyncReply(int asyncCallId);
53
54
55public:
56 virtual bool Release(TQT_DBusError& error);
57
58 virtual bool Cancel(TQT_DBusError& error);
59
60 virtual bool RequestPinCodeAsync(int& asyncCallId, const TQT_DBusObjectPath& device, TQT_DBusError& error);
61
62 virtual bool DisplayPinCodeAsync(int& asyncCallId, const TQT_DBusObjectPath& device, const TQString& pincode, TQT_DBusError& error);
63
64 virtual bool RequestPasskeyAsync(int& asyncCallId, const TQT_DBusObjectPath& device, TQT_DBusError& error);
65
66 virtual bool DisplayPasskeyAsync(int& asyncCallId, const TQT_DBusObjectPath& device, TQ_UINT32 passkey, TQ_UINT16 entered, TQT_DBusError& error);
67
68 virtual bool RequestConfirmationAsync(int& asyncCallId, const TQT_DBusObjectPath& device, TQ_UINT32 passkey, TQT_DBusError& error);
69
70 virtual bool RequestAuthorizationAsync(int& asyncCallId, const TQT_DBusObjectPath& device, TQT_DBusError& error);
71
72 virtual bool AuthorizeServiceAsync(int& asyncCallId, const TQT_DBusObjectPath& device, const TQString& uuid, TQT_DBusError& error);
73
74protected slots: // usually no need to reimplement
75 virtual void slotHandleAsyncReply(int id, const TQT_DBusMessage& message);
76
77protected:
78 TQT_DBusProxy* m_baseProxy;
79
81
82private: // Hiding copy constructor and assignment operator
85}; // class Agent1Proxy
86
87}; // namespace bluez
88
89}; // namespace org
90
91#endif //AGENT1PROXY_H_INCLUDED
92
93// End of File
94
virtual void slotHandleAsyncReply(int id, const TQT_DBusMessage &message)
virtual bool RequestConfirmationAsync(int &asyncCallId, const TQT_DBusObjectPath &device, TQ_UINT32 passkey, TQT_DBusError &error)
virtual bool RequestPasskeyAsync(int &asyncCallId, const TQT_DBusObjectPath &device, TQT_DBusError &error)
void setConnection(const TQT_DBusConnection &connection)
virtual bool DisplayPasskeyAsync(int &asyncCallId, const TQT_DBusObjectPath &device, TQ_UINT32 passkey, TQ_UINT16 entered, TQT_DBusError &error)
void RequestAuthorizationAsyncReply(int asyncCallId)
Agent1Proxy(const Agent1Proxy &)
void DisplayPasskeyAsyncReply(int asyncCallId)
virtual bool RequestPinCodeAsync(int &asyncCallId, const TQT_DBusObjectPath &device, TQT_DBusError &error)
void DisplayPinCodeAsyncReply(int asyncCallId)
virtual bool DisplayPinCodeAsync(int &asyncCallId, const TQT_DBusObjectPath &device, const TQString &pincode, TQT_DBusError &error)
virtual bool Release(TQT_DBusError &error)
virtual bool AuthorizeServiceAsync(int &asyncCallId, const TQT_DBusObjectPath &device, const TQString &uuid, TQT_DBusError &error)
virtual bool RequestAuthorizationAsync(int &asyncCallId, const TQT_DBusObjectPath &device, TQT_DBusError &error)
Agent1Proxy & operator=(const Agent1Proxy &)
void AuthorizeServiceAsyncReply(int asyncCallId)
void AsyncErrorResponseDetected(int asyncCallId, const TQT_DBusError error)
Agent1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
void RequestConfirmationAsyncReply(int asyncCallId)
void RequestPasskeyAsyncReply(int asyncCallId, TQ_UINT32 passkey)
void RequestPinCodeAsyncReply(int asyncCallId, const TQString &pincode)
virtual bool Cancel(TQT_DBusError &error)