#include "constants.h"
#include "commands.h"
#include "editor.h"
#include "state.h"
#include "transition.h"
#include "oneStateTransition.h"
#include "twoStatesTransition.h"
#include "label.h"
#include <QGraphicsScene>
#include <QGraphicsItem>
#include <QtDebug>
#include <QList>
Go to the source code of this file.
Functions | |
QString | createCommandString (State *state, const QPointF &pos) |
QString createCommandString | ( | State * | state, | |
const QPointF & | pos | |||
) |
Definition at line 16 of file commands.cpp.
References State::getName().
Referenced by StateEditExtendedCommand::redo(), StateEditCommand::redo(), StateDeleteCommand::redo(), StateAddCommand::redo(), StateMoveCommand::redo(), StateEditExtendedCommand::undo(), StateEditCommand::undo(), StateDeleteCommand::undo(), StateAddCommand::undo(), and StateMoveCommand::undo().