Contents
QTelephonyCallList Class Reference
The QTelephonyCallList class contains a list of active calls. This object can notify other applications about call changes. More...
#include <QTelephonyCallList>
Public Functions
QTelephonyCallList ( QObject * parent = 0 ) | |
virtual | ~QTelephonyCallList () |
QList<QTelephonyCallInfo> | activeCalls ( const QTelephonyCallInfo::CallType & calltype = QTelephonyCallInfo::Any ) const |
Signals
void | activeCallAdded ( const QTelephonyCallInfo & call ) |
void | activeCallRemoved ( const QTelephonyCallInfo & call ) |
void | activeCallStatusChanged ( const QTelephonyCallInfo & call ) |
Detailed Description
The QTelephonyCallList class contains a list of active calls. This object can notify other applications about call changes.
QTelephonyCallList supports calls event notification for other application and an access of the list of the existing calls.