tdebluez
profilemanager1Proxy.h
Go to the documentation of this file.
1 // File autogenerated
2 
3 #if !defined(PROFILEMANAGER1PROXY_H_INCLUDED)
4 #define PROFILEMANAGER1PROXY_H_INCLUDED
5 
6 // TQt includes
7 #include <tqobject.h>
8 
9 // TQt D-Bus includes
10 #include <tqdbuserror.h>
11 
12 // forward declarations
13 class TQString;
14 class TQT_DBusConnection;
15 class TQT_DBusError;
16 class TQT_DBusMessage;
17 class TQT_DBusObjectPath;
18 class TQT_DBusProxy;
19 class TQT_DBusVariant;
20 template <typename K, typename V> class TQMap;
21 
22 namespace org
23 {
24 namespace bluez
25 {
26 
27 class ProfileManager1Proxy : public TQObject
28 {
29  TQ_OBJECT
30 
31 public:
32  ProfileManager1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
33 
34  virtual ~ProfileManager1Proxy();
35 
36  void setConnection(const TQT_DBusConnection& connection);
37 
38 public:
39  virtual bool RegisterProfile(const TQT_DBusObjectPath& profile, const TQString& UUID, const TQMap< TQString, TQT_DBusVariant >& options, TQT_DBusError& error);
40 
41  virtual bool UnregisterProfile(const TQT_DBusObjectPath& profile, TQT_DBusError& error);
42 
43 protected:
44  TQT_DBusProxy* m_baseProxy;
45 
46 private: // Hiding copy constructor and assignment operator
49 }; // class ProfileManager1Proxy
50 
51 }; // namespace bluez
52 
53 }; // namespace org
54 
55 #endif //PROFILEMANAGER1PROXY_H_INCLUDED
56 
57 // End of File
58 
virtual bool UnregisterProfile(const TQT_DBusObjectPath &profile, TQT_DBusError &error)
virtual bool RegisterProfile(const TQT_DBusObjectPath &profile, const TQString &UUID, const TQMap< TQString, TQT_DBusVariant > &options, TQT_DBusError &error)
ProfileManager1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
ProfileManager1Proxy(const ProfileManager1Proxy &)
void setConnection(const TQT_DBusConnection &connection)
ProfileManager1Proxy & operator=(const ProfileManager1Proxy &)