tdebluez
libtdeobex/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{
25namespace obex
26{
27
28class Agent1Proxy : public TQObject
29{
30 TQ_OBJECT
31
32public:
33 Agent1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
34
35 virtual ~Agent1Proxy();
36
37 void setConnection(const TQT_DBusConnection& connection);
38
39signals:
40 void AsyncErrorResponseDetected(int asyncCallId, const TQT_DBusError error);
41
42 void ReleaseAsyncReply(int asyncCallId);
43
44 void AuthorizePushAsyncReply(int asyncCallId, const TQString& filepath);
45
46 void CancelAsyncReply(int asyncCallId);
47
48
49public:
50 virtual bool ReleaseAsync(int& asyncCallId, TQT_DBusError& error);
51
52 virtual bool AuthorizePushAsync(int& asyncCallId, const TQT_DBusObjectPath& transfer, TQT_DBusError& error);
53
54 virtual bool CancelAsync(int& asyncCallId, TQT_DBusError& error);
55
56protected slots: // usually no need to reimplement
57 virtual void slotHandleAsyncReply(int id, const TQT_DBusMessage& message);
58
59protected:
60 TQT_DBusProxy* m_baseProxy;
61
63
64private: // Hiding copy constructor and assignment operator
67}; // class Agent1Proxy
68
69}; // namespace obex
70
71}; // namespace bluez
72
73}; // namespace org
74
75#endif //AGENT1PROXY_H_INCLUDED
76
77// End of File
78
virtual bool AuthorizePushAsync(int &asyncCallId, const TQT_DBusObjectPath &transfer, TQT_DBusError &error)
void AsyncErrorResponseDetected(int asyncCallId, const TQT_DBusError error)
Agent1Proxy(const Agent1Proxy &)
virtual bool CancelAsync(int &asyncCallId, TQT_DBusError &error)
virtual void slotHandleAsyncReply(int id, const TQT_DBusMessage &message)
Agent1Proxy & operator=(const Agent1Proxy &)
virtual bool ReleaseAsync(int &asyncCallId, TQT_DBusError &error)
void AuthorizePushAsyncReply(int asyncCallId, const TQString &filepath)
void setConnection(const TQT_DBusConnection &connection)
void ReleaseAsyncReply(int asyncCallId)
void CancelAsyncReply(int asyncCallId)