MCPcopy Create free account
hub / github.com/cinder/Cinder / TableGetInstanceData

Function TableGetInstanceData

include/imgui/imgui_internal.h:3487–3487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3485 IMGUI_API bool TableBeginContextMenuPopup(ImGuiTable* table);
3486 IMGUI_API void TableMergeDrawChannels(ImGuiTable* table);
3487 inline ImGuiTableInstanceData* TableGetInstanceData(ImGuiTable* table, int instance_no) { if (instance_no == 0) return &table->InstanceDataFirst; return &table->InstanceDataExtra[instance_no - 1]; }
3488 inline ImGuiID TableGetInstanceID(ImGuiTable* table, int instance_no) { return TableGetInstanceData(table, instance_no)->TableInstanceID; }
3489 IMGUI_API void TableSortSpecsSanitize(ImGuiTable* table);
3490 IMGUI_API void TableSortSpecsBuild(ImGuiTable* table);

Callers 11

BeginTableExMethod · 0.85
TableUpdateLayoutMethod · 0.85
TableUpdateBordersMethod · 0.85
EndTableMethod · 0.85
TableGetHoveredRowMethod · 0.85
TableEndRowMethod · 0.85
TableDrawBordersMethod · 0.85
TableAngledHeadersRowMethod · 0.85
DebugNodeTableMethod · 0.85
GetTableRectMethod · 0.85
TableGetInstanceIDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected