Home · Modules · All Classes · All Namespaces |
Base class for all the Connection object interface implementations. More...
#include <TelepathyQt/BaseConnection>
Inherits Tp::AbstractDBusServiceInterface.
Inherited by Tp::BaseConnectionAddressingInterface, Tp::BaseConnectionAliasingInterface, Tp::BaseConnectionAvatarsInterface, Tp::BaseConnectionClientTypesInterface, Tp::BaseConnectionContactCapabilitiesInterface, Tp::BaseConnectionContactGroupsInterface, Tp::BaseConnectionContactInfoInterface, Tp::BaseConnectionContactListInterface, Tp::BaseConnectionContactsInterface, Tp::BaseConnectionRequestsInterface, and Tp::BaseConnectionSimplePresenceInterface.
Public Member Functions | |
AbstractConnectionInterface (const QString &interfaceName) | |
virtual | ~AbstractConnectionInterface () |
Public Member Functions inherited from Tp::AbstractDBusServiceInterface | |
AbstractDBusServiceInterface (const QString &interfaceName) | |
virtual | ~AbstractDBusServiceInterface () |
QString | interfaceName () const |
virtual QVariantMap | immutableProperties () const |
DBusObject * | dbusObject () const |
bool | isRegistered () const |
bool | notifyPropertyChanged (const QString &propertyName, const QVariant &propertyValue) |
Public Member Functions inherited from Tp::Object | |
virtual | ~Object () |
Public Member Functions inherited from Tp::RefCounted | |
RefCounted () | |
virtual | ~RefCounted () |
Protected Member Functions | |
virtual void | setBaseConnection (BaseConnection *connection) |
Protected Member Functions inherited from Tp::AbstractDBusServiceInterface | |
virtual bool | registerInterface (DBusObject *dbusObject) |
virtual void | createAdaptor ()=0 |
Protected Member Functions inherited from Tp::Object | |
Object () | |
void | notify (const char *propertyName) |
Additional Inherited Members | |
Signals inherited from Tp::Object | |
void | propertyChanged (const QString &propertyName) |
Base class for all the Connection object interface implementations.
Tp::AbstractConnectionInterface::AbstractConnectionInterface | ( | const QString & | interfaceName | ) |
|
virtual |
|
protectedvirtual |
Reimplemented in Tp::BaseConnectionContactsInterface.
TelepathyQt 0.9.8 | Generated by 1.8.15 |