API published in: S60 3rd Ed
Link against: lmkcommonui.lib
Required Capabilities
LocalServices Location NetworkServices ReadUserData WriteUserData
Exceptions
None
Other Information
None
#include <clmkcategoryselectordlg.h>
Public Member Functions |
|
IMPORT_C | ~CLmkCategorySelectorDlg () |
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 category selector dialog.Client use this function to launch single category selector dialog. |
|
IMPORT_C TInt | ExecuteLD (RArray< TLmkItemIdDbCombiInfo > &aSelectedItems) |
This function launches the category selector dialog.Client use this function to launch multiple category selector dialog.
|
|
Static Public Member Functions |
|
static IMPORT_C CLmkCategorySelectorDlg * | NewL (TBool aShowEmptyCategories=EFalse) |
This is a static function, which create and return an instance of this class. |
|
Destructor. |
|
This function launches the category selector dialog.Client use this function to launch multiple category selector dialog. This object is destroyed when this function returns or leaves. If the array(aSelectedItems) is passed with already filled cateogry ids, then such categories will be shown as selected when the dialog is launched,but if any of these ids do not exist in landmarks database,will be ignored.
|
|
This function launches the category selector dialog.Client use this function to launch single category selector dialog. This object is destroyed when this function returns or leaves.
|
|
This is a static function, which create and return an instance of this class. Categories present in the landmark database, are shown in selector.
|
|
This function sets the context - that is, the enclosing parent control - for this control.
|