rocs/VisualEditor
AbstractAction.h
Go to the documentation of this file.
35 // TODO: Changer the behavior of this class, so it sends itself instead of the type of action to the graphscene.
virtual bool executeKeyRelease(QKeyEvent *keyEvent)
Definition: AbstractAction.cpp:117
the base class for custom actions. This class provides the basic functionality for all custom actions...
Definition: AbstractAction.h:36
virtual bool executeDoubleClick(QPointF pos)
Definition: AbstractAction.cpp:107
Definition: GraphScene.h:38
virtual bool executeRelease(QPointF pos)
Definition: AbstractAction.cpp:102
AbstractAction(GraphScene *scene, QObject *parent)
Definition: AbstractAction.cpp:30
virtual bool executeWheelEvent(QGraphicsSceneWheelEvent *wEvent)
Definition: AbstractAction.cpp:122
virtual bool executeKeyPress(QKeyEvent *keyEvent)
Definition: AbstractAction.cpp:112
bool eventFilter(QObject *watched, QEvent *event)
Definition: AbstractAction.cpp:46
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.