rocs/VisualEditor
SelectMoveHandAction.cpp
Go to the documentation of this file.
47 connect(_graphScene, SIGNAL(keyReleased(QKeyEvent*)), this, SLOT(executeKeyRelease(QKeyEvent*)));
void setSelected(bool selected)
Type type() const
QGraphicsItem * itemAt(const QPointF &position) const
QList< QGraphicsItem * > selectedItems() const
SelectMoveHandAction(GraphScene *scene, QObject *parent=0)
Default constructor.
Definition: SelectMoveHandAction.cpp:36
QList< QGraphicsItem * > items() const
bool executeMove(QPointF pos)
Executed when the mouse is moved at the scene scene.
Definition: SelectMoveHandAction.cpp:92
void clear()
the base class for custom actions. This class provides the basic functionality for all custom actions...
Definition: AbstractAction.h:36
qreal x() const
qreal y() const
Definition: GraphScene.h:38
bool isSelected() const
QList< QGraphicsView * > views() const
bool executeKeyPress(QKeyEvent *keyEvent)
Executed when a key is pressed.
Definition: SelectMoveHandAction.cpp:131
bool matches(QKeySequence::StandardKey key) const
int key() const
bool executeRelease(QPointF pos)
Executed when the left mouse button is released.
Definition: SelectMoveHandAction.cpp:109
Definition: DataItem.h:38
iterator insert(const Key &key, const T &value)
bool executePress(QPointF pos)
Executed when the left mouse button is pressed at the scene.
Definition: SelectMoveHandAction.cpp:54
const T value(const Key &key) const
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.