rocs/VisualEditor
SelectMoveHandAction.cpp
Go to the documentation of this file.
47 connect(_graphScene, SIGNAL(keyReleased(QKeyEvent*)), this, SLOT(executeKeyRelease(QKeyEvent*)));
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
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-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
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.