Searched refs:LastItemId (Results 1 – 3 of 3) sorted by relevance
1063 ImGuiID LastItemId; member1103 LastItemId = 0; in ImGuiWindowTempData()1232 ImGuiID LastItemId; member1238 …) { ImGuiWindow* window = GImGui->CurrentWindow; LastItemId = window->DC.LastItemId; Las… in Backup()1239 …nst { ImGuiWindow* window = GImGui->CurrentWindow; window->DC.LastItemId = LastItemId; window->… in Restore()1362 …uiID GetItemID() { ImGuiContext& g = *GImGui; return g.CurrentWindow->DC.LastItemId; } in GetItemID()
2672 if (window->DC.LastItemId == id) in SetFocusID()2797 window->DC.LastItemId = id; in ItemAdd()2843 …if (g.ActiveId != 0 && g.ActiveId != window->DC.LastItemId && !g.ActiveIdAllowOverlap && g.ActiveI… in IsItemHovered()2856 if (window->DC.LastItemId == window->MoveId && window->WriteAccessed) in IsItemHovered()4212 return g.ActiveId == window->DC.LastItemId; in IsItemActive()4223 if (g.ActiveId == window->DC.LastItemId && g.ActiveIdPreviousFrame != window->DC.LastItemId) in IsItemActivated()4233 …ActiveIdPreviousFrame == window->DC.LastItemId && g.ActiveIdPreviousFrame != 0 && g.ActiveId != wi… in IsItemDeactivated()4247 if (g.NavId == 0 || g.NavDisableHighlight || g.NavId != window->DC.LastItemId) in IsItemFocused()4291 if (g.HoveredId == g.CurrentWindow->DC.LastItemId) in SetItemAllowOverlap()4293 if (g.ActiveId == g.CurrentWindow->DC.LastItemId) in SetItemAllowOverlap()[all …]
410 if (id != 0 && window->DC.LastItemId != id) in ButtonBehavior()4028 window->DC.LastItemId = g.ActiveId; in ColorEdit4()4031 MarkItemEdited(window->DC.LastItemId); in ColorEdit4()4400 MarkItemEdited(window->DC.LastItemId); in ColorPicker4()4809 …IMGUI_TEST_ENGINE_ITEM_INFO(window->DC.LastItemId, label, window->DC.ItemFlags | (is_leaf ? 0 : Im… in TreeNodeBehavior()5236 MarkItemEdited(g.CurrentWindow->DC.LastItemId); in ListBox()5784 …IMGUI_TEST_ENGINE_ITEM_INFO(window->DC.LastItemId, label, window->DC.ItemFlags | ImGuiItemStatusFl… in MenuItem()