![]() |
0.3.0
|
Functions | |
void | ApplyDarkLightMode (std::vector< ImVec4 > &colors) |
void | renderGlobalWindows (std::vector< ImVec4 > &colors, const std::vector< const char * > &colorNames) |
Called every frame to render global windows. | |
void | ShowColormapEditor (bool *show) |
Shows a window for editing the user defined value colormaps. | |
void | ShowFontSizeEditor (bool *show=nullptr) |
Shows a window for choosing the font size. | |
void | ShowImPlotStyleEditor (bool *show=nullptr) |
Shows a window for editing the style of the ImPlot windows. | |
void | ShowNodeEditorStyleEditor (bool *show, std::vector< ImVec4 > &colors, const std::vector< const char * > &colorNames) |
Shows a window for editing the style of the Node Editor. | |
Variables | |
bool | nodeEditorLightMode |
If true, light mode is selected. | |
bool | prefereFlowOverGlobal |
If true, the ImPlot config from the flow file will be preferred over the global settings file. | |
bool | saveConfigInFlow |
If true, the ImPlot config will be saved into the flow file. | |
bool | showColormapEditor |
Flag whether the Colormap editor window should be displayed. | |
bool | showFontSizeEditor |
Flag whether the Font size editor window should be displayed. | |
bool | showImGuiDemoWindow |
Flag whether the ImGui Demo window should be displayed. | |
bool | showImPlotDemoWindow |
Flag whether the ImPlot Demo window should be displayed. | |
bool | showImPlotStyleEditor |
Flag whether the ImPlot style editor windows should be displayed. | |
bool | showNodeEditorStyleEditor |
Flag whether the NodeEditor style editor windows should be displayed. | |
bool | showScreenshotter |
Flag whether the Screenshotter window should be displayed. | |
void NAV::gui::windows::ApplyDarkLightMode | ( | std::vector< ImVec4 > & | colors | ) |
Applies the currently selected mode
[in,out] | colors | Colors of the GUI |
Definition at line 114 of file NodeEditorStyleEditor.cpp.
void NAV::gui::windows::renderGlobalWindows | ( | std::vector< ImVec4 > & | colors, |
const std::vector< const char * > & | colorNames ) |
Called every frame to render global windows.
[in,out] | colors | Colors of the GUI |
[in] | colorNames | Names for the colors |
Definition at line 32 of file Global.cpp.
void NAV::gui::windows::ShowColormapEditor | ( | bool * | show | ) |
Shows a window for editing the user defined value colormaps.
[in,out] | show | Flag which indicates whether the window is shown |
Definition at line 24 of file ColormapEditor.cpp.
void NAV::gui::windows::ShowFontSizeEditor | ( | bool * | show = nullptr | ) |
Shows a window for choosing the font size.
[in,out] | show | Flag which indicates whether the window is shown |
Definition at line 15 of file FontSizeEditor.cpp.
void NAV::gui::windows::ShowImPlotStyleEditor | ( | bool * | show = nullptr | ) |
Shows a window for editing the style of the ImPlot windows.
[in,out] | show | Flag which indicates whether the window is shown |
Definition at line 42 of file ImPlotStyleEditor.cpp.
void NAV::gui::windows::ShowNodeEditorStyleEditor | ( | bool * | show, |
std::vector< ImVec4 > & | colors, | ||
const std::vector< const char * > & | colorNames ) |
Shows a window for editing the style of the Node Editor.
[in,out] | show | Flag which indicates whether the window is shown |
[in,out] | colors | Colors of the GUI |
[in] | colorNames | Names for the colors |
Definition at line 24 of file NodeEditorStyleEditor.cpp.
bool NAV::gui::windows::nodeEditorLightMode |
If true, light mode is selected.
Definition at line 20 of file NodeEditorStyleEditor.cpp.
bool NAV::gui::windows::prefereFlowOverGlobal |
If true, the ImPlot config from the flow file will be preferred over the global settings file.
Definition at line 38 of file ImPlotStyleEditor.cpp.
bool NAV::gui::windows::saveConfigInFlow |
If true, the ImPlot config will be saved into the flow file.
Definition at line 37 of file ImPlotStyleEditor.cpp.
bool NAV::gui::windows::showColormapEditor |
Flag whether the Colormap editor window should be displayed.
Definition at line 27 of file Global.cpp.
bool NAV::gui::windows::showFontSizeEditor |
Flag whether the Font size editor window should be displayed.
Definition at line 26 of file Global.cpp.
bool NAV::gui::windows::showImGuiDemoWindow |
Flag whether the ImGui Demo window should be displayed.
Definition at line 22 of file Global.cpp.
bool NAV::gui::windows::showImPlotDemoWindow |
Flag whether the ImPlot Demo window should be displayed.
Definition at line 23 of file Global.cpp.
bool NAV::gui::windows::showImPlotStyleEditor |
Flag whether the ImPlot style editor windows should be displayed.
Definition at line 25 of file Global.cpp.
bool NAV::gui::windows::showNodeEditorStyleEditor |
Flag whether the NodeEditor style editor windows should be displayed.
Definition at line 24 of file Global.cpp.
bool NAV::gui::windows::showScreenshotter |
Flag whether the Screenshotter window should be displayed.
Definition at line 28 of file Global.cpp.