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


Public Member Functions | |
| BMenu (BScreen *screen, const BSize &size) | |
| ~BMenu () | |
| void | addEntry (const std::string &title, u16 color=RGB15(0, 0, 0)|BIT(15), int tag=0) |
| const BListbox::Entry & | selectedEntry () |
| void | setEntrySpacing (int spacing) |
| int | entrySpacing () |
| void | onEntryDoubleClick (BListbox *box, BListbox::Entry &entry) |
| void | onEntryClick (BListbox *box, BListbox::Entry &entry) |
| void | setRotation (BWidget::Rotation rot) |
| void | handleEvent (const BEvent &event) |
| Handle the given event. Override if necessary. | |
| bool | cancelled () |
| virtual void | run () |
| Run the dialog (starts a new run loop). | |
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Handle the given event. Override if necessary.
Reimplemented from BWidget. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Run the dialog (starts a new run loop).
Reimplemented from BDialog. |
|
|
|
|
|
|
|
|
|
1.3-rc3