Lines Matching refs:PushID
730 // Tip: use ImGui::PushID()/PopID() to push indices or pointers in the ID stack.
1062 PushID((void*)(intptr_t)user_texture_id);
1802 PushID(i);
2474 PushID(label);
2479 PushID(i);
2528 PushID(label);
2582 PushID(label);
3087 PushID(label);
3092 PushID(i);
3442 PushID(label);
3499 PushID(label);
3504 PushID(i);
4832 PushID(label);
5087 PushID(label);
5647 PushID(picker_type);
6008 PushID(str_id);
6016 PushID(ptr_id);
6123 // But you need to make sure the ID is unique, e.g. enclose calls in PushID/PopID or use ##unique_id.
6388 PushID(i);
6682 PushID("##menubar");
6855 PushID(label);
7021 PushID(label);
7823 PushOverrideID(tab->ID); // We already hashed 'label' so push into the ID stack directly instead of doing another hash through PushID(label)