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
- 206 public functions inherited from QWidget
- 29 public functions inherited from QObject
- 14 public functions inherited from QPaintDevice
Public Slots
- 19 public slots inherited from QWidget
- 1 public slot inherited from QObject
Signals
Additional Inherited Members
- 57 properties inherited from QWidget
- 1 property inherited from QObject
- 1 public type inherited from QObject
- 4 static public members inherited from QWidget
- 4 static public members inherited from QObject
- 38 protected functions inherited from QWidget
- 7 protected functions inherited from QObject
- 1 protected function inherited from QPaintDevice
- 1 protected slot inherited from QWidget
- 2 protected variables inherited from QObject
- 1 protected type inherited from QPaintDevice
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 |