#include <app/CLmkCategorySelectorDlg.h>
class CLmkCategorySelectorDlg : public CBase |
Public Member Functions | |
---|---|
~CLmkCategorySelectorDlg() | |
IMPORT_C TInt | ExecuteLD(TLmkItemIdDbCombiInfo &) |
IMPORT_C TInt | ExecuteLD(RArray< TLmkItemIdDbCombiInfo > &) |
IMPORT_C CLmkCategorySelectorDlg * | NewL(TBool) |
IMPORT_C void | SetMopParent(MObjectProvider *) |
This is a dialog class, which is used to launch category selector dialog and to get the selected category ids.It displays the categories present in landmarks database,as a list.The dialog can be a single selector or multiple selector dialog, depending upon argument passed by the client (in ExecuteLD function) at the time when it is launched.Based on whether it is a single selector or multiple selector dialog, user can select single category or multiple categories.
IMPORT_C TInt | ExecuteLD | ( | TLmkItemIdDbCombiInfo & | aSelected | ) |
Returns: Returns non-zero if accepted, else zero.
IMPORT_C TInt | ExecuteLD | ( | RArray< TLmkItemIdDbCombiInfo > & | aSelectedItems | ) |
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.
Returns: Returns non-zero if accepted, else zero.
IMPORT_C CLmkCategorySelectorDlg * | NewL | ( | TBool | aShowEmptyCategories = EFalse | ) | [static] |
This is a static function, which create and return an instance of this class. Categories present in the landmark database, are shown in selector.
Parameter | Description |
---|---|
aShowEmptyCategories | specifies whether categories without landmarks are shown or not |
Returns: new instance of this class
IMPORT_C void | SetMopParent | ( | MObjectProvider * | aParent | ) |
This function sets the context - that is, the enclosing parent control - for this control.
Parameter | Description |
---|---|
aParent | The parent object which is the context for the control. |