MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / ShowTableColumnsStatusFlags

Function ShowTableColumnsStatusFlags

core/src/imgui/imgui_demo.cpp:3520–3526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3518}
3519
3520static void ShowTableColumnsStatusFlags(ImGuiTableColumnFlags flags)
3521{
3522 ImGui::CheckboxFlags("_IsEnabled", &flags, ImGuiTableColumnFlags_IsEnabled);
3523 ImGui::CheckboxFlags("_IsVisible", &flags, ImGuiTableColumnFlags_IsVisible);
3524 ImGui::CheckboxFlags("_IsSorted", &flags, ImGuiTableColumnFlags_IsSorted);
3525 ImGui::CheckboxFlags("_IsHovered", &flags, ImGuiTableColumnFlags_IsHovered);
3526}
3527
3528static void ShowDemoWindowTables()
3529{

Callers 1

ShowDemoWindowTablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected