Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
imgui_style_picker.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
components/ui/imgui/imgui.h
"
4
8
class
BlamImGuiWindow_ImGuiStyleSelectorWindow
:
public
BlamImGuiWindow
9
{
10
public
:
11
void
Draw
()
12
{
13
if
(
show
)
14
{
15
if
(
ImGui::Begin
(
"ImGui Style Selector"
))
16
{
17
ImGui::ShowStyleSelector
(
"Choose Style"
);
18
}
19
ImGui::End
();
20
}
21
}
22
};
BlamImGuiWindow::show
bool show
Controls whether or not the group should be shown. May not be used in all groups.
Definition:
imgui.h:34
ImGui::End
IMGUI_API void End()
Definition:
imgui.cpp:6016
BlamImGuiWindow_ImGuiStyleSelectorWindow::Draw
void Draw()
Draws the contents of the group.
Definition:
imgui_style_picker.hpp:11
BlamImGuiWindow
Class representing an ImGUI window.
Definition:
imgui.h:31
ImGui::ShowStyleSelector
IMGUI_API bool ShowStyleSelector(const char *label)
Definition:
imgui_demo.cpp:3123
ImGui::Begin
IMGUI_API bool Begin(const char *name, bool *p_open=NULL, ImGuiWindowFlags flags=0)
Definition:
imgui.cpp:5397
BlamImGuiWindow_ImGuiStyleSelectorWindow
Wrapper for ImGui's built-in style selector.
Definition:
imgui_style_picker.hpp:8
imgui.h
blam
components
ui
imgui
imgui_windows
builtin
imgui_style_picker.hpp
Generated on Mon Jun 8 2026 09:40:34 for Blamite Game Engine - blam! by
1.8.17