#include <faith/toolbar.h>
Inheritance diagram for Faith::ToolBar:

Signals | |
| void | activated (int id) |
Public Member Functions | |
| ToolBar (Widget *parent, const char *name=0) | |
| ~ToolBar () | |
| virtual Size | sizeHint () const |
Protected Member Functions | |
| void | paintEvent (PaintEvent *e) |
| MenuItem * | createMenuItem (int id) |
| void | changed () |
| Faith::ToolBar::ToolBar | ( | Widget * | parent, | |
| const char * | name = 0 | |||
| ) |
| Faith::ToolBar::~ToolBar | ( | ) |
| void Faith::ToolBar::activated | ( | int | id | ) | [signal] |
| void Faith::ToolBar::changed | ( | ) | [protected, virtual] |
this function is called when some items are added or removed from this menudata. The default implementation does nothing
Reimplemented from Faith::MenuData.
| MenuItem* Faith::ToolBar::createMenuItem | ( | int | id | ) | [protected, virtual] |
this function is called when the given item is added and returns an item for the given id
Reimplemented from Faith::MenuData.
| void Faith::ToolBar::paintEvent | ( | PaintEvent * | e | ) | [protected, virtual] |
Reimplemented from Faith::Widget.
| virtual Size Faith::ToolBar::sizeHint | ( | ) | const [virtual] |
Reimplemented from Faith::Widget.
1.4.7