MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / EndDisabledControls

Function EndDisabledControls

Source/3rdParty/implot/implot.cpp:1378–1383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1376}
1377
1378inline void EndDisabledControls(bool cond) {
1379 if (cond) {
1380 ImGui::PopItemFlag();
1381 ImGui::PopStyleVar();
1382 }
1383}
1384
1385void ShowAxisContextMenu(ImPlotAxis& axis, ImPlotAxis* equal_axis, bool /*time_allowed*/) {
1386

Callers 4

ShowAxisContextMenuFunction · 0.85
ShowSubplotsContextMenuFunction · 0.85
ShowPlotContextMenuFunction · 0.85
ShowDatePickerFunction · 0.85

Calls 1

PopStyleVarFunction · 0.85

Tested by

no test coverage detected