#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>
Include dependency graph for commands.cpp: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().
Here is the call graph for this function:
Here is the caller graph for this function:
1.7.0