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

Base class for implementations of Call.Interface.Mute. More...

#include <TelepathyQt/BaseCall>

Inherits Tp::AbstractChannelInterface.

Public Types

typedef Callback2< void, const Tp::LocalMuteState &, DBusError * > SetMuteStateCallback
 

Signals

void muteStateChanged (const Tp::LocalMuteState &state)
 
- Signals inherited from Tp::Object
void propertyChanged (const QString &propertyName)
 

Public Member Functions

virtual ~BaseCallMuteInterface ()
 
Tp::LocalMuteState localMuteState () const
 
void setMuteState (const Tp::LocalMuteState &state)
 
void setSetMuteStateCallback (const SetMuteStateCallback &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 BaseCallMuteInterfacePtr create ()
 
template<typename BaseCallMuteInterfaceSubclass >
static SharedPtr< BaseCallMuteInterfaceSubclass > 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 Call.Interface.Mute.

Member Typedef Documentation

◆ SetMuteStateCallback

Constructor & Destructor Documentation

◆ ~BaseCallMuteInterface()

Tp::BaseCallMuteInterface::~BaseCallMuteInterface ( )
virtual

Class destructor.

Member Function Documentation

◆ create() [1/2]

static BaseCallMuteInterfacePtr Tp::BaseCallMuteInterface::create ( )
inlinestatic

◆ create() [2/2]

template<typename BaseCallMuteInterfaceSubclass >
static SharedPtr<BaseCallMuteInterfaceSubclass> Tp::BaseCallMuteInterface::create ( )
inlinestatic

◆ localMuteState()

Tp::LocalMuteState Tp::BaseCallMuteInterface::localMuteState ( ) const

◆ setMuteState()

void Tp::BaseCallMuteInterface::setMuteState ( const Tp::LocalMuteState state)

◆ setSetMuteStateCallback()

void Tp::BaseCallMuteInterface::setSetMuteStateCallback ( const SetMuteStateCallback cb)

◆ muteStateChanged

void Tp::BaseCallMuteInterface::muteStateChanged ( const Tp::LocalMuteState state)
signal