Qt Mobility Reference Documentation

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.


Member Function Documentation

QTelephonyCallList::QTelephonyCallList ( QObject * parent = 0 )

parent The parent of this object. Default is 0.

Constructor for the QTelephonyCallList object

QTelephonyCallList::~QTelephonyCallList () [virtual]

Destructor of QTelephonyCallList.

void QTelephonyCallList::activeCallAdded ( const QTelephonyCallInfo & call ) [signal]

call The QTelephonyCallInfo object that was added to the active call list.

This signal is emitted whenever a call was added to the active call list.

void QTelephonyCallList::activeCallRemoved ( const QTelephonyCallInfo & call ) [signal]

call The QTelephonyCallInfo object that was removed from the active call list.

This signal is emitted whenever a call was removed from the active call list.

void QTelephonyCallList::activeCallStatusChanged ( const QTelephonyCallInfo & call ) [signal]

call The QTelephonyCallInfo object that changed its status.

This signal is emitted whenever the status of a active call was changed.

QList<QTelephonyCallInfo> QTelephonyCallList::activeCalls ( const QTelephonyCallInfo::CallType & calltype = QTelephonyCallInfo::Any ) const

calltype All calls in the list have this type.

Gives back a list of calls from type of calltype.


Copyright © 2009-2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.1.0