Searched refs:ImGuiWindowFlags (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui.h | 148 typedef int ImGuiWindowFlags; // -> enum ImGuiWindowFlags_ // Flags: for Begin*() typedef 240 … IMGUI_API bool Begin(const char* name, bool* p_open = NULL, ImGuiWindowFlags flags = 0); 248 …t char* str_id, const ImVec2& size = ImVec2(0,0), bool border = false, ImGuiWindowFlags flags = 0); 249 …ild(ImGuiID id, const ImVec2& size = ImVec2(0,0), bool border = false, ImGuiWindowFlags flags = 0); 543 …IMGUI_API bool BeginPopup(const char* str_id, ImGuiWindowFlags flags = 0); … 547 …IMGUI_API bool BeginPopupModal(const char* name, bool* p_open = NULL, ImGuiWindowFlags fl… 633 …IMGUI_API bool BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags flags = 0… 1508 …, const ImVec2& size_on_first_use, float bg_alpha_override = -1.0f, ImGuiWindowFlags flags = 0); /…
|
D | imgui_internal.h | 1132 ImGuiWindowFlags Flags; // See enum ImGuiWindowFlags_ 1327 …IMGUI_API void UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags… 1392 IMGUI_API bool BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags); 1393 …IMGUI_API void BeginTooltipEx(ImGuiWindowFlags extra_flags, bool override_previous_toolti…
|
D | imgui.cpp | 995 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags); 1016 …ChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags); 4321 …nChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags) in BeginChildEx() 4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags ex… in BeginChild() 4378 bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flag… in BeginChild() 4424 bool ImGui::BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags extra_flags) in BeginChildFrame() 4478 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags) in CreateNewWindow() 4646 static ImGuiCol GetWindowBgColorIdxFromFlags(ImGuiWindowFlags flags) in GetWindowBgColorIdxFromFlags() 4700 ImGuiWindowFlags flags = window->Flags; in UpdateManualResize() 4844 void ImGui::UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow… in UpdateWindowParentAndRootLinks() [all …]
|
D | imgui_widgets.cpp | 1369 …ImGuiWindowFlags window_flags = ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_Popup | ImGui… in BeginCombo() 5497 …ImGuiWindowFlags window_flags = ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWin… in BeginMainMenuBar() 5719 …ImGuiWindowFlags flags = ImGuiWindowFlags_ChildMenu | ImGuiWindowFlags_AlwaysAutoResize | ImGuiWin… in BeginMenu()
|