CLmkEditorDlg::TLmkEditorParams Class Reference

class CLmkEditorDlg::TLmkEditorParams

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 .

Constructor & Destructor Documentation

TLmkEditorParams()

IMPORT_C TLmkEditorParams ( )

C++ Constructor.

TLmkEditorParams(const TLmkEditorParams &)

TLmkEditorParams ( const TLmkEditorParams & ) [private]

Parameters

const TLmkEditorParams &

Member Functions Documentation

operator=(const TLmkEditorParams &)

TLmkEditorParams & operator= ( const TLmkEditorParams & ) [private]

Parameters

const TLmkEditorParams &

Member Data Documentation

TLmkEditorAttributes iAttributes

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