36 ImGui::ShowDemoWindow();
40 ImPlot::ShowDemoWindow();
58#ifdef IMGUI_IMPL_OPENGL_LOADER_GL3W
Font size chooser window.
ImPlot style editor window.
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.
void ShowImPlotStyleEditor(bool *show=nullptr)
Shows a window for editing the style of the ImPlot windows.
bool showImPlotDemoWindow
Flag whether the ImPlot Demo window should be displayed.
void ShowColormapEditor(bool *show)
Shows a window for editing the user defined value colormaps.
void renderGlobalWindows(std::vector< ImVec4 > &colors, const std::vector< const char * > &colorNames)
Called every frame to render global windows.
void ShowFontSizeEditor(bool *show=nullptr)
Shows a window for choosing the font size.
bool showImGuiDemoWindow
Flag whether the ImGui Demo window should be displayed.
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.