Searched refs:IsPopupOpen (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h550 IMGUI_API bool IsPopupOpen(const char* str_id); // return true if the popup is open at the current begin-ed level of the popup stack.
H A Dimgui_internal.h1391 IMGUI_API bool IsPopupOpen(ImGuiID id); // Test for id within current popup stack level (currently begin-ed into); this doesn't scan the whole popup stack!
H A Dimgui_widgets.cpp1307 bool popup_open = IsPopupOpen(id);
1376 IM_ASSERT(0); // This should never happen as we tested for IsPopupOpen() above
5602 bool menu_is_open = IsPopupOpen(id);
5699 if (want_close && IsPopupOpen(id))
H A Dimgui.cpp6724 bool ImGui::IsPopupOpen(ImGuiID id) function in class:ImGui
6730 bool ImGui::IsPopupOpen(const char* str_id) function in class:ImGui
6905 if (!IsPopupOpen(id))
6943 if (!IsPopupOpen(id))
H A Dimgui_demo.cpp4272 if (!ImGui::IsPopupOpen("Save?"))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h550 IMGUI_API bool IsPopupOpen(const char* str_id); // return true if the popup is open at the current begin-ed level of the popup stack.
H A Dimgui_internal.h1391 IMGUI_API bool IsPopupOpen(ImGuiID id); // Test for id within current popup stack level (currently begin-ed into); this doesn't scan the whole popup stack!
H A Dimgui_widgets.cpp1307 bool popup_open = IsPopupOpen(id);
1376 IM_ASSERT(0); // This should never happen as we tested for IsPopupOpen() above
5602 bool menu_is_open = IsPopupOpen(id);
5699 if (want_close && IsPopupOpen(id))
H A Dimgui.cpp6724 bool ImGui::IsPopupOpen(ImGuiID id) function in class:ImGui
6730 bool ImGui::IsPopupOpen(const char* str_id) function in class:ImGui
6905 if (!IsPopupOpen(id))
6943 if (!IsPopupOpen(id))

Completed in 92 milliseconds