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

QAbstractDialerScreen Class Reference
[QtTelephonyModule]

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.

Public Functions

Public Slots

Signals

Additional Inherited Members


Detailed Description

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 the Qt Extended 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 Qt Extended server and cannot be used by other Qt Extended applications.


Member Function Documentation

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

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

void QAbstractDialerScreen::appendDigits ( const QString & digits )   [pure virtual slot]

Appends digits to the current number.

QString QAbstractDialerScreen::digits () const   [pure virtual]

Returns the currently displayed number from the dialer screen.

See also setDigits().

void QAbstractDialerScreen::doOffHook ()   [pure virtual slot]

Implements the behavior when the phone handset is taken off its hook.

See also DialProxy::onHookGesture().

void QAbstractDialerScreen::doOnHook ()   [pure virtual slot]

Implements the behavior when the phone handset is put on its hook.

See also DialProxy::offHookGesture().

void QAbstractDialerScreen::requestDial ( const QString & number, const QUniqueId & contact )   [signal]

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.

void QAbstractDialerScreen::reset ()   [pure virtual slot]

Resets any displayed number and return to the screens initial view. This is always called before displaying the screen to the user.

void QAbstractDialerScreen::setDigits ( const QString & digits )   [pure virtual slot]

Sets the current number to digits.

See also digits().

void QAbstractDialerScreen::speedDial ( const QString & number )   [signal]

Emitted whenever the user speed dials a number from the dial screen. A speed dial is usually characterized by a press and hold action on a keypad number. Qt Extended will resolve the number into a speed dial action and perform it appropriately.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3