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

Base class for all the CallContent object interface implementations. More...

#include <TelepathyQt/BaseCall>

Inherits Tp::AbstractDBusServiceInterface.

Inherited by Tp::BaseCallContentDTMFInterface.

Public Member Functions

 AbstractCallContentInterface (const QString &interfaceName)
 
virtual ~AbstractCallContentInterface ()
 
- 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 ()
 

Additional Inherited Members

- Signals inherited from Tp::Object
void propertyChanged (const QString &propertyName)
 
- 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)
 

Detailed Description

Base class for all the CallContent object interface implementations.

Constructor & Destructor Documentation

◆ AbstractCallContentInterface()

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

◆ ~AbstractCallContentInterface()

Tp::AbstractCallContentInterface::~AbstractCallContentInterface ( )
virtual