bool canPasteFlowElements()
Checks if elements can be pasted.
void copyFlowElements()
Copies the currently selected elements.
bool canUndoLastAction()
Checks if an action can be undone.
GlobalActions
Possible Global Actions to perform in the GUI.
Definition GlobalActions.hpp:18
@ RunFlow
Run the flow.
Definition GlobalActions.hpp:25
@ Clear
Clear the flow.
Definition GlobalActions.hpp:23
@ QuitUnsaved
Quit the program without saving.
Definition GlobalActions.hpp:21
@ Quit
Quit the program.
Definition GlobalActions.hpp:20
@ Load
Load a flow.
Definition GlobalActions.hpp:24
@ None
None.
Definition GlobalActions.hpp:19
@ SaveAs
Save the flow as filename.
Definition GlobalActions.hpp:22
bool canCutOrCopyFlowElements()
Checks if elements can be cutted/copied.
bool canRedoLastAction()
Checks if an action can be redone.
void pasteFlowElements()
Pastes the copied/cutted elements.
void clearLastActionList()
Clears the list of last actions.
void cutFlowElements()
Cuts the currently selected elements.
void redoLastAction()
Redo the last action.
void undoLastAction()
Undo the last action.
void saveLastAction()
Saves the last action to the action list.