User Interface Control Functions


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)

Function Documentation

void ButtonTextSetObjItem MGUI::FORM_BUTTONTEXT ButtonText,
const RVC::OBJITEM ObjItem
 

Set text in FORM_BUTTONTEXT from RVC::OBJITEM.

Parameters:
ButtonText  BUTTONTEXT control
ObjItem  Item to set text from

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

Parameters:
ComboBox  COMBOBOX to get selection from
ParentObj  Parent geospatial object
GeorefName  Selected georeference object name returned

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

Parameters:
ComboBox  COMBOBOX to get selection from
ParentObj  Parent geospatial object
GeorefName  Selected georeference object name returned

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

Parameters:
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 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.

Parameters:
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 ListBoxAddObjItem MGUI::CTRL_LISTBOX ListBox,
const RVC::OBJITEM ObjItem
 

Add Path/name from RVC::OBJITEM to CTRL_LISTBOX.

Parameters:
ListBox  LISTBOX to add items to
ObjItem  Item to add

void ListBoxAddObjItems MGUI::CTRL_LISTBOX ListBox,
const RVC::OBJITEMLIST ObjItemList
 

Add entries RVC::OBJITEMLIST to CTRL_LISTBOX.

Does not clear the listbox.

Parameters:
ListBox  LISTBOX to add items to
ObjItemList  List of items to add


Generated on Wed May 31 15:29:28 2006 for TNTsdk by  doxygen 1.3.8-20040913