#include <phoneui.h>
Definition at line 260 of file phoneui.h.
| PhoneUIStatusBar::PhoneUIStatusBar | ( | UITextType * | a, | |
| UITextType * | b, | |||
| UITextType * | c, | |||
| UITextType * | d, | |||
| UITextType * | e, | |||
| UITextType * | f, | |||
| QObject * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
Definition at line 2326 of file phoneui.cpp.
| PhoneUIStatusBar::~PhoneUIStatusBar | ( | ) |
Definition at line 2364 of file phoneui.cpp.
| void PhoneUIStatusBar::DisplayInCallStats | ( | bool | initialise | ) |
Definition at line 2369 of file phoneui.cpp.
Referenced by notificationTimeout(), and PhoneUIBox::startRTP().
| void PhoneUIStatusBar::DisplayCallState | ( | QString | s | ) |
Definition at line 2399 of file phoneui.cpp.
Referenced by PhoneUIBox::LoopbackButtonPushed(), notificationTimeout(), PhoneUIBox::ProcessSipNotification(), and PhoneUIBox::ProcessSipStateChange().
| void PhoneUIStatusBar::DisplayNotification | ( | QString | s, | |
| int | Seconds | |||
| ) |
| void PhoneUIStatusBar::updateMidCallCaller | ( | QString | t | ) |
Definition at line 2436 of file phoneui.cpp.
Referenced by PhoneUIBox::alertUser(), and PhoneUIBox::PlaceCall().
| void PhoneUIStatusBar::updateMidCallTime | ( | int | Seconds | ) |
| void PhoneUIStatusBar::updateMidCallAudioStats | ( | int | pIn, | |
| int | pMiss, | |||
| int | pLate, | |||
| int | pOut, | |||
| int | bIn, | |||
| int | bOut, | |||
| int | msPeriod | |||
| ) |
| void PhoneUIStatusBar::updateMidCallVideoStats | ( | int | pIn, | |
| int | pMiss, | |||
| int | pLate, | |||
| int | pOut, | |||
| int | bIn, | |||
| int | bOut, | |||
| int | msPeriod | |||
| ) |
| void PhoneUIStatusBar::updateMidCallVideoCodec | ( | QString | c | ) |
| void PhoneUIStatusBar::updateMidCallAudioCodec | ( | QString | c | ) |
| void PhoneUIStatusBar::notificationTimeout | ( | ) | [slot] |
QTimer* PhoneUIStatusBar::notificationTimer [private] |
Definition at line 283 of file phoneui.h.
Referenced by DisplayNotification(), PhoneUIStatusBar(), and ~PhoneUIStatusBar().
bool PhoneUIStatusBar::modeInCallStats [private] |
Definition at line 285 of file phoneui.h.
Referenced by DisplayCallState(), DisplayInCallStats(), notificationTimeout(), PhoneUIStatusBar(), updateMidCallAudioStats(), updateMidCallCaller(), updateMidCallTime(), and updateMidCallVideoStats().
bool PhoneUIStatusBar::modeNotification [private] |
Definition at line 286 of file phoneui.h.
Referenced by DisplayCallState(), DisplayInCallStats(), DisplayNotification(), notificationTimeout(), PhoneUIStatusBar(), updateMidCallAudioStats(), updateMidCallCaller(), updateMidCallTime(), and updateMidCallVideoStats().
QString PhoneUIStatusBar::callerString [private] |
Definition at line 287 of file phoneui.h.
Referenced by DisplayInCallStats(), and updateMidCallCaller().
QString PhoneUIStatusBar::TimeString [private] |
Definition at line 288 of file phoneui.h.
Referenced by DisplayInCallStats(), and updateMidCallTime().
QString PhoneUIStatusBar::audioStatsString [private] |
Definition at line 289 of file phoneui.h.
Referenced by DisplayInCallStats(), and updateMidCallAudioStats().
QString PhoneUIStatusBar::videoStatsString [private] |
Definition at line 290 of file phoneui.h.
Referenced by DisplayInCallStats(), and updateMidCallVideoStats().
QString PhoneUIStatusBar::bwStatsString [private] |
QString PhoneUIStatusBar::statusMsgString [private] |
QString PhoneUIStatusBar::callStateString [private] |
Definition at line 293 of file phoneui.h.
Referenced by DisplayCallState(), notificationTimeout(), and PhoneUIStatusBar().
QString PhoneUIStatusBar::statsVideoCodec [private] |
Definition at line 296 of file phoneui.h.
Referenced by PhoneUIStatusBar(), updateMidCallVideoCodec(), and updateMidCallVideoStats().
QString PhoneUIStatusBar::statsAudioCodec [private] |
Definition at line 297 of file phoneui.h.
Referenced by PhoneUIStatusBar(), updateMidCallAudioCodec(), and updateMidCallAudioStats().
int PhoneUIStatusBar::audLast_pIn [private] |
Definition at line 298 of file phoneui.h.
Referenced by DisplayInCallStats(), and PhoneUIStatusBar().
int PhoneUIStatusBar::audLast_pLoss [private] |
Definition at line 299 of file phoneui.h.
Referenced by DisplayInCallStats(), and PhoneUIStatusBar().
int PhoneUIStatusBar::audLast_pTotal [private] |
Definition at line 300 of file phoneui.h.
Referenced by DisplayInCallStats(), and PhoneUIStatusBar().
int PhoneUIStatusBar::audLast_bIn [private] |
Definition at line 301 of file phoneui.h.
Referenced by DisplayInCallStats(), PhoneUIStatusBar(), and updateMidCallAudioStats().
int PhoneUIStatusBar::audLast_bOut [private] |
Definition at line 302 of file phoneui.h.
Referenced by DisplayInCallStats(), PhoneUIStatusBar(), and updateMidCallAudioStats().
int PhoneUIStatusBar::vidLast_bIn [private] |
Definition at line 303 of file phoneui.h.
Referenced by DisplayInCallStats(), PhoneUIStatusBar(), and updateMidCallVideoStats().
int PhoneUIStatusBar::vidLast_bOut [private] |
Definition at line 304 of file phoneui.h.
Referenced by DisplayInCallStats(), PhoneUIStatusBar(), and updateMidCallVideoStats().
int PhoneUIStatusBar::vidLast_pIn [private] |
Definition at line 305 of file phoneui.h.
Referenced by DisplayInCallStats(), and PhoneUIStatusBar().
int PhoneUIStatusBar::vidLast_pLoss [private] |
Definition at line 306 of file phoneui.h.
Referenced by DisplayInCallStats(), and PhoneUIStatusBar().
int PhoneUIStatusBar::vidLast_pTotal [private] |
Definition at line 307 of file phoneui.h.
Referenced by DisplayInCallStats(), and PhoneUIStatusBar().
int PhoneUIStatusBar::last_bOut [private] |
Definition at line 308 of file phoneui.h.
Referenced by DisplayInCallStats(), and PhoneUIStatusBar().
QTime PhoneUIStatusBar::lastPoll [private] |
Definition at line 309 of file phoneui.h.
Referenced by DisplayInCallStats(), and PhoneUIStatusBar().
UITextType* PhoneUIStatusBar::callerText [private] |
Definition at line 311 of file phoneui.h.
Referenced by DisplayCallState(), DisplayInCallStats(), DisplayNotification(), PhoneUIStatusBar(), and updateMidCallCaller().
UITextType* PhoneUIStatusBar::audioStatsText [private] |
Definition at line 312 of file phoneui.h.
Referenced by DisplayCallState(), DisplayInCallStats(), DisplayNotification(), PhoneUIStatusBar(), and updateMidCallAudioStats().
UITextType* PhoneUIStatusBar::videoStatsText [private] |
Definition at line 313 of file phoneui.h.
Referenced by DisplayCallState(), DisplayInCallStats(), DisplayNotification(), PhoneUIStatusBar(), and updateMidCallVideoStats().
UITextType* PhoneUIStatusBar::bwStatsText [private] |
UITextType* PhoneUIStatusBar::callTimeText [private] |
Definition at line 315 of file phoneui.h.
Referenced by DisplayCallState(), DisplayInCallStats(), DisplayNotification(), PhoneUIStatusBar(), and updateMidCallTime().
UITextType* PhoneUIStatusBar::statusMsgText [private] |
Definition at line 316 of file phoneui.h.
Referenced by DisplayCallState(), DisplayInCallStats(), DisplayNotification(), and PhoneUIStatusBar().
1.5.5