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

Function GetPlot

Source/3rdParty/implot/implot.cpp:574–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572//-----------------------------------------------------------------------------
573
574ImPlotPlot* GetPlot(const char* title) {
575 ImGuiWindow* Window = GImGui->CurrentWindow;
576 const ImGuiID ID = Window->GetID(title);
577 return GImPlot->Plots.GetByKey(ID);
578}
579
580ImPlotPlot* GetCurrentPlot() {
581 return GImPlot->CurrentPlot;

Callers 1

ShowAltLegendFunction · 0.85

Calls 2

GetByKeyMethod · 0.80
GetIDMethod · 0.45

Tested by

no test coverage detected