| Home · All Classes · Grouped Classes · Annotated · Functions |
The QAbstractDialerScreen class allows developers to replace the "dialer screen" portion of the Phone UI. More...
#include <QAbstractDialerScreen>
Inherits QWidget.
Inherited by PhoneQuickDialerScreen and PhoneTouchDialerScreen.
The QAbstractDialerScreen class allows developers to replace the "dialer screen" portion of the Phone UI.
The QAbstractDialerScreen interface is part of the server widgets framework and allows developers to replace the standard touchscreen or quick dialers in Qtopia's phone UI. 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.
This class is part of the Qtopia server and cannot be used by other Qtopia applications.
Constructs a new QAbstractDialerScreen instance, with the specified parent and widget flags.
Appends digits to the current number.
Returns the currently displayed number from the dialer screen.
See also setDigits().
Emitted whenever a key is entered which modified the input. Slots connected to this signal may elect to filter out the input and handle it themselves. If they do, filtered should be set to true.
Emitted when the user selects the input within the dialer, usually by pressing the call button. Slots connected to this signal may elect to filter out the input and handle it themselves. If they do, filtered should be set to true.
Emitted whenever the user has selected a number to dial from the dial screen. If valid, contact may be set to the unique id of the contact to which the number refers. The dialer is generally expected to QWidget::close() after emitting this signal.
Resets any displayed number and return to the screens initial view. This is always called before displaying the screen to the user.
Sets the current number to digits.
See also digits().
Emitted whenever the user speed dials a number from the dial screen. Qtopia will resolve the number into a speed dial action and perform it appropriately.
| Copyright © 2008 Trolltech | Trademarks | Qtopia 4.3.2 |