rocs/VisualEditor
AddDataHandAction.cpp
Go to the documentation of this file.
36 setToolTip(i18nc("@info:tooltip", "Creates a new node at the click position on the drawing area."));
46 setToolTip(i18nc("@info:tooltip", "Creates a new node at the click position on the drawing area."));
the base class for custom actions. This class provides the basic functionality for all custom actions...
Definition: AbstractAction.h:36
AddDataHandAction(GraphScene *scene, QObject *parent=0)
Default constructor Creates add-node action that adds data elements of default.
Definition: AddDataHandAction.cpp:31
qreal x() const
qreal y() const
Definition: GraphScene.h:38
bool executePress(QPointF pos)
This method creates data element for previously specified type at position pos.
Definition: AddDataHandAction.cpp:61
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.