0.2.0
|
Global windows. More...
Go to the source code of this file.
Functions | |
void | NAV::gui::windows::renderGlobalWindows (std::vector< ImVec4 > &colors, const std::vector< const char * > &colorNames) |
Called every frame to render global windows. | |
Variables | |
bool | NAV::gui::windows::showColormapEditor |
Flag whether the Colormap editor window should be displayed. | |
bool | NAV::gui::windows::showFontSizeEditor |
Flag whether the Font size editor window should be displayed. | |
bool | NAV::gui::windows::showImGuiDemoWindow |
Flag whether the ImGui Demo window should be displayed. | |
bool | NAV::gui::windows::showImPlotDemoWindow |
Flag whether the ImPlot Demo window should be displayed. | |
bool | NAV::gui::windows::showImPlotStyleEditor |
Flag whether the ImPlot style editor windows should be displayed. | |
bool | NAV::gui::windows::showNodeEditorStyleEditor |
Flag whether the NodeEditor style editor windows should be displayed. | |
Global windows.
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 |