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
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)
Agent1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)