MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ImGuiTextBuffer

Class ImGuiTextBuffer

KBotExt/imgui/imgui.h:166–166  ·  view source on GitHub ↗

Sorting specification for one column of a table

Source from the content-addressed store, hash-verified

164struct ImGuiTableSortSpecs; // Sorting specifications for a table (often handling sort specs for a single column, occasionally more)
165struct ImGuiTableColumnSortSpecs; // Sorting specification for one column of a table
166struct ImGuiTextBuffer; // Helper to hold and append into a text buffer (~string builder)
167struct ImGuiTextFilter; // Helper to parse and apply text filters (e.g. "aaaaa[,bbbbb][,ccccc]")
168struct ImGuiViewport; // A Platform Window (always only one in 'master' branch), in the future may represent Platform Monitor
169

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected