API published in: S60 3rd Ed
Link against: lmkcommonui.lib
Required Capabilities
LocalServices Location NetworkServices ReadUserData WriteUserData
Exceptions
None
Other Information
None
#include <clmkeditordlg.h>
It is used to set these flags to CLmkEditorDlg before launching the dialog. It encapsualtes _TLmkEditorAttributes & _TLmkEditorMode. It is used by class CLmkEditorDlg.
Public Member Functions |
|
IMPORT_C | TLmkEditorParams () |
C++ Constructor. |
|
Data Fields |
|
TLmkEditorAttributes | iAttributes |
This member,specifies what all landmark attributes to be shown in editor/viewer dialog. |
|
TLmkEditorMode | iEditorMode |
This member,specifies the mode (Viewer or Editor) in which the landmark dialog will be launched. |
|
C++ Constructor.
|
|
This member,specifies what all landmark attributes to be shown in editor/viewer dialog. It can have a combination of values from enum _TLmkEditorAttributes. By default ELmkAll attribute is used if no value is specified. |
|
This member,specifies the mode (Viewer or Editor) in which the landmark dialog will be launched. It holds a value from enum _TLmkEditorMode, by default ELmkEditor is used if no value is specified. |