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