GroupingDesktop
#include <gridhandle.h>

Public Slots | |
| void | widgetResized () |
Public Member Functions | |
| GridHandle (GroupingContainment *containment, Plasma::Applet *applet) | |
| GridHandle (GroupingContainment *containment, AbstractGroup *group) | |
| virtual | ~GridHandle () |
| QRectF | boundingRect () const |
| void | detachWidget () |
| void | init () |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) |
| void | setHoverPos (const QPointF &hoverPos) |
Public Member Functions inherited from Handle | |
| Handle (GroupingContainment *parent, Plasma::Applet *applet) | |
| Handle (GroupingContainment *parent, AbstractGroup *group) | |
| virtual | ~Handle () |
| Plasma::Applet * | applet () const |
| GroupingContainment * | containment () const |
| QGraphicsView * | currentView () const |
| AbstractGroup * | group () const |
| QGraphicsWidget * | widget () const |
Protected Member Functions | |
| bool | eventFilter (QObject *obj, QEvent *event) |
| void | hoverLeaveEvent (QGraphicsSceneHoverEvent *event) |
| void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
| void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
Protected Member Functions inherited from Handle | |
| bool | leaveCurrentView (const QPoint &pos) const |
| void | switchContainment (GroupingContainment *containment, const QPointF &pos) |
Additional Inherited Members | |
Public Types inherited from Handle | |
| enum | ButtonType { NoButton, MoveButton, RotateButton, ConfigureButton, RemoveButton, ResizeButton, MaximizeButton } |
Signals inherited from Handle | |
| void | disappearDone (Handle *self) |
| void | widgetMoved (QGraphicsWidget *widget) |
Detailed Description
Definition at line 25 of file gridhandle.h.
Constructor & Destructor Documentation
| GridHandle::GridHandle | ( | GroupingContainment * | containment, |
| Plasma::Applet * | applet | ||
| ) |
Definition at line 35 of file gridhandle.cpp.
| GridHandle::GridHandle | ( | GroupingContainment * | containment, |
| AbstractGroup * | group | ||
| ) |
Definition at line 43 of file gridhandle.cpp.
|
virtual |
Definition at line 51 of file gridhandle.cpp.
Member Function Documentation
| QRectF GridHandle::boundingRect | ( | ) | const |
Definition at line 101 of file gridhandle.cpp.
|
virtual |
Reimplemented from Handle.
Definition at line 72 of file gridhandle.cpp.
|
protected |
Definition at line 81 of file gridhandle.cpp.
|
protected |
Definition at line 272 of file gridhandle.cpp.
| void GridHandle::init | ( | ) |
Definition at line 56 of file gridhandle.cpp.
|
protected |
Definition at line 193 of file gridhandle.cpp.
|
protected |
Definition at line 179 of file gridhandle.cpp.
|
protected |
Definition at line 209 of file gridhandle.cpp.
| void GridHandle::paint | ( | QPainter * | painter, |
| const QStyleOptionGraphicsItem * | option, | ||
| QWidget * | widget = 0 |
||
| ) |
Definition at line 334 of file gridhandle.cpp.
|
virtual |
Reimplemented from Handle.
Definition at line 121 of file gridhandle.cpp.
|
slot |
Definition at line 174 of file gridhandle.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Oct 13 2014 22:55:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from