#include <select_boolean.hh>
Inheritance diagram for VOSGUI::SelectBoolean:
This control toggles the value of a property to "yes" or "no". It may be represented as a check box.
Definition at line 49 of file select_boolean.hh.
|
Constructor.
Definition at line 30 of file select_boolean.cc. |
|
Destructor.
Definition at line 35 of file select_boolean.cc. |
|
Get the value of gui:target property (The property to set to "yes" or "no".).
Definition at line 73 of file select_boolean.cc. |
|
Get the target property.
Definition at line 89 of file select_boolean.cc. |
|
Return type string ("gui:widget.select.boolean").
Reimplemented from VOSGUI::Select. Definition at line 57 of file select_boolean.cc. |
|
Register Extenders.
Reimplemented from VOSGUI::Select. Definition at line 62 of file select_boolean.cc. Referenced by VOSGUI::registerAll(). |
|
Set the value of the gui:target property. If no target has been set, a new property will be createdb with the givin access control (or none if omitted). Definition at line 83 of file select_boolean.cc. |
|
Set the target property.
Definition at line 94 of file select_boolean.cc. |