Home
last modified time | relevance | path

Searched defs:ImGuiTable (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h2195 struct ImGuiTable struct
2198 ImGuiTableFlags Flags; argument
2200ImGuiTableTempData* TempData; // Transient data while table is active. P… argument
2201 ImSpan<ImGuiTableColumn> Columns; // Point within RawData[] argument
2202 …ImSpan<ImGuiTableColumnIdx> DisplayOrderToIndex; // Point within RawData[]. Store display o… argument
2203 …ImSpan<ImGuiTableCellData> RowCellData; // Point within RawData[]. Store cells bac… argument
2208ImGuiTableFlags SettingsLoadedFlags; // Which data were loaded from the .ini fi… argument
2221ImGuiTableRowFlags RowFlags : 16; // Current row flags, see ImGuiTableRowFla… argument
2222 ImGuiTableRowFlags LastRowFlags : 16; argument
2223 …ors (can be fast-forwarded by e.g clipper), not same as CurrentRow because header rows typically d…
[all …]
Dimgui_tables.cpp3602 void ImGui::DebugNodeTable(ImGuiTable*) {} in DebugNodeTable() argument