Searched refs:SetWindowCollapsedAllowFlags (Results 1 – 6 of 6) sorted by relevance
2477 …SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always… in ImGuiWindow()4384 …window->SetWindowCollapsedAllowFlags = enabled ? (window->SetWindowCollapsedAllowFlags | flags) : … in SetWindowConditionAllowFlags()6002 if (cond && (window->SetWindowCollapsedAllowFlags & cond) == 0) in SetWindowCollapsed()6004 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()
1141 …ImGuiCond SetWindowCollapsedAllowFlags; // store acceptable condition flags fo… member
2534 …SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always… in ImGuiWindow()4463 …window->SetWindowCollapsedAllowFlags = enabled ? (window->SetWindowCollapsedAllowFlags | flags) : … in SetWindowConditionAllowFlags()6129 if (cond && (window->SetWindowCollapsedAllowFlags & cond) == 0) in SetWindowCollapsed()6131 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()
1172 …ImGuiCond SetWindowCollapsedAllowFlags; // store acceptable condition flags fo… member
2949 …SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always… in ImGuiWindow()5141 …window->SetWindowCollapsedAllowFlags = enabled ? (window->SetWindowCollapsedAllowFlags | flags) : … in SetWindowConditionAllowFlags()6911 if (cond && (window->SetWindowCollapsedAllowFlags & cond) == 0) in SetWindowCollapsed()6913 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()
1967 …ImGuiCond SetWindowCollapsedAllowFlags : 8; // store acceptable condition flags fo… member