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

Signals | |
| void | clicked () |
| void | clicked (Faith::ToolButton *) |
Public Member Functions | |
| ToolButton (int id, Widget *parent, const char *name=0) | |
| ~ToolButton () | |
| virtual Size | sizeHint () const |
Protected Member Functions | |
| void | paintEvent (PaintEvent *e) |
| void | enterEvent (Event *) |
| void | leaveEvent (Event *) |
| void | mouseReleaseEvent (MouseEvent *e) |
| void | mousePressEvent (MouseEvent *e) |
| Faith::ToolButton::ToolButton | ( | int | id, | |
| Widget * | parent, | |||
| const char * | name = 0 | |||
| ) |
| Faith::ToolButton::~ToolButton | ( | ) |
| void Faith::ToolButton::clicked | ( | Faith::ToolButton * | ) | [signal] |
| void Faith::ToolButton::clicked | ( | ) | [signal] |
| void Faith::ToolButton::enterEvent | ( | Event * | ) | [protected, virtual] |
Reimplemented from Faith::Widget.
| void Faith::ToolButton::leaveEvent | ( | Event * | ) | [protected, virtual] |
Reimplemented from Faith::Widget.
| void Faith::ToolButton::mousePressEvent | ( | MouseEvent * | e | ) | [protected, virtual] |
This function is called when the user presses the mouse while over the widget (immediately after the push down)
Reimplemented from Faith::Widget.
| void Faith::ToolButton::mouseReleaseEvent | ( | MouseEvent * | e | ) | [protected, virtual] |
This function is called when the use releases the mouse after it has been clicked on this widget.
This function is called even when the mouse was not over this widget. The only condition is that a mousePressEvent was sent to this object prior
Reimplemented from Faith::Widget.
| void Faith::ToolButton::paintEvent | ( | PaintEvent * | e | ) | [protected, virtual] |
Reimplemented from Faith::Widget.
| virtual Size Faith::ToolButton::sizeHint | ( | ) | const [virtual] |
Reimplemented from Faith::Widget.
1.4.7