kcachegrind
Signals |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
PanningView Class Reference
#include <callgraphview.h>
Inheritance diagram for PanningView:

Signals | |
void | zoomRectMoved (qreal dx, qreal dy) |
void | zoomRectMoveFinished () |
Public Member Functions | |
PanningView (QWidget *parent=0) | |
void | setZoomRect (const QRectF &r) |
Protected Member Functions | |
void | drawForeground (QPainter *p, const QRectF &) |
void | mouseMoveEvent (QMouseEvent *) |
void | mousePressEvent (QMouseEvent *) |
void | mouseReleaseEvent (QMouseEvent *) |
Protected Attributes | |
QPointF | _lastPos |
bool | _movingZoomRect |
QRectF | _zoomRect |
Detailed Description
A panner laid over a QGraphicsScene.
Definition at line 378 of file callgraphview.h.
Constructor & Destructor Documentation
PanningView::PanningView | ( | QWidget * | parent = 0 | ) |
Definition at line 1090 of file callgraphview.cpp.
Member Function Documentation
|
protected |
Definition at line 1105 of file callgraphview.cpp.
|
protected |
Definition at line 1137 of file callgraphview.cpp.
|
protected |
Definition at line 1123 of file callgraphview.cpp.
|
protected |
Definition at line 1147 of file callgraphview.cpp.
void PanningView::setZoomRect | ( | const QRectF & | r | ) |
Definition at line 1099 of file callgraphview.cpp.
|
signal |
|
signal |
Member Data Documentation
|
protected |
Definition at line 399 of file callgraphview.h.
|
protected |
Definition at line 398 of file callgraphview.h.
|
protected |
Definition at line 397 of file callgraphview.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.