#include <BButton.h>
Inheritance diagram for BButton:


Public Types | |
| enum | ButtonType { BT_TRIGGER, BT_TOGGLE } |
Public Member Functions | |
| BButton (BWidget *parent, const BRect &frame, ButtonType type=BT_TRIGGER) | |
| void | setDelegate (Delegate *deleg) |
| Delegate * | delegate () |
| virtual void | setType (ButtonType type) |
| virtual ButtonType | type () const |
| virtual bool | value () const |
| virtual void | setValue (bool value) |
| virtual void | draw (BImage &img) |
| Draw the widget onto the given image. | |
| virtual void | handleEvent (const BEvent &event) |
| Handle the given event. Override if necessary. | |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Draw the widget onto the given image.
Reimplemented from BLabel. |
|
|
Handle the given event. Override if necessary.
Reimplemented from BLabel. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3