rocs/VisualEditor
AddConnectionHandAction.h
Go to the documentation of this file.
56 explicit AddConnectionHandAction(GraphScene *scene, PointerTypePtr dataType, QObject *parent = 0);
the base class for custom actions. This class provides the basic functionality for all custom actions...
Definition: AbstractAction.h:36
~AddConnectionHandAction()
Definition: AddConnectionHandAction.cpp:65
Definition: GraphScene.h:38
bool executeMove(QPointF pos)
Definition: AddConnectionHandAction.cpp:90
Definition: DataItem.h:38
void addConnection(Data *from, Data *to)
bool executePress(QPointF pos)
Definition: AddConnectionHandAction.cpp:69
AddConnectionHandAction(GraphScene *scene, QObject *parent=0)
Default constructor Creates add-edge action that adds data elements of default.
Definition: AddConnectionHandAction.cpp:35
bool executeRelease(QPointF pos)
Definition: AddConnectionHandAction.cpp:106
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.