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

QAbstractCallHistory Class Reference
[QtTelephonyModule]

The QAbstractCallHistory class allows developers to replace the "call history screen" portion of the Phone UI. More...

    #include <QAbstractCallHistory>

Inherits QWidget.

Inherited by PhoneCallHistory.

Public Functions

Signals

Additional Inherited Members


Detailed Description

The QAbstractCallHistory class allows developers to replace the "call history screen" portion of the Phone UI.

The QAbstractCallHistory is part of the server widgets framework and represents the portion of the phone UI that users can access to see missing calls, dialed calls and received calls. A small tutorial on how to develop new server widgets using one of the abstract widgets as base can be found in QAbstractServerInterface class documentation. In addition it is marked as singleton interface. For more details about the concept of singleton server widgets refer to the server widget documentation.

This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.


Member Function Documentation

QAbstractCallHistory::QAbstractCallHistory ( QWidget * parent = 0, Qt::WFlags flags = 0 )

Constructs a new QAbstractCallHistory instance, with the specified parent and widget flags.

void QAbstractCallHistory::refresh ()   [pure virtual]

Refresh the views.

void QAbstractCallHistory::requestedDial ( const QString & number, const QUniqueId & uid )   [signal]

Emitted when a dial is requested. The number sent is the phone number requested and the uid is the unique identifier for this contact.

void QAbstractCallHistory::reset ()   [pure virtual]

Reset the filtering criterias of the views.

void QAbstractCallHistory::setFilter ( const QString & f )   [pure virtual]

Sets f as the filtering criteria of the calls view. This will replace any existing filtering criteria.

void QAbstractCallHistory::showMissedCalls ()   [pure virtual]

Returns true if the missed calls have been seen, false otherwise.

void QAbstractCallHistory::viewedMissedCalls ()   [signal]

Emitted when the missed calls have been seen.

See also showMissedCalls().


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3