Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for all the Channel object interface implementations. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractDBusServiceInterface.
Inherited by Tp::BaseCallMuteInterface, Tp::BaseChannelCallType, Tp::BaseChannelCaptchaAuthenticationInterface, Tp::BaseChannelChatStateInterface, Tp::BaseChannelConferenceInterface, Tp::BaseChannelFileTransferType, Tp::BaseChannelGroupInterface, Tp::BaseChannelHoldInterface, Tp::BaseChannelMergeableConferenceInterface, Tp::BaseChannelMessagesInterface, Tp::BaseChannelRoomConfigInterface, Tp::BaseChannelRoomInterface, Tp::BaseChannelRoomListType, Tp::BaseChannelSASLAuthenticationInterface, Tp::BaseChannelSecurableInterface, Tp::BaseChannelServerAuthenticationType, Tp::BaseChannelSMSInterface, Tp::BaseChannelSplittableInterface, and Tp::BaseChannelTextType.
Public Member Functions | |
AbstractChannelInterface (const QString &interfaceName) | |
virtual | ~AbstractChannelInterface () |
Public Member Functions inherited from Tp::AbstractDBusServiceInterface | |
AbstractDBusServiceInterface (const QString &interfaceName) | |
virtual | ~AbstractDBusServiceInterface () |
QString | interfaceName () const |
virtual QVariantMap | immutableProperties () const =0 |
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 | close () |
virtual void | setBaseChannel (BaseChannel *channel) |
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 Channel object interface implementations.
Tp::AbstractChannelInterface::AbstractChannelInterface | ( | const QString & | interfaceName | ) |
|
virtual |
|
protectedvirtual |
Reimplemented in Tp::BaseChannelFileTransferType.
|
protectedvirtual |
Reimplemented in Tp::BaseChannelGroupInterface.
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |