GlobalActions
Possible Global Actions to perform in the GUI.
@ QuitUnsaved
Quit the program without saving.
@ SaveAs
Save the flow as filename.
bool canPasteFlowElements()
Checks if elements can be pasted.
void copyFlowElements()
Copies the currently selected elements.
bool canUndoLastAction()
Checks if an action can be undone.
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.