rocs/VisualEditor
#include <GraphScene.h>
Definition at line 38 of file GraphScene.h.
GraphScene::GraphScene |
( |
QObject * |
parent | ) |
|
|
explicit |
void GraphScene::addData |
( |
const QPointF & |
pos | ) |
|
|
signal |
void GraphScene::centerOn |
( |
const QPointF & |
pos | ) |
|
void GraphScene::clearGraph |
( |
| ) |
|
void GraphScene::connectGraphSignals |
( |
DataStructurePtr |
g | ) |
|
|
slot |
void GraphScene::contextMenuEvent |
( |
QGraphicsSceneContextMenuEvent * |
event | ) |
|
|
protected |
QGraphicsItem * GraphScene::createData |
( |
DataPtr |
n | ) |
|
|
slot |
QGraphicsItem * GraphScene::createEdge |
( |
PointerPtr |
e | ) |
|
|
slot |
void GraphScene::createItems |
( |
DataStructurePtr |
dataStructure | ) |
|
|
slot |
Create graphic items for all elements of dataStructure
.
Definition at line 115 of file GraphScene.cpp.
void GraphScene::createItems |
( |
| ) |
|
|
slot |
Create graphic items for all elements on this document.
Definition at line 108 of file GraphScene.cpp.
void GraphScene::keyPressed |
( |
QKeyEvent * |
key | ) |
|
|
signal |
void GraphScene::keyPressEvent |
( |
QKeyEvent * |
keyEvent | ) |
|
|
protected |
void GraphScene::keyReleased |
( |
QKeyEvent * |
key | ) |
|
|
signal |
void GraphScene::keyReleaseEvent |
( |
QKeyEvent * |
keyEvent | ) |
|
|
protected |
void GraphScene::mouseDoubleClickEvent |
( |
QGraphicsSceneMouseEvent * |
mouseEvent | ) |
|
|
protected |
void GraphScene::mouseMoveEvent |
( |
QGraphicsSceneMouseEvent * |
mouseEvent | ) |
|
|
protected |
void GraphScene::mousePressEvent |
( |
QGraphicsSceneMouseEvent * |
mouseEvent | ) |
|
|
protected |
void GraphScene::mouseReleaseEvent |
( |
QGraphicsSceneMouseEvent * |
mouseEvent | ) |
|
|
protected |
void GraphScene::removeSelected |
( |
| ) |
|
|
signal |
void GraphScene::resetZoom |
( |
| ) |
|
void GraphScene::resize |
( |
| ) |
|
|
slot |
void GraphScene::resized |
( |
| ) |
|
|
signal |
void GraphScene::setAction |
( |
QAction * |
action | ) |
|
void GraphScene::setActiveDocument |
( |
| ) |
|
|
slot |
void GraphScene::setActiveGraph |
( |
DataStructurePtr |
g | ) |
|
void GraphScene::updateDocument |
( |
| ) |
|
void GraphScene::updateGraph |
( |
DataStructurePtr |
g | ) |
|
void GraphScene::wheelEvent |
( |
QGraphicsSceneWheelEvent * |
wheelEvent | ) |
|
|
protected |
void GraphScene::zoomBy |
( |
qreal |
scaleFactor | ) |
|
qreal GraphScene::zoomFactor |
( |
| ) |
const |
void GraphScene::zoomFactorChanged |
( |
qreal |
zoomFactor | ) |
|
|
signal |
void GraphScene::zoomTo |
( |
qreal |
scaleFactor | ) |
|
void GraphScene::zoomToRect |
( |
const QRectF & |
rect | ) |
|
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 22:42:46 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.