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
13class TQString;
14class TQT_DBusConnection;
15class TQT_DBusError;
16class TQT_DBusMessage;
17class TQT_DBusObjectPath;
18class TQT_DBusProxy;
19class TQT_DBusVariant;
20template <typename K, typename V> class TQMap;
21
22namespace org
23{
24namespace bluez
25{
26
27class ProfileManager1Proxy : public TQObject
28{
29 TQ_OBJECT
30
31public:
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
38public:
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
43protected:
44 TQT_DBusProxy* m_baseProxy;
45
46private: // 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)
ProfileManager1Proxy & operator=(const ProfileManager1Proxy &)
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)