Detailed Description
The PhoneLauncher class implments the main UI widget for the Qt Extended.
This class is a Qt Extended server widget. It is part of the Qt Extended server and cannot be used by other Qt Extended applications.
See also QAbstractServerInterface.
Member Function Documentation
bool PhoneLauncher::activateSpeedDial ( const QString & input ) [slot]
Activates speed dial associated with input and returns true if a matching speeddial action was found.
Returns the associated call history or 0 if it hasn't been instanciated yet.
QAbstractCallScreen * PhoneLauncher::callScreen ( bool create = true ) const
Returns the associated call screen or 0 if it hasn't been instanciated yet.
If create is true, the call screen will be created if it doesn't exist yet. This allows the delayed initialization of subcomponents.
QAbstractDialerScreen * PhoneLauncher::dialer ( bool create = true ) const
Returns the associated dialer screen or 0 if it hasn't been instanciated yet.
If create is true, the call screen will be created if it doesn't exist yet. This allows the delayed initialization of subcomponents.
Returns the associated homescreen or 0 if it hasn't been instanciated yet.
QAbstractBrowserScreen * PhoneLauncher::phoneBrowser ( bool create = true ) const
Returns the associated browser screen or 0 if it hasn't been instanciated yet.
If create is true the browser screen will be created if it doesn't exist yet. This allows the delayed initialization of subcomponents.
QAbstractSecondaryDisplay * PhoneLauncher::secondaryDisplay ( bool create = true ) const
Returns the associated secondary display or 0 if it hasn't been instanciated yet.
If create is true the secondary display will be created if it doesn't exist yet and if the device supports a secondary display. The create parameter allows the delayed initialization of subcomponents.
void PhoneLauncher::showCallHistory ( bool missed = false ) [slot]
Displays the call history window. If missed is true, the missed calls tab will be on top.
void PhoneLauncher::showCallScreen () [slot]
Displays the call screen.
void PhoneLauncher::showDialer ( const QString & digits, bool speedDial = false ) [slot]
Displays the dialer, preloaded with digits. If speedDial is true, the digits will be considered for use in speed dial (press and hold).
void PhoneLauncher::showMissedCalls () [slot]
Displays the call history window. The missed calls tab will be on top.
void PhoneLauncher::showSpeedDialer ( const QString & digits ) [slot]
The speed dialer is displayed, preloaded with digits, when this slot is invoked.