#include <properties_interface.h>
|
QDBusPendingReply< QDBusVariant > | Get (const QString &interface_name, const QString &property_name) |
|
QDBusPendingReply< QVariantMap > | GetAll (const QString &interface_name) |
|
QDBusPendingReply | Set (const QString &interface_name, const QString &property_name, const QDBusVariant &value) |
|
|
void | PropertiesChanged (const QString &interface_name, const QVariantMap &changed_properties, const QStringList &invalidated_properties) |
|
Definition at line 27 of file properties_interface.h.
◆ PropertiesInterface()
PropertiesInterface::PropertiesInterface |
( |
const QString & | service, |
|
|
const QString & | path, |
|
|
const QDBusConnection & | connection, |
|
|
QObject * | parent = 0 ) |
◆ ~PropertiesInterface()
PropertiesInterface::~PropertiesInterface |
( |
| ) |
|
◆ Get
QDBusPendingReply< QDBusVariant > PropertiesInterface::Get |
( |
const QString & | interface_name, |
|
|
const QString & | property_name ) |
|
inlineslot |
◆ GetAll
QDBusPendingReply< QVariantMap > PropertiesInterface::GetAll |
( |
const QString & | interface_name | ) |
|
|
inlineslot |
◆ PropertiesChanged
void PropertiesInterface::PropertiesChanged |
( |
const QString & | interface_name, |
|
|
const QVariantMap & | changed_properties, |
|
|
const QStringList & | invalidated_properties ) |
|
signal |
◆ Set
QDBusPendingReply PropertiesInterface::Set |
( |
const QString & | interface_name, |
|
|
const QString & | property_name, |
|
|
const QDBusVariant & | value ) |
|
inlineslot |
◆ staticInterfaceName()
static const char * PropertiesInterface::staticInterfaceName |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: