| Home · All Classes · All Namespaces · Modules · Functions · Files |
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) |
Public Member Functions | |
| virtual | ~BaseCallMuteInterface () |
| QVariantMap | immutableProperties () const |
| Tp::LocalMuteState | localMuteState () const |
| void | setMuteState (const Tp::LocalMuteState &state) |
| void | setSetMuteStateCallback (const SetMuteStateCallback &cb) |
Static Public Member Functions | |
| static BaseCallMuteInterfacePtr | create () |
| template<typename BaseCallMuteInterfaceSubclass > | |
| static SharedPtr < BaseCallMuteInterfaceSubclass > | create () |
Base class for implementations of Call.Interface.Mute.
| typedef Callback2<void, const Tp::LocalMuteState&, DBusError*> Tp::BaseCallMuteInterface::SetMuteStateCallback |
| Tp::BaseCallMuteInterface::~BaseCallMuteInterface | ( | ) | [virtual] |
Class destructor.
| static BaseCallMuteInterfacePtr Tp::BaseCallMuteInterface::create | ( | ) | [inline, static] |
| static SharedPtr<BaseCallMuteInterfaceSubclass> Tp::BaseCallMuteInterface::create | ( | ) | [inline, static] |
| QVariantMap Tp::BaseCallMuteInterface::immutableProperties | ( | ) | const [virtual] |
Return the immutable properties of this interface.
Immutable properties cannot change after the interface has been registered on a service on the bus with registerInterface().
Implements Tp::AbstractDBusServiceInterface.
| void Tp::BaseCallMuteInterface::setMuteState | ( | const Tp::LocalMuteState & | state | ) |
| void Tp::BaseCallMuteInterface::setSetMuteStateCallback | ( | const SetMuteStateCallback & | cb | ) |
| void Tp::BaseCallMuteInterface::muteStateChanged | ( | const Tp::LocalMuteState & | state | ) | [signal] |
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |