#include <TransitionManager.h>
Public Methods | |
TransitionManager (MainWindow *) | |
Constructor. | |
~TransitionManager () | |
Destructor. | |
bool | addTransition (GState *, GState *, int, int, double, double, double, double, double, double, double, double) |
Adds a new transition to the current machine. More... | |
void | straightenSelection (QList< GTransition > *) |
Straightens the currently selected transitions. More... | |
void | editTransition (Machine *, GTransition *) |
Edit a transition. More... | |
Private Attributes | |
MainWindow * | main |
Pointer to the main window. | |
TransitionPropertiesDlgImpl * | trans_props |
Transition properties dialog. |
|
Adds a new transition to the current machine.
|
|
Edit a transition.
|
|
Straightens the currently selected transitions.
|