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


Public Member Functions | |
| BLabel (BWidget *parent, const BRect &frame) | |
| virtual void | draw (BImage &img) |
| Draw the widget onto the given image. | |
| const std::string & | text () const |
| void | setText (const std::string &text) |
| bool | drawsCursor () |
| void | setDrawsCursor (bool dc) |
| void | setEditable (bool editable) |
| bool | editable () |
| void | handleEvent (const BEvent &event) |
| Handle the given event. Override if necessary. | |
Protected Member Functions | |
| virtual void | drawText (BImage &img) |
|
||||||||||||
|
|
|
|
Draw the widget onto the given image.
Reimplemented from BWidget. Reimplemented in BButton. |
|
|
|
|
|
|
|
|
|
|
|
Handle the given event. Override if necessary.
Reimplemented from BWidget. Reimplemented in BButton. |
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3