API published in: S60 3rd Ed
Link against: satinfo.lib
Required Capabilities
Location
#include <csatelliteinfoui.h>
Public Types |
|
enum | TSatelliteView { ESatelliteFirmamentView = 0x0001, ESatelliteSignalStrengthView = 0x0002 } |
Enumeration to specify the default launch view of the dialog. More... |
|
Public Member Functions |
|
virtual IMPORT_C | ~CSatelliteInfoUI () |
Destructor. |
|
IMPORT_C TInt | ExecuteLD (const TDesC &aNameOfRule) |
Display satellite's information dialog. |
|
IMPORT_C void | HandleForegroundEventL (TBool aForeground) |
Dialog switched to foreground or background. |
|
IMPORT_C void | SetLaunchView (TSatelliteView aLaunchView) |
Used to set the dialog's launch view. |
|
Static Public Member Functions |
|
static IMPORT_C CSatelliteInfoUI * | NewL () |
Two-phased constructor. |
|
|
Destructor. |
|
Display satellite's information dialog. This library uses the services provided by Location Framework. Once the dialog is launched satellite information is continuously requested via Location Acquisition API. The Location Acquisition API is offered by Location Framework. The user can switch between the two views once the dialog is launched.
|
|
Dialog switched to foreground or background.
|
|
Two-phased constructor.
|
|
Used to set the dialog's launch view. This method is used to set the view in which the dialog should be launched. The two available views are signal strength and firmament view. Constants for settings default view specified in enum TSatelliteView. This method should be called before the method ExecuteLD is invoked.
|