43#ifdef IMGUI_IMPL_OPENGL_LOADER_GL3W
bool showNodeEditorStyleEditor
Flag whether the NodeEditor style editor windows should be displayed.
bool showFontSizeEditor
Flag whether the Font size editor window should be displayed.
bool showColormapEditor
Flag whether the Colormap editor window should be displayed.
bool showImPlotStyleEditor
Flag whether the ImPlot style editor windows should be displayed.
bool showScreenshotter
Flag whether the Screenshotter window should be displayed.
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 cutFlowElements()
Cuts the currently selected elements.
void redoLastAction()
Redo the last action.
void undoLastAction()
Undo the last action.