tdebluez
libtdeobex/interfaces/propertiesProxy.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(PROPERTIESPROXY_H_INCLUDED)
4#define PROPERTIESPROXY_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 TQStringList;
16class TQT_DBusError;
17class TQT_DBusMessage;
18class TQT_DBusProxy;
19class TQT_DBusVariant;
20template <typename K, typename V> class TQMap;
21
22namespace org
23{
24namespace freedesktop
25{
26namespace DBus
27{
28
29class PropertiesProxy : public TQObject
30{
32
33public:
34 PropertiesProxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
35
37
38 void setConnection(const TQT_DBusConnection& connection);
39
42
43
44public:
45 virtual bool Get(const TQString& interface, const TQString& name, TQT_DBusVariant& value, TQT_DBusError& error);
46
47 virtual bool Set(const TQString& interface, const TQString& name, const TQT_DBusVariant& value, TQT_DBusError& error);
48
50
51protected slots: // usually no need to reimplement
53
54protected:
56
57private: // Hiding copy constructor and assignment operator
60}; // class PropertiesProxy
61
62}; // namespace DBus
63
64}; // namespace freedesktop
65
66}; // namespace org
67
68#endif //PROPERTIESPROXY_H_INCLUDED
69
70// End of File
71
virtual bool Get(const TQString &interface, const TQString &name, TQT_DBusVariant &value, TQT_DBusError &error)
void PropertiesChanged(const TQString &interface, const TQMap< TQString, TQT_DBusVariant > &changed_properties, const TQStringList &invalidated_properties)
PropertiesProxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
virtual void slotHandleDBusSignal(const TQT_DBusMessage &message)
virtual bool GetAll(const TQString &interface, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
PropertiesProxy(const PropertiesProxy &)
virtual bool Set(const TQString &interface, const TQString &name, const TQT_DBusVariant &value, TQT_DBusError &error)
PropertiesProxy & operator=(const PropertiesProxy &)
void setConnection(const TQT_DBusConnection &connection)