#include <select_value.hh>
Inheritance diagram for VOSGUI::SelectValue:
This control presents a choice of values for a property, one of which may be selected using a radio button or popup menu.
Definition at line 51 of file select_value.hh.
|
Constructor.
Definition at line 31 of file select_value.cc. |
|
Destructor.
Definition at line 37 of file select_value.cc. |
|
Add a value choice.
Definition at line 101 of file select_value.cc. |
|
Add a value choice.
Definition at line 93 of file select_value.cc. |
|
Add a value choice.
Definition at line 89 of file select_value.cc. |
|
Add a value choice.
Definition at line 85 of file select_value.cc. Referenced by add(). |
|
Return the Vobject containing choices objects.
Definition at line 144 of file select_value.cc. |
|
Definition at line 178 of file select_value.cc. |
|
Definition at line 188 of file select_value.cc. |
|
Definition at line 127 of file select_value.cc. |
|
Definition at line 168 of file select_value.cc. |
|
Definition at line 131 of file select_value.cc. |
|
Definition at line 76 of file select_value.hh. |
|
Return type string ("gui:widget.select.value").
Reimplemented from VOSGUI::Select. Definition at line 58 of file select_value.cc. |
|
Get the selected value.
Definition at line 76 of file select_value.cc. |
|
Get the selected value.
Definition at line 72 of file select_value.cc. |
|
Find/create certain subobjects. You MUST call this for things to work correctly. Reimplemented from VOSGUI::Widget. Reimplemented in VOSGUI::LocalSelectValue. Definition at line 221 of file select_value.cc. |
|
Register Extenders.
Reimplemented from VOSGUI::Select. Definition at line 63 of file select_value.cc. Referenced by VOSGUI::registerAll(). |
|
Remove (the first occurance of) an object from the value.
Definition at line 105 of file select_value.cc. |
|
Set the choices container object. Don't call after initialize() or it won't work right. Definition at line 149 of file select_value.cc. |
|
Definition at line 160 of file select_value.cc. Referenced by VOSGUI::LocalSelectValue::initialize(). |
|
Definition at line 164 of file select_value.cc. |
|
Definition at line 172 of file select_value.cc. |
|
Definition at line 182 of file select_value.cc. |
|
Definition at line 137 of file select_value.cc. |
|
Definition at line 155 of file select_value.cc. Referenced by setPopup(), and setRadio(). |
|
Definition at line 84 of file select_value.hh. |
|
Set the selected value.
Definition at line 80 of file select_value.cc. |
|
Definition at line 55 of file select_value.hh. Referenced by add(), getChoicesObj(), initialize(), VOSGUI::LocalSelectValue::initialize(), and setChoicesObj(). |
|
Definition at line 56 of file select_value.hh. Referenced by getSelectedObj(), getValue(), initialize(), VOSGUI::LocalSelectValue::initialize(), setSelectedObj(), and setValue(). |