CLmkEditorDlg::TLmkEditorParams Class Reference

API published in: S60 3rd Ed

Link against: lmkcommonui.lib

Capability Information

Required Capabilities

LocalServices Location NetworkServices ReadUserData WriteUserData

Exceptions

None

Other Information

None


#include <clmkeditordlg.h>

Detailed Description

This class is a wrapper, around the flags _TLmkEditorAttributes and _TLmkEditorMode.

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.

Constructor & Destructor Documentation

IMPORT_C CLmkEditorDlg::TLmkEditorParams::TLmkEditorParams  ) 
 

C++ Constructor.

Returns:
newly instantiated object

Field Documentation

TLmkEditorAttributes CLmkEditorDlg::TLmkEditorParams::iAttributes
 

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.

TLmkEditorMode CLmkEditorDlg::TLmkEditorParams::iEditorMode
 

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.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top