#include "AbstractAction.h"
#include <QObject>
#include <QPointF>
Go to the source code of this file.
Classes | |
class | MoveNodeAction |
The 'Move Node' Action This action holds the 'Move Node' icon and tooltips, and when it's executed, it will move the selected node around the screen. More... |