#include <accountgraphicsproxywidget.h>
Public Member Functions | |
| AccountGraphicsProxyWidget (QGraphicsItem *parent=0, Qt::WindowFlags wFlags=0) | |
| ~AccountGraphicsProxyWidget () | |
| QRectF | boundingRect () const |
| void | paintWindowFrame (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
Protected Member Functions | |
| void | hoverEnterEvent (QGraphicsSceneHoverEvent *event) |
| void | hoverLeaveEvent (QGraphicsSceneHoverEvent *event) |
| bool | sceneEventFilter (QGraphicsItem *watched, QEvent *event) |
| QVariant | itemChange (GraphicsItemChange change, const QVariant &value) |
Definition at line 7 of file accountgraphicsproxywidget.h.
| AccountGraphicsProxyWidget::AccountGraphicsProxyWidget | ( | QGraphicsItem * | parent = 0, |
|
| Qt::WindowFlags | wFlags = 0 | |||
| ) |
Definition at line 7 of file accountgraphicsproxywidget.cpp.
| AccountGraphicsProxyWidget::~AccountGraphicsProxyWidget | ( | ) |
Definition at line 14 of file accountgraphicsproxywidget.cpp.
| QRectF AccountGraphicsProxyWidget::boundingRect | ( | ) | const |
Definition at line 19 of file accountgraphicsproxywidget.cpp.
| void AccountGraphicsProxyWidget::hoverEnterEvent | ( | QGraphicsSceneHoverEvent * | event | ) | [protected] |
Definition at line 54 of file accountgraphicsproxywidget.cpp.
| void AccountGraphicsProxyWidget::hoverLeaveEvent | ( | QGraphicsSceneHoverEvent * | event | ) | [protected] |
Definition at line 66 of file accountgraphicsproxywidget.cpp.
| QVariant AccountGraphicsProxyWidget::itemChange | ( | GraphicsItemChange | change, | |
| const QVariant & | value | |||
| ) | [protected] |
Definition at line 89 of file accountgraphicsproxywidget.cpp.
| void AccountGraphicsProxyWidget::paintWindowFrame | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| QWidget * | widget | |||
| ) |
Definition at line 24 of file accountgraphicsproxywidget.cpp.
| bool AccountGraphicsProxyWidget::sceneEventFilter | ( | QGraphicsItem * | watched, | |
| QEvent * | event | |||
| ) | [protected] |
Definition at line 76 of file accountgraphicsproxywidget.cpp.
1.5.9