Classified ads
|
class for displaying voice call controls More...
#include <callstatus.h>
Public Slots | |
void | audioInputLevel (float aInputLevel) |
void | audioOutputLevel (float aOutputLevel) |
Signals | |
void | error (MController::CAErrorSituation aError, const QString &aExplanation) |
Public Member Functions | |
CallStatusDialog (QWidget *aParent, MController &aController) | |
~CallStatusDialog () | |
virtual void | callStatusChanged (quint32 aCallId, VoiceCallEngine::CallState aState) |
Private Attributes | |
Ui_callStatusDialog | ui |
MController & | iController |
CallButtonDelegate * | iCallButtonDelegate |
class for displaying voice call controls
CallStatusDialog::CallStatusDialog | ( | QWidget * | aParent, |
MController & | aController | ||
) |
Constructor.
CallStatusDialog::~CallStatusDialog | ( | ) |
destructor
|
slot |
Slot for setting display of level of audio from microphone
aInputLevel | audio input level for display purpose, range [-1.0,1,0]. |
|
slot |
Slot for setting display of level of audio to speaker
|
virtual |
from MCallStatusObserver
|
signal |
|
private |
|
private |
|
private |