MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / ImGuiStyle

Class ImGuiStyle

extern/imgui/imgui.h:161–161  ·  view source on GitHub ↗

Helper for key->value storage

Source from the content-addressed store, hash-verified

159struct ImGuiSizeCallbackData; // Callback data when using SetNextWindowSizeConstraints() (rare/advanced use)
160struct ImGuiStorage; // Helper for key->value storage
161struct ImGuiStyle; // Runtime data for styling/colors
162struct ImGuiTableSortSpecs; // Sorting specifications for a table (often handling sort specs for a single column, occasionally more)
163struct ImGuiTableColumnSortSpecs; // Sorting specification for one column of a table
164struct ImGuiTextBuffer; // Helper to hold and append into a text buffer (~string builder)

Callers 1

initStyleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected