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 canCutOrCopyFlowElements()
Checks if elements can be cutted/copied.
void pasteFlowElements()
Pastes the copied/cutted elements.
void cutFlowElements()
Cuts the currently selected elements.