tdebluez
media1Proxy.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(MEDIA1PROXY_H_INCLUDED)
4#define MEDIA1PROXY_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;
15class TQT_DBusError;
16class TQT_DBusMessage;
18class TQT_DBusProxy;
19class TQT_DBusVariant;
20template <typename K, typename V> class TQMap;
21
22namespace org
23{
24namespace bluez
25{
26
27class Media1Proxy : public TQObject
28{
30
31public:
32 Media1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
33
34 virtual ~Media1Proxy();
35
36 void setConnection(const TQT_DBusConnection& connection);
37
38public:
40
42
44
46
47protected:
49
50private: // Hiding copy constructor and assignment operator
53}; // class Media1Proxy
54
55}; // namespace bluez
56
57}; // namespace org
58
59#endif //MEDIA1PROXY_H_INCLUDED
60
61// End of File
62
virtual bool UnregisterEndpoint(const TQT_DBusObjectPath &endpoint, TQT_DBusError &error)
Media1Proxy(const Media1Proxy &)
TQT_DBusProxy * m_baseProxy
Definition media1Proxy.h:48
virtual bool RegisterPlayer(const TQT_DBusObjectPath &player, const TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
void setConnection(const TQT_DBusConnection &connection)
Media1Proxy & operator=(const Media1Proxy &)
virtual bool UnregisterPlayer(const TQT_DBusObjectPath &player, TQT_DBusError &error)
virtual bool RegisterEndpoint(const TQT_DBusObjectPath &endpoint, const TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)