#include <button.hh>
Inheritance diagram for VOSGUI::LocalButton:
Definition at line 105 of file button.hh.
|
Constructor.
Definition at line 40 of file button.cc. Referenced by new_LocalButton(). |
|
Add a new listener.
|
|
Handle message pushed by simply calling this->push();.
|
|
Initialize required subproperties. If access control has been previously set with initialize(PropertyAccessControl*) or setPropertyAccessControl(), then that policy will be used. Otherwise, NoPropertyAccessControl will be used. Reimplemented from VOSGUI::Widget. |
|
Initialize required subproperties with given access control and set that as the default.
Reimplemented from VOSGUI::Widget. |
|
Static generator, for factory.
|
|
Called when the button is pressed.
Implements VOSGUI::Button. Definition at line 111 of file button.cc. Referenced by handlePushed(). |
|
Remove an existing listener.
|