Searched refs:LogAutoExpandMaxDepth (Results 1 – 3 of 3) sorted by relevance
922 int LogAutoExpandMaxDepth; member1034 LogAutoExpandMaxDepth = 2; in ImGuiContext()
8845 g.LogAutoExpandMaxDepth = max_depth; in LogToTTY()8873 g.LogAutoExpandMaxDepth = max_depth; in LogToFile()8889 g.LogAutoExpandMaxDepth = max_depth; in LogToClipboard()8926 SliderInt("Depth", &g.LogAutoExpandMaxDepth, 0, 9, NULL); in LogButtons()8933 LogToTTY(g.LogAutoExpandMaxDepth); in LogButtons()8935 LogToFile(g.LogAutoExpandMaxDepth, g.IO.LogFilename); in LogButtons()8937 LogToClipboard(g.LogAutoExpandMaxDepth); in LogButtons()
4753 …&& !(flags & ImGuiTreeNodeFlags_NoAutoOpenOnLog) && window->DC.TreeDepth < g.LogAutoExpandMaxDepth) in TreeNodeBehaviorIsOpen()