Functions | |
| void | RVC::ButtonTextSetObjItem (MGUI::FORM_BUTTONTEXT &ButtonText, const RVC::OBJITEM &ObjItem) |
| ERRVALUE | RVC::ComboBoxGeorefGetSelectedName (const MGUI::FORM_COMBOBOX &ComboBox, const RVC::GEOSPATIAL &ParentObj, RVC::OBJECTNAME &GeorefName) |
| ERRVALUE | RVC::ComboBoxGeorefGetSelectedName (const MGUI::CTRL_COMBOBOX &ComboBox, const RVC::GEOSPATIAL &ParentObj, RVC::OBJECTNAME &GeorefName) |
| ERRVALUE | RVC::ComboBoxGeorefUpdate (MGUI::FORM_COMBOBOX &ComboBox, const RVC::GEOSPATIAL &ParentObj, RVC::OBJECTNAME &GeorefName, bool AllowNone=true, RVC::OBJECT::FILTER *pFilter=0) |
| ERRVALUE | RVC::ComboBoxGeorefUpdate (MGUI::CTRL_COMBOBOX &ComboBox, const RVC::GEOSPATIAL &ParentObj, RVC::OBJECTNAME &GeorefName, bool AllowNone=true, RVC::OBJECT::FILTER *pFilter=0) |
| void | RVC::ListBoxAddObjItem (MGUI::CTRL_LISTBOX &ListBox, const RVC::OBJITEM &ObjItem) |
| void | RVC::ListBoxAddObjItems (MGUI::CTRL_LISTBOX &ListBox, const RVC::OBJITEMLIST &ObjItemList) |
| void RVC::ButtonTextSetObjItem | ( | MGUI::FORM_BUTTONTEXT & | ButtonText, | |
| const RVC::OBJITEM & | ObjItem | |||
| ) |
Set text in FORM_BUTTONTEXT from RVC::OBJITEM.
| ButtonText | BUTTONTEXT control |
| ObjItem | Item to set text from |
| ERRVALUE RVC::ComboBoxGeorefGetSelectedName | ( | const MGUI::FORM_COMBOBOX & | ComboBox, | |
| const RVC::GEOSPATIAL & | ParentObj, | |||
| RVC::OBJECTNAME & | GeorefName | |||
| ) |
Get name of selected georeference object from MGUI::FORM_COMBOBOX.
Name will be cleared if selection is 'none' or invalid.
| ComboBox | COMBOBOX to get selection from |
| ParentObj | Parent geospatial object |
| GeorefName | Selected georeference object name returned |
| ERRVALUE RVC::ComboBoxGeorefGetSelectedName | ( | const MGUI::CTRL_COMBOBOX & | ComboBox, | |
| const RVC::GEOSPATIAL & | ParentObj, | |||
| RVC::OBJECTNAME & | GeorefName | |||
| ) |
Get name of selected georeference object from MGUI::CTRL_COMBOBOX.
Name will be cleared if selection is 'none' or invalid.
| ComboBox | COMBOBOX to get selection from |
| ParentObj | Parent geospatial object |
| GeorefName | Selected georeference object name returned |
| ERRVALUE RVC::ComboBoxGeorefUpdate | ( | MGUI::FORM_COMBOBOX & | ComboBox, | |
| const RVC::GEOSPATIAL & | ParentObj, | |||
| RVC::OBJECTNAME & | GeorefName, | |||
| bool | AllowNone = true, |
|||
| RVC::OBJECT::FILTER * | pFilter = 0 | |||
| ) |
Update MGUI::FORM_COMBOBOX to show available georeference objects and set default.
| ComboBox | COMBOBOX to update |
| ParentObj | Parent geospatial object |
| GeorefName | Selected georeference object name passed/returned |
| AllowNone | Allow 'none' georeferenece choice |
| pFilter | Optional filter to limit choices |
| ERRVALUE RVC::ComboBoxGeorefUpdate | ( | MGUI::CTRL_COMBOBOX & | ComboBox, | |
| const RVC::GEOSPATIAL & | ParentObj, | |||
| RVC::OBJECTNAME & | GeorefName, | |||
| bool | AllowNone = true, |
|||
| RVC::OBJECT::FILTER * | pFilter = 0 | |||
| ) |
Update MGUI::CTRL_COMBOBOX to show available georeference objects and set default.
| ComboBox | COMBOBOX to update |
| ParentObj | Parent geospatial object |
| GeorefName | Selected georeference object name passed/returned |
| AllowNone | Allow 'none' georeferenece choice |
| pFilter | Optional filter to limit choices |
| void RVC::ListBoxAddObjItem | ( | MGUI::CTRL_LISTBOX & | ListBox, | |
| const RVC::OBJITEM & | ObjItem | |||
| ) |
Add Path/name from RVC::OBJITEM to CTRL_LISTBOX.
| ListBox | LISTBOX to add items to |
| ObjItem | Item to add |
| void RVC::ListBoxAddObjItems | ( | MGUI::CTRL_LISTBOX & | ListBox, | |
| const RVC::OBJITEMLIST & | ObjItemList | |||
| ) |
Add entries RVC::OBJITEMLIST to CTRL_LISTBOX.
Does not clear the listbox.
| ListBox | LISTBOX to add items to |
| ObjItemList | List of items to add |
1.5.2