Public Member Functions | |
DBusPropertyNotifierPrivate (const QDBusConnection &connection, const QString &objectPath, QObject *target) | |
void | findInterfaceName (const QMetaObject *mo) |
void | connectAllProperties (const QMetaObject *mo) |
void | deliverNotifySignal () |
void | notify (const QStringList &propertyFilter) |
Definition at line 32 of file dbus_property_notifier.cpp.
DBusPropertyNotifierPrivate::DBusPropertyNotifierPrivate | ( | const QDBusConnection & | connection, |
const QString & | objectPath, | ||
QObject * | target | ||
) |
Definition at line 79 of file dbus_property_notifier.cpp.
References connectAllProperties(), and findInterfaceName().
void DBusPropertyNotifierPrivate::connectAllProperties | ( | const QMetaObject * | mo | ) |
Definition at line 98 of file dbus_property_notifier.cpp.
Referenced by DBusPropertyNotifierPrivate().
void DBusPropertyNotifierPrivate::deliverNotifySignal | ( | ) |
Definition at line 149 of file dbus_property_notifier.cpp.
void DBusPropertyNotifierPrivate::findInterfaceName | ( | const QMetaObject * | mo | ) |
Definition at line 92 of file dbus_property_notifier.cpp.
Referenced by DBusPropertyNotifierPrivate().
void DBusPropertyNotifierPrivate::notify | ( | const QStringList & | propertyFilter | ) |
Definition at line 176 of file dbus_property_notifier.cpp.