#include <input.hh>
Inheritance diagram for VOSGUI::Input:
A text input widget. May be single or multiline.
Definition at line 47 of file input.hh.
|
Constructor.
|
|
Destructor.
|
|
Get the value of gui:multiline 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. ). |
|
Get the gui:multiline object.
|
|
Get the value of gui:target property (The contents/target of the control).
|
|
Get the datatype of gui:target property.
|
|
Get the gui:target object.
|
|
Return type string ("gui:widget.input").
Reimplemented from VOSGUI::Widget. Reimplemented in VOSGUI::ColorInput, VOSGUI::FileInput, VOSGUI::NumericInput, and VOSGUI::SliderNumericInput. |
|
Register Extenders.
Reimplemented from VOSGUI::Widget. Reimplemented in VOSGUI::ColorInput, VOSGUI::FileInput, VOSGUI::NumericInput, and VOSGUI::SliderNumericInput. Definition at line 76 of file input.cc. Referenced by VOSGUI::registerAll(). |
|
Set gui:multiline property.
|
|
Set the gui:multiline object.
|
|
Set gui:target property.
Definition at line 103 of file input.cc. Referenced by VOSGUI::LocalInput::initialize(), and VOSGUI::NumericInput::setValue(). |
|
Set the gui:target object.
|