#include <button.hh>
Inheritance diagram for VOSGUI::Button:
Represents a button component, which sends a message back to the LocalButton when pressed.
Definition at line 42 of file button.hh.
|
Constructor.
|
|
Destructor.
|
|
|
|
|
|
Return type string ("gui:widget.button").
Reimplemented from VOSGUI::Widget. |
|
Call on remote objects to indicate a putton press. Local objects will notify listeners (see LocalButton::push).
Implemented in VOSGUI::LocalButton, and VOSGUI::RemoteButton. |
|
Register Extenders.
Reimplemented from VOSGUI::Widget. Definition at line 73 of file button.cc. Referenced by VOSGUI::registerAll(). |
|
Use this property to indicate which button you want to be the default. If more than one button has this property set to true, then the client application will choose one (typically the last one it loads.) Changing this property to true will also probably cause already-connected clients to use this button as their new default. |
|
|