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

QAbstractCallScreen Class Reference
[QtTelephonyModule]

The QAbstractCallScreen class allows developers to replace the call management screen. More...

    #include <QAbstractCallScreen>

Inherits QWidget.

Inherited by DeskphoneCallScreen and ThemedCallScreen.

Public Functions

Public Slots

Signals

Additional Inherited Members


Detailed Description

The QAbstractCallScreen class allows developers to replace the call management screen.

The QAbstractDialerScreen interface is part of the server widgets framework. It allows replacement of the standard call screen in the Qt Extended phone UI.

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


Member Function Documentation

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

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

void QAbstractCallScreen::acceptIncoming ()   [signal]

Emitted when the user accepts an incoming call.

void QAbstractCallScreen::hangupCall ()   [signal]

Emitted when the user hangs the call up.

void QAbstractCallScreen::stateChanged ()   [virtual slot]

Notifies the call screen that the call state has changed and the call display should be refreshed.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3