public final class ImGuiTreeNodeFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AllowItemOverlap
Hit testing to allow subsequent widgets to overlap this one
|
static int |
Bullet
Display a bullet instead of arrow
|
static int |
CollapsingHeader |
static int |
DefaultOpen
Default node to be open
|
static int |
Framed
Full colored frame (e.g.
|
static int |
FramePadding
Use FramePadding (even for an unframed text node) to vertically align text baseline to regular widget height.
|
static int |
Leaf
No collapsing, no arrow (use as a convenience for leaf nodes).
|
static int |
NavLeftJumpsBackHere
(WIP) Nav: left direction may move to this TreeNode() from any of its child (items submitted between TreeNode and TreePop)
|
static int |
NoAutoOpenOnLog
Don't automatically and temporarily open node when Logging is active (by default logging will automatically open tree nodes)
|
static int |
None |
static int |
NoTreePushOnOpen
Don't do a TreePush() when open (e.g.
|
static int |
OpenOnArrow
Only open when clicking on the arrow part.
|
static int |
OpenOnDoubleClick
Need double-click to open node
|
static int |
Selected
Draw as selected
|
static int |
SpanAvailWidth
Extend hit box to the right-most edge, even if not framed.
|
static int |
SpanFullWidth
Extend hit box to the left-most and right-most edges (bypass the indented area).
|
public static final int None
public static final int Selected
public static final int Framed
public static final int AllowItemOverlap
public static final int NoTreePushOnOpen
public static final int NoAutoOpenOnLog
public static final int DefaultOpen
public static final int OpenOnDoubleClick
public static final int OpenOnArrow
public static final int Leaf
public static final int Bullet
public static final int FramePadding
public static final int SpanAvailWidth
public static final int SpanFullWidth
public static final int NavLeftJumpsBackHere
public static final int CollapsingHeader