10#include <tqstringlist.h>
13#include <tqdbusdata.h>
14#include <tqdbusdatalist.h>
15#include <tqdbusdatamap.h>
16#include <tqdbuserror.h>
17#include <tqdbusmessage.h>
18#include <tqdbusvariant.h>
151 if (!
error.isValid())
153 tqWarning(
"Call to implementation of org::freedesktop::DBus::PropertiesInterface::Get returned 'false' but error object is not valid!");
155 error = TQT_DBusError::stdFailed(
"org.freedesktop.DBus.Properties.Get execution failed");
179 if (!
error.isValid())
181 tqWarning(
"Call to implementation of org::freedesktop::DBus::PropertiesInterface::Set returned 'false' but error object is not valid!");
183 error = TQT_DBusError::stdFailed(
"org.freedesktop.DBus.Properties.Set execution failed");
207 if (!
error.isValid())
209 tqWarning(
"Call to implementation of org::freedesktop::DBus::PropertiesInterface::GetAll returned 'false' but error object is not valid!");
211 error = TQT_DBusError::stdFailed(
"org.freedesktop.DBus.Properties.GetAll execution failed");
222 if (
message.interface() !=
"org.freedesktop.DBus.Properties")
return false;
240 if (
message.member() ==
"GetAll")
static void buildIntrospectionData(TQDomElement &interfaceElement)
virtual bool handleMethodCall(const TQT_DBusMessage &message)
virtual bool emitPropertiesChanged(const TQString &interface, const TQMap< TQString, TQT_DBusVariant > &changed_properties, const TQStringList &invalidated_properties)
virtual TQString objectPath() const =0
TQT_DBusMessage callGetAll(const TQT_DBusMessage &message)
virtual void handleMethodReply(const TQT_DBusMessage &reply)=0
virtual bool GetAll(const TQString &interface, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)=0
virtual bool Get(const TQString &interface, const TQString &name, TQT_DBusVariant &value, TQT_DBusError &error)=0
virtual bool Set(const TQString &interface, const TQString &name, const TQT_DBusVariant &value, TQT_DBusError &error)=0
TQT_DBusMessage callSet(const TQT_DBusMessage &message)
virtual bool handleSignalSend(const TQT_DBusMessage &reply)=0
TQT_DBusMessage callGet(const TQT_DBusMessage &message)