tdebluez
org::freedesktop::DBus::PropertiesProxy Class Reference

#include <propertiesProxy.h>

+ Inheritance diagram for org::freedesktop::DBus::PropertiesProxy:

Signals

void PropertiesChanged (const TQString &interface, const TQMap< TQString, TQT_DBusVariant > &changed_properties, const TQStringList &invalidated_properties)
 
void PropertiesChanged (const TQString &interface, const TQMap< TQString, TQT_DBusVariant > &changed_properties, const TQStringList &invalidated_properties)
 

Public Member Functions

 PropertiesProxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
 
virtual ~PropertiesProxy ()
 
void setConnection (const TQT_DBusConnection &connection)
 
virtual bool Get (const TQString &interface, const TQString &name, TQT_DBusVariant &value, TQT_DBusError &error)
 
virtual bool Set (const TQString &interface, const TQString &name, const TQT_DBusVariant &value, TQT_DBusError &error)
 
virtual bool GetAll (const TQString &interface, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
 
 PropertiesProxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
 
virtual ~PropertiesProxy ()
 
void setConnection (const TQT_DBusConnection &connection)
 
virtual bool Get (const TQString &interface, const TQString &name, TQT_DBusVariant &value, TQT_DBusError &error)
 
virtual bool Set (const TQString &interface, const TQString &name, const TQT_DBusVariant &value, TQT_DBusError &error)
 
virtual bool GetAll (const TQString &interface, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
 

Protected Slots

virtual void slotHandleDBusSignal (const TQT_DBusMessage &message)
 
virtual void slotHandleDBusSignal (const TQT_DBusMessage &message)
 

Protected Attributes

TQT_DBusProxy * m_baseProxy
 

Private Member Functions

 PropertiesProxy (const PropertiesProxy &)
 
PropertiesProxyoperator= (const PropertiesProxy &)
 
 PropertiesProxy (const PropertiesProxy &)
 
PropertiesProxyoperator= (const PropertiesProxy &)
 

Detailed Description

Definition at line 29 of file libtdebluez/interfaces/propertiesProxy.h.

Constructor & Destructor Documentation

◆ PropertiesProxy() [1/4]

org::freedesktop::DBus::PropertiesProxy::PropertiesProxy ( const TQString &  service,
const TQString &  path,
TQObject *  parent = 0,
const char *  name = 0 
)

◆ ~PropertiesProxy() [1/2]

org::freedesktop::DBus::PropertiesProxy::~PropertiesProxy ( )
virtual

Definition at line 40 of file libtdebluez/interfaces/propertiesProxy.cpp.

References m_baseProxy.

◆ PropertiesProxy() [2/4]

org::freedesktop::DBus::PropertiesProxy::PropertiesProxy ( const PropertiesProxy )
private

◆ PropertiesProxy() [3/4]

org::freedesktop::DBus::PropertiesProxy::PropertiesProxy ( const TQString &  service,
const TQString &  path,
TQObject *  parent = 0,
const char *  name = 0 
)

◆ ~PropertiesProxy() [2/2]

virtual org::freedesktop::DBus::PropertiesProxy::~PropertiesProxy ( )
virtual

◆ PropertiesProxy() [4/4]

org::freedesktop::DBus::PropertiesProxy::PropertiesProxy ( const PropertiesProxy )
private

Member Function Documentation

◆ Get() [1/2]

bool org::freedesktop::DBus::PropertiesProxy::Get ( const TQString &  interface,
const TQString &  name,
TQT_DBusVariant &  value,
TQT_DBusError &  error 
)
virtual

Definition at line 50 of file libtdebluez/interfaces/propertiesProxy.cpp.

References m_baseProxy.

◆ Get() [2/2]

virtual bool org::freedesktop::DBus::PropertiesProxy::Get ( const TQString &  interface,
const TQString &  name,
TQT_DBusVariant &  value,
TQT_DBusError &  error 
)
virtual

◆ GetAll() [1/2]

bool org::freedesktop::DBus::PropertiesProxy::GetAll ( const TQString &  interface,
TQMap< TQString, TQT_DBusVariant > &  properties,
TQT_DBusError &  error 
)
virtual

Definition at line 85 of file libtdebluez/interfaces/propertiesProxy.cpp.

References m_baseProxy.

◆ GetAll() [2/2]

virtual bool org::freedesktop::DBus::PropertiesProxy::GetAll ( const TQString &  interface,
TQMap< TQString, TQT_DBusVariant > &  properties,
TQT_DBusError &  error 
)
virtual

◆ operator=() [1/2]

PropertiesProxy& org::freedesktop::DBus::PropertiesProxy::operator= ( const PropertiesProxy )
private

◆ operator=() [2/2]

PropertiesProxy& org::freedesktop::DBus::PropertiesProxy::operator= ( const PropertiesProxy )
private

◆ PropertiesChanged [1/2]

void org::freedesktop::DBus::PropertiesProxy::PropertiesChanged ( const TQString &  interface,
const TQMap< TQString, TQT_DBusVariant > &  changed_properties,
const TQStringList &  invalidated_properties 
)
signal

◆ PropertiesChanged [2/2]

void org::freedesktop::DBus::PropertiesProxy::PropertiesChanged ( const TQString &  interface,
const TQMap< TQString, TQT_DBusVariant > &  changed_properties,
const TQStringList &  invalidated_properties 
)
signal

◆ Set() [1/2]

bool org::freedesktop::DBus::PropertiesProxy::Set ( const TQString &  interface,
const TQString &  name,
const TQT_DBusVariant &  value,
TQT_DBusError &  error 
)
virtual

Definition at line 71 of file libtdebluez/interfaces/propertiesProxy.cpp.

References m_baseProxy.

◆ Set() [2/2]

virtual bool org::freedesktop::DBus::PropertiesProxy::Set ( const TQString &  interface,
const TQString &  name,
const TQT_DBusVariant &  value,
TQT_DBusError &  error 
)
virtual

◆ setConnection() [1/2]

void org::freedesktop::DBus::PropertiesProxy::setConnection ( const TQT_DBusConnection &  connection)

Definition at line 45 of file libtdebluez/interfaces/propertiesProxy.cpp.

References m_baseProxy.

◆ setConnection() [2/2]

void org::freedesktop::DBus::PropertiesProxy::setConnection ( const TQT_DBusConnection &  connection)

◆ slotHandleDBusSignal [1/2]

void org::freedesktop::DBus::PropertiesProxy::slotHandleDBusSignal ( const TQT_DBusMessage &  message)
protectedvirtualslot

Definition at line 108 of file libtdebluez/interfaces/propertiesProxy.cpp.

References PropertiesChanged().

◆ slotHandleDBusSignal [2/2]

virtual void org::freedesktop::DBus::PropertiesProxy::slotHandleDBusSignal ( const TQT_DBusMessage &  message)
protectedvirtualslot

Member Data Documentation

◆ m_baseProxy

TQT_DBusProxy * org::freedesktop::DBus::PropertiesProxy::m_baseProxy
protected

Definition at line 55 of file libtdebluez/interfaces/propertiesProxy.h.


The documentation for this class was generated from the following files: