Form for LIDAR::CLASSDESCSET selection and editing. More...
#include <mi32/lidaruiformclassdescset.h>

Public Member Functions | |
| FORM_CLASSDESCSET () | |
| virtual | ~FORM_CLASSDESCSET () |
| void | Create (MGUI::LAYOUT_PANE_BASE &paneParent, const MISTRING &label, const char *IniName=0) |
| const CLASSDESCSET & | GetClassDescSet () const |
| MGUI::CTRL_LABEL & | GetLabel () const |
| void | SetDelegateOnChange (DELEGATE_VOID_NOPARMS delegate) |
Form for LIDAR::CLASSDESCSET selection and editing.
| LIDAR::UI::FORM_CLASSDESCSET::FORM_CLASSDESCSET | ( | ) |
Constructor.
| virtual LIDAR::UI::FORM_CLASSDESCSET::~FORM_CLASSDESCSET | ( | ) | [virtual] |
Destructor.
| void LIDAR::UI::FORM_CLASSDESCSET::Create | ( | MGUI::LAYOUT_PANE_BASE & | paneParent, | |
| const MISTRING & | label, | |||
| const char * | IniName = 0 | |||
| ) |
Create form.
| const CLASSDESCSET& LIDAR::UI::FORM_CLASSDESCSET::GetClassDescSet | ( | ) | const |
Get current class array.
Must call Create before use.
| MGUI::CTRL_LABEL& LIDAR::UI::FORM_CLASSDESCSET::GetLabel | ( | ) | const |
Get label for alignment.
| void LIDAR::UI::FORM_CLASSDESCSET::SetDelegateOnChange | ( | DELEGATE_VOID_NOPARMS | delegate | ) |
Set delegate to call when array is changed.
Must call Create before use.
1.6.1