#include <input_numeric.hh>
Inheritance diagram for VOSGUI::NumericInput:
Suggested representation is a text input with small increment/decrement controls.
Definition at line 48 of file input_numeric.hh.
|
Constructor.
Definition at line 30 of file input_numeric.cc. |
|
Destructor.
Definition at line 35 of file input_numeric.cc. |
|
Get the increment value.
Definition at line 198 of file input_numeric.cc. |
|
Get the datatype of gui:increment property.
Definition at line 218 of file input_numeric.cc. |
|
Get the gui:increment object.
Definition at line 233 of file input_numeric.cc. |
|
Get the maximum value.
Definition at line 87 of file input_numeric.cc. |
|
Get the datatype of gui:maximum property.
Definition at line 110 of file input_numeric.cc. |
|
Get the gui:maximum object.
Definition at line 130 of file input_numeric.cc. |
|
Get the minimum value.
Definition at line 145 of file input_numeric.cc. |
|
Get the datatype of gui:minimum property.
Definition at line 169 of file input_numeric.cc. |
|
Get the gui:minimum object.
Definition at line 184 of file input_numeric.cc. |
|
Return type string ("gui:widget.input").
Reimplemented from VOSGUI::Input. Reimplemented in VOSGUI::SliderNumericInput. Definition at line 61 of file input_numeric.cc. |
|
Definition at line 83 of file input_numeric.cc. |
|
Register Extenders.
Reimplemented from VOSGUI::Input. Reimplemented in VOSGUI::SliderNumericInput. Definition at line 66 of file input_numeric.cc. Referenced by VOSGUI::registerAll(). |
|
Set gui:increment property.
Definition at line 225 of file input_numeric.cc. |
|
Set the gui:increment object.
Definition at line 237 of file input_numeric.cc. |
|
Set gui:maximum property.
Definition at line 117 of file input_numeric.cc. Referenced by setRange(). |
|
Set the gui:maximum object.
Definition at line 134 of file input_numeric.cc. |
|
Set gui:minimum property.
Definition at line 176 of file input_numeric.cc. Referenced by setRange(). |
|
Set the gui:minimum object.
Definition at line 188 of file input_numeric.cc. |
|
Set the maximum and minimum values.
Definition at line 125 of file input_numeric.cc. |
|
Definition at line 77 of file input_numeric.cc. |