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
14 class TQString;
15 class TQT_DBusConnection;
16 class TQT_DBusError;
17 class TQT_DBusMessage;
18 class TQT_DBusObjectPath;
19 class TQT_DBusProxy;
20 
21 namespace org
22 {
23 namespace bluez
24 {
25 namespace obex
26 {
27 
28 class Agent1Proxy : public TQObject
29 {
30  TQ_OBJECT
31 
32 public:
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 
39 signals:
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 
49 public:
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 
56 protected slots: // usually no need to reimplement
57  virtual void slotHandleAsyncReply(int id, const TQT_DBusMessage& message);
58 
59 protected:
60  TQT_DBusProxy* m_baseProxy;
61 
63 
64 private: // Hiding copy constructor and assignment operator
65  Agent1Proxy(const Agent1Proxy&);
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 
org::bluez::obex::Agent1Proxy::AuthorizePushAsync
virtual bool AuthorizePushAsync(int &asyncCallId, const TQT_DBusObjectPath &transfer, TQT_DBusError &error)
Definition: libtdeobex/interfaces/agent1Proxy.cpp:58
org::bluez::obex::Agent1Proxy::setConnection
void setConnection(const TQT_DBusConnection &connection)
Definition: libtdeobex/interfaces/agent1Proxy.cpp:40
org::bluez::obex::Agent1Proxy::ReleaseAsyncReply
void ReleaseAsyncReply(int asyncCallId)
org::bluez::obex::Agent1Proxy::slotHandleAsyncReply
virtual void slotHandleAsyncReply(int id, const TQT_DBusMessage &message)
Definition: libtdeobex/interfaces/agent1Proxy.cpp:85
org::bluez::obex::Agent1Proxy::operator=
Agent1Proxy & operator=(const Agent1Proxy &)
org::bluez::obex::Agent1Proxy::AsyncErrorResponseDetected
void AsyncErrorResponseDetected(int asyncCallId, const TQT_DBusError error)
org::bluez::obex::Agent1Proxy::~Agent1Proxy
virtual ~Agent1Proxy()
Definition: libtdeobex/interfaces/agent1Proxy.cpp:35
org::bluez::obex::Agent1Proxy::m_asyncCalls
TQMap< int, TQString > m_asyncCalls
Definition: libtdeobex/interfaces/agent1Proxy.h:62
org::bluez::obex::Agent1Proxy::Agent1Proxy
Agent1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
Definition: libtdeobex/interfaces/agent1Proxy.cpp:23
org::bluez::obex::Agent1Proxy::CancelAsync
virtual bool CancelAsync(int &asyncCallId, TQT_DBusError &error)
Definition: libtdeobex/interfaces/agent1Proxy.cpp:72
org::bluez::obex::Agent1Proxy::ReleaseAsync
virtual bool ReleaseAsync(int &asyncCallId, TQT_DBusError &error)
Definition: libtdeobex/interfaces/agent1Proxy.cpp:45
org::bluez::obex::Agent1Proxy::AuthorizePushAsyncReply
void AuthorizePushAsyncReply(int asyncCallId, const TQString &filepath)
org
Definition: adapter1Interface.cpp:22
org::bluez::obex::Agent1Proxy
Definition: libtdeobex/interfaces/agent1Proxy.h:28
org::bluez::obex::Agent1Proxy::CancelAsyncReply
void CancelAsyncReply(int asyncCallId)
TQMap< int, TQString >
org::bluez::obex::Agent1Proxy::m_baseProxy
TQT_DBusProxy * m_baseProxy
Definition: libtdeobex/interfaces/agent1Proxy.h:60