Home · All Classes · All Namespaces · Modules · Functions · Files |
The Object class provides an object with property notification. More...
#include <TelepathyQt4/Object>
Inherits QObject, and Tp::RefCounted.
Inherited by Tp::AccountSet, Tp::ClientRegistrar, Tp::Contact, Tp::ContactManager, Tp::DBusProxy, Tp::ProfileManager, and Tp::StreamedMediaStream.
The Object class provides an object with property notification.
Tp::Object::~Object | ( | ) | [virtual] |
Class destructor.
Tp::Object::Object | ( | ) | [protected] |
Construct a new Object object.
void Tp::Object::propertyChanged | ( | const QString & | propertyName | ) | [signal] |
void Tp::Object::notify | ( | const char * | propertyName | ) | [protected] |
Notify that a property named propertyName changed.
This method will emit propertyChanged() for propertyName.
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt4 0.8.0 |