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

Base class for implementations of Channel.Interface.MergeableConference. More...

#include <TelepathyQt/BaseChannel>

Inherits Tp::AbstractChannelInterface.

Public Types

typedef Callback2< void, const QDBusObjectPath &, DBusError * > MergeCallback
 

Public Member Functions

virtual ~BaseChannelMergeableConferenceInterface ()
 
void merge (const QDBusObjectPath &channel)
 
void setMergeCallback (const MergeCallback &cb)
 
- Public Member Functions inherited from Tp::AbstractChannelInterface
 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 ()
 

Static Public Member Functions

static BaseChannelMergeableConferenceInterfacePtr create ()
 
template<typename BaseChannelMergeableConferenceInterfaceSubclass >
static SharedPtr< BaseChannelMergeableConferenceInterfaceSubclass > create ()
 

Additional Inherited Members

- Signals inherited from Tp::Object
void propertyChanged (const QString &propertyName)
 
- Protected Member Functions inherited from Tp::AbstractChannelInterface
virtual void close ()
 
virtual void setBaseChannel (BaseChannel *channel)
 
- Protected Member Functions inherited from Tp::AbstractDBusServiceInterface
virtual bool registerInterface (DBusObject *dbusObject)
 
- Protected Member Functions inherited from Tp::Object
 Object ()
 
void notify (const char *propertyName)
 

Detailed Description

Base class for implementations of Channel.Interface.MergeableConference.

Member Typedef Documentation

◆ MergeCallback

Constructor & Destructor Documentation

◆ ~BaseChannelMergeableConferenceInterface()

Tp::BaseChannelMergeableConferenceInterface::~BaseChannelMergeableConferenceInterface ( )
virtual

Class destructor.

Member Function Documentation

◆ create() [1/2]

static BaseChannelMergeableConferenceInterfacePtr Tp::BaseChannelMergeableConferenceInterface::create ( )
inlinestatic

◆ create() [2/2]

template<typename BaseChannelMergeableConferenceInterfaceSubclass >
static SharedPtr<BaseChannelMergeableConferenceInterfaceSubclass> Tp::BaseChannelMergeableConferenceInterface::create ( )
inlinestatic

◆ merge()

void Tp::BaseChannelMergeableConferenceInterface::merge ( const QDBusObjectPath &  channel)

◆ setMergeCallback()

void Tp::BaseChannelMergeableConferenceInterface::setMergeCallback ( const MergeCallback cb)