CLmkEditorDlg::TLmkEditorParams Class Reference

#include <app/CLmkEditorDlg.h>

Link against: LmkCommonUiStub.lib

class CLmkEditorDlg::TLmkEditorParams

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.

Member Attribute Documentation

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.

iEditorMode

TLmkEditorMode 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.

Constructor & Destructor Documentation

TLmkEditorParams ( )

IMPORT_CTLmkEditorParams()

C++ Constructor.

Returns: newly instantiated object