API published in: S60 3rd Ed
Link against: lmkcommonui.lib
Required Capabilities
LocalServices Location NetworkServices ReadUserData WriteUserData
Exceptions
None
Other Information
None
#include <clmklandmarkselectordlg.h>
Public Member Functions |
|
IMPORT_C | ~CLmkLandmarkSelectorDlg () |
Destructor. |
|
IMPORT_C void | SetMopParent (MObjectProvider *aParent) |
This function sets the context - that is, the enclosing parent control - for this control. |
|
IMPORT_C TInt | ExecuteLD (TLmkItemIdDbCombiInfo &aSelected) |
This function launches the landmark selector dialog. |
|
IMPORT_C TInt | ExecuteLD (RArray< TLmkItemIdDbCombiInfo > &aSelectedItems) |
This function launches the landmark selector dialog. |
|
Static Public Member Functions |
|
static IMPORT_C CLmkLandmarkSelectorDlg * | NewL () |
This is a static function, which creates and returns an instance of this class. |
|
Destructor. |
|
This function launches the landmark selector dialog. Client uses this function to launch multiple landmark selector dialog. This object is destroyed when this function returns or leaves. If the array(aSelectedItems) is passed with already filled landmark ids, then such landmarks will be shown as selected when the dialog is launched, but if any of these ids do not exist in landmarks database, it will be ignored.
|
|
This function launches the landmark selector dialog. Client uses this function to launch single landmark selector dialog. This object is destroyed when this function returns or leaves.
|
|
This is a static function, which creates and returns an instance of this class. All the landmarks present in the landmark database are shown in the selector.
|
|
This function sets the context - that is, the enclosing parent control - for this control.
|