#include <input_numeric_slider.hh>
Inheritance diagram for VOSGUI::SliderNumericInput:
Definition at line 43 of file input_numeric_slider.hh.
|
Constructor.
Definition at line 30 of file input_numeric_slider.cc. |
|
Destructor.
Definition at line 36 of file input_numeric_slider.cc. |
|
Get the value of gui:orientation property ("horizontal" or "vertical".
Definition at line 85 of file input_numeric_slider.cc. |
|
Get the gui:orientation object.
Definition at line 103 of file input_numeric_slider.cc. |
|
Get the value of gui:show-labels property (If the value of this property is "yes", then the input widget may be more than one line tall, and the user may input more than one line (seperated by a newline charater, ASCII value 10). If absent, a default value of "no" should be used. ). Definition at line 116 of file input_numeric_slider.cc. |
|
Get the gui:show-labels object.
Definition at line 125 of file input_numeric_slider.cc. |
|
Return type string ("gui:widget.input").
Reimplemented from VOSGUI::NumericInput. Definition at line 69 of file input_numeric_slider.cc. |
|
Register Extenders.
Reimplemented from VOSGUI::NumericInput. Definition at line 74 of file input_numeric_slider.cc. Referenced by VOSGUI::registerAll(). |
|
Set gui:orientation property.
Definition at line 98 of file input_numeric_slider.cc. |
|
Set the gui:orientation object.
Definition at line 107 of file input_numeric_slider.cc. |
|
Set gui:show-labels property.
Definition at line 120 of file input_numeric_slider.cc. |
|
Set the gui:show-labels object.
Definition at line 129 of file input_numeric_slider.cc. |