This class is used to access oFono call volume API.
More...
#include <ofonocallvolume.h>
|
|
void | setMuted (const bool mute) |
| |
|
void | setSpeakerVolume (const quint8 &spvolume) |
| |
|
void | setMicrophoneVolume (const quint8 &mpvolume) |
| |
|
|
void | mutedChanged (const bool &muted) |
| |
|
void | speakerVolumeChanged (const quint8 &volume) |
| |
|
void | microphoneVolumeChanged (const quint8 &mvolume) |
| |
|
void | setMutedFailed () |
| |
|
void | setSpeakerVolumeFailed () |
| |
|
void | setMicrophoneVolumeFailed () |
| |
| void | validityChanged (bool validity) |
| | Interface validity has changed.
|
| |
|
|
| OfonoCallVolume (OfonoModem::SelectionSetting modemSetting, const QString &modemPath, QObject *parent=0) |
| |
|
bool | muted () const |
| |
|
quint8 | speakerVolume () const |
| |
|
quint8 | microphoneVolume () const |
| |
| | OfonoModemInterface (OfonoModem::SelectionSetting modemSetting, const QString &modemPath, const QString &ifname, OfonoGetPropertySetting propertySetting, QObject *parent=0) |
| | Construct a modem interface object.
|
| |
| bool | isValid () const |
| | Check that the modem interface object is valid.
|
| |
| OfonoModem * | modem () const |
| | Get the modem object that this interface belongs to.
|
| |
|
QString | path () const |
| | Returns the D-Bus object path of the interface.
|
| |
| QString | errorName () const |
| | Get the D-Bus error name of the last operation.
|
| |
| QString | errorMessage () const |
| | Get the D-Bus error message of the last operation.
|
| |
|
|
bool | muted |
| |
|
quint8 | speakerVolume |
| |
|
quint8 | microphoneVolume |
| |
|
bool | isValid |
| |
|
QString | path |
| |
|
QString | errorName |
| |
|
QString | errorMessage |
| |
The documentation for this class was generated from the following file: