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

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

#include <TelepathyQt/BaseChannel>

Inherits Tp::AbstractChannelInterface.

Public Types

typedef Callback3< void, const Tp::LocalHoldState &, const Tp::LocalHoldStateReason &, DBusError * > SetHoldStateCallback
 

Signals

void holdStateChanged (const Tp::LocalHoldState &state, const Tp::LocalHoldStateReason &reason)
 
- Signals inherited from Tp::Object
void propertyChanged (const QString &propertyName)
 

Public Member Functions

virtual ~BaseChannelHoldInterface ()
 
Tp::LocalHoldState getHoldState () const
 
Tp::LocalHoldStateReason getHoldReason () const
 
void setHoldState (const Tp::LocalHoldState &state, const Tp::LocalHoldStateReason &reason)
 
void setSetHoldStateCallback (const SetHoldStateCallback &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 BaseChannelHoldInterfacePtr create ()
 
template<typename BaseChannelHoldInterfaceSubclass >
static SharedPtr< BaseChannelHoldInterfaceSubclass > create ()
 

Additional Inherited Members

- 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.Hold.

Member Typedef Documentation

◆ SetHoldStateCallback

Constructor & Destructor Documentation

◆ ~BaseChannelHoldInterface()

Tp::BaseChannelHoldInterface::~BaseChannelHoldInterface ( )
virtual

Class destructor.

Member Function Documentation

◆ create() [1/2]

static BaseChannelHoldInterfacePtr Tp::BaseChannelHoldInterface::create ( )
inlinestatic

◆ create() [2/2]

template<typename BaseChannelHoldInterfaceSubclass >
static SharedPtr<BaseChannelHoldInterfaceSubclass> Tp::BaseChannelHoldInterface::create ( )
inlinestatic

◆ getHoldState()

Tp::LocalHoldState Tp::BaseChannelHoldInterface::getHoldState ( ) const

◆ getHoldReason()

Tp::LocalHoldStateReason Tp::BaseChannelHoldInterface::getHoldReason ( ) const

◆ setHoldState()

void Tp::BaseChannelHoldInterface::setHoldState ( const Tp::LocalHoldState state,
const Tp::LocalHoldStateReason reason 
)

◆ setSetHoldStateCallback()

void Tp::BaseChannelHoldInterface::setSetHoldStateCallback ( const SetHoldStateCallback cb)

◆ holdStateChanged

void Tp::BaseChannelHoldInterface::holdStateChanged ( const Tp::LocalHoldState state,
const Tp::LocalHoldStateReason reason 
)
signal