OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PushID
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp
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")
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp
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")
[
all
...]
Completed in 35 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026