Home · Modules · All Classes · All Namespaces
Public Member Functions | Protected Member Functions | List of all members
Tp::AbstractChannelInterface Class Reference

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
 
DBusObjectdbusObject () 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)
 

Detailed Description

Base class for all the Channel object interface implementations.

Constructor & Destructor Documentation

◆ AbstractChannelInterface()

Tp::AbstractChannelInterface::AbstractChannelInterface ( const QString &  interfaceName)

◆ ~AbstractChannelInterface()

Tp::AbstractChannelInterface::~AbstractChannelInterface ( )
virtual

Member Function Documentation

◆ close()

void Tp::AbstractChannelInterface::close ( )
protectedvirtual

◆ setBaseChannel()

void Tp::AbstractChannelInterface::setBaseChannel ( BaseChannel channel)
protectedvirtual

Reimplemented in Tp::BaseChannelGroupInterface.