#include <OpenFlipper/widgets/glWidget/QtPickToolbar.hh>
Public Member Functions | |
| QtPickToolbar (QMainWindow *_core, QGraphicsItem *_parent=0) | |
| void | updateGeometry () |
| recalculate geometry | |
| void | attachToolbar (QToolBar *_m) |
| attach a QToolBar | |
| void | detachToolbar () |
| detach toolbar | |
Private Member Functions | |
| virtual void | paintWindowFrame (QPainter *_painter, const QStyleOptionGraphicsItem *_option, QWidget *_widget=0) |
| paints decoration | |
| virtual Qt::WindowFrameSection | windowFrameSectionAt (const QPointF &_pos) const |
| categorize frame area | |
| bool | eventFilter (QObject *_obj, QEvent *_event) |
| event filter to track status tip events | |
Private Attributes | |
| QToolBar * | toolbar_ |
| QMainWindow * | core_ |
A graphics scene widget that displays a toolbar inside the graphics scene
Definition at line 72 of file QtPickToolbar.hh.
| QtPickToolbar::QtPickToolbar | ( | QMainWindow * | _core, | |
| QGraphicsItem * | _parent = 0 | |||
| ) |
Create a pick toolbar.
| _parent | parent graphics item |
Definition at line 82 of file QtPickToolBar.cc.