MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / IsVisible

Method IsVisible

Sources/OvUI/src/OvUI/Panels/PanelWindow.cpp:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool OvUI::Panels::PanelWindow::IsVisible() const
92{
93 if (auto window = ImGui::FindWindowByName((name + GetPanelID()).c_str()); window)
94 return !window->Hidden;
95 else
96 return false;
97}
98
99void OvUI::Panels::PanelWindow::ScrollToBottom()
100{

Callers 2

UpdateEditorPanelsMethod · 0.45
RenderViewsMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected