#include <qlist.h>
#include <qstringlist.h>
#include "GTransition.h"
#include "GState.h"
#include "GITransition.h"
Go to the source code of this file.
Compounds | |
struct | dtlist |
Two list of transition pointers. More... | |
class | Undo |
Stores the information about an undo action. More... | |
Enumerations | |
enum | UndoAction { AddState, AddTransition, ChangeState, ChangeTransition, ChangeTransitions, MoveMultiple, DeleteSelection, DeleteState, DeleteTransition, ChangeInitialTransition, SetInitialState, SetEndStates, ChangeMachine, Paste } |
Action which the undo object can undo. More... |
|
Action which the undo object can undo.
|