Lines Matching refs:PushID
714 Use PushID() / PopID() to create scopes and manipulate the ID stack, as to avoid ID conflicts
724 PushID(i); // Push i to the id tack
731 PushID(obj);
738 PushID(obj->Name);
747 PushID("node");
749 PushID(my_ptr);
754 - Tree nodes implicitly creates a scope for you by calling PushID().
757 if (TreeNode("node")) // <-- this function call will do a PushID() for you (unless instructed not to, with a special flag)
4449 { int current = window->IDStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup == current && "PushID/PopID or TreeNode/TreePop Mismatch!"); p_backup++; } // Too few or too many PopID()/TreePop()
4715 PushID("#RESIZE");
6480 void ImGui::PushID(const char* str_id)
6486 void ImGui::PushID(const char* str_id_begin, const char* str_id_end)
6492 void ImGui::PushID(const void* ptr_id)
6498 void ImGui::PushID(int int_id)
8331 PushID(0x11223347 + (str_id ? 0 : columns_count));
8920 PushID("LogButtons");
9435 ImGui::PushID(tab);