Home · All Classes · All Namespaces · Modules · Functions · Files |
#include <TelepathyQt/_gen/svc-call.h>
Inherits Tp::AbstractAdaptor.
Public Slots | |
void | RequestMuted (bool muted, const QDBusMessage &dbusMessage) |
Signals | |
void | MuteStateChanged (uint muteState) |
Public Member Functions | |
uint | LocalMuteState () const |
Public Member Functions inherited from Tp::AbstractAdaptor | |
AbstractAdaptor (const QDBusConnection &connection, QObject *adaptee, QObject *parent) | |
~AbstractAdaptor () | |
QDBusConnection | dbusConnection () const |
QObject * | adaptee () const |
Adaptor class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Call1.Interface.Mute".
uint Tp::Service::CallInterfaceMuteAdaptor::LocalMuteState | ( | ) | const |
Return the value of the exported D-Bus object property LocalMuteState
of type uint
.
Adaptees should export this property as a Qt property named 'localMuteState' with type uint.
The current mute state of this part of the call. New Contents should inherit the value of this property from the parent Call1. Similarly, Streams should inherit it from the parent Content.
LocalMuteState
.
|
slot |
Begins a call to the exported D-Bus method RequestMuted
on this object.
Adaptees should export this method as a Qt slot with the following signature: void requestMuted(bool muted, const Tp::Service::CallInterfaceMuteAdaptor::RequestMutedContextPtr &context);
Implementations should call MethodInvocationContext::setFinished (or setFinishedWithError accordingly) on the received context object once the method has finished processing.
Inform the CM that the Call, Content or Stream should be muted or unmuted. The CM will tell the streaming implementation to Mute Streams as required, and emit MuteStateChanged when done.
muted | True if the client wishes to mute the Content or Call. |
|
signal |
Represents the exported D-Bus signal MuteStateChanged
on this object.
Adaptees should export this signal as a Qt signal with the following signature: void muteStateChanged(uint muteState);
The adaptee signal will be automatically relayed as a D-Bus signal once emitted.
muteState | The new mute state. |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |