Searched refs:PushID (Results 1 – 8 of 8) sorted by relevance
182 ImGui::PushID(index); in item()283 ImGui::PushID(i); in draw()316 ImGui::PushID(effect); in draw()352 ImGui::PushID(c*uni.fRows + r); in draw()375 ImGui::PushID(c); in draw()
25 ImGui::PushID(id);72 ImGui::PushID(fID++);
180 ImGui::PushID(c); in draw()211 ImGui::PushID(c); in draw()
317 ImGui::PushID((void*)addr);408 ImGui::PushID(line_i);
881 PushID((void*)(intptr_t)user_texture_id); in ImageButton()1439 PushID((void*)(intptr_t)i); in Combo()1946 PushID(label); in DragScalarN()1951 PushID(i); in DragScalarN()1992 PushID(label); in DragFloatRange2()2037 PushID(label); in DragIntRange2()2383 PushID(label); in SliderScalarN()2388 PushID(i); in SliderScalarN()2670 PushID(label); in InputScalar()2716 PushID(label); in InputScalarN()[all …]
360 …IMGUI_API void PushID(const char* str_id); // push st…361 …IMGUI_API void PushID(const char* str_id_begin, const char* str_id_end); // push st…362 …IMGUI_API void PushID(const void* ptr_id); // push po…363 …IMGUI_API void PushID(int int_id); // push in…
4715 PushID("#RESIZE"); in UpdateManualResize()6480 void ImGui::PushID(const char* str_id) in PushID() function in ImGui6486 void ImGui::PushID(const char* str_id_begin, const char* str_id_end) in PushID() function in ImGui6492 void ImGui::PushID(const void* ptr_id) in PushID() function in ImGui6498 void ImGui::PushID(int int_id) in PushID() function in ImGui8331 PushID(0x11223347 + (str_id ? 0 : columns_count)); in BeginColumns()8920 PushID("LogButtons"); in LogButtons()9435 ImGui::PushID(tab); in ShowMetricsWindow()
154 ImGui::PushID(addr); in ctx_disassemble_program()