rocs/VisualEditor
SelectMoveHandAction.h
Go to the documentation of this file.
SelectMoveHandAction(GraphScene *scene, QObject *parent=0)
Default constructor.
Definition: SelectMoveHandAction.cpp:36
bool executeMove(QPointF pos)
Executed when the mouse is moved at the scene scene.
Definition: SelectMoveHandAction.cpp:92
the base class for custom actions. This class provides the basic functionality for all custom actions...
Definition: AbstractAction.h:36
Definition: GraphScene.h:38
bool executeKeyPress(QKeyEvent *keyEvent)
Executed when a key is pressed.
Definition: SelectMoveHandAction.cpp:131
bool executeRelease(QPointF pos)
Executed when the left mouse button is released.
Definition: SelectMoveHandAction.cpp:109
Definition: DataItem.h:38
This action holds the 'Move Node' icon and tooltips, and when it's executed, it will move the selecte...
Definition: SelectMoveHandAction.h:38
bool executePress(QPointF pos)
Executed when the left mouse button is pressed at the scene.
Definition: SelectMoveHandAction.cpp:54
bool executeKeyRelease(QKeyEvent *keyEvent)
Executed when a key is released.
Definition: SelectMoveHandAction.cpp:188
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.