Class | Description |
---|---|
ImBool | |
ImDouble | |
ImDrawData |
All draw data to render a Dear ImGui frame.
|
ImDrawList |
Draw command list
This is the low-level list of polygons that ImGui:: functions are filling.
|
ImFloat | |
ImFont |
Font runtime data and rendering
ImFontAtlas automatically loads a default embedded font for you when you call GetTexDataAsAlpha8() or GetTexDataAsRGBA32().
|
ImFontAtlas |
Load and rasterize multiple TTF/OTF fonts into a same texture.
|
ImFontConfig | |
ImFontGlyph | |
ImGui | |
ImGuiInputTextData |
Use this class to customize your ImGui input.
|
ImGuiIO |
Communicate most settings and inputs/outputs to Dear ImGui using this structure.
|
ImGuiStyle |
You may modify the ImGui::GetStyle() main instance during initialization and before NewFrame().
|
ImInt | |
ImLong | |
ImShort | |
ImString |
Wrapper for
String to use inside of th Dear ImGui input widgets. |
ImVec2 | |
ImVec4 |