#include <call_monitor.h>
Public Types | |
| enum class | State { OffHook , OnHook } |
Signals | |
| void | callStateChanged () |
Public Member Functions | |
| CallMonitor (QObject *parent=nullptr) | |
| virtual | ~CallMonitor () |
| State | callState () const |
Definition at line 38 of file call_monitor.h.
|
strong |
| Enumerator | |
|---|---|
| OffHook | |
| OnHook | |
Definition at line 44 of file call_monitor.h.
| CallMonitor::CallMonitor | ( | QObject * | parent = nullptr | ) |
Definition at line 177 of file call_monitor.cpp.
Referenced by callState(), and callStateChanged().
|
virtualdefault |
| CallMonitor::State CallMonitor::callState | ( | ) | const |
Definition at line 185 of file call_monitor.cpp.
References CallMonitor().
|
signal |
References CallMonitor().
Referenced by lomiri::MediaHubService::ServiceImplementationPrivate::ServiceImplementationPrivate().