#include "AbstractAction.h"
#include <QObject>
Go to the source code of this file.
Classes | |
class | AddNodeAction |
The 'Add Node' Action This action holds the 'Add Node' icon and tooltips, and when it's executed, it will place a new node on the QGraphicsView that holds all the items. More... |