Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

CallHistoryService Class Reference
[QtTelephonyModule]

The CallHistoryService class provides the CallHistory service. More...

    #include <CallHistoryService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

The CallHistoryService class provides the CallHistory service.

The CallHistory service enables application to view call history list or detailed view.


Member Function Documentation

void CallHistoryService::showCallHistory ( QCallList::ListType type, const QString & filterHint )   [slot]

Shows the call history list of type. The shown list will only show entries that match filterHint. If filterHint is empty no filtering is applied.

The service implementation should set the filterHint via QAbstractCallHistory::setFilter().

void CallHistoryService::showCallHistory ()   [slot]

This is an overloaded member function, provided for convenience.

Shows the complete call history.

The service implementation should set the filterHint via QAbstractCallHistory::setFilter().

void CallHistoryService::showMissedCalls ()   [slot]

Shows all missed calls.

The service implementation should set the filterHint via QAbstractCallHistory::setFilter().

void CallHistoryService::viewDetails ( QCallListItem item, QContact contact, int fieldType )   [slot]

Shows the detailed view of call history item with contact and fieldType data.

fieldType should be an integer representation of QContactModel::Field type for the call number for item.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3