接口 JImTreeNodeFlags
public interface JImTreeNodeFlags
- 从以下版本开始:
- undecidable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static intHit+testing+to+allow+subsequent+widgets+to+overlap+this+onestatic intDisplay+a+bullet+instead+of+arrowstatic intstatic intDefault+node+to+be+openstatic intDraw+frame+with+background+%28e.g.static intUse+FramePadding+%28even+for+an+unframed+text+node%29+to+vertically+align+text+baseline+to+regular+widget+height.static intNo+collapsing%2C+no+arrow+%28use+as+a+convenience+for+leaf+nodes%29.static int%28WIP%29+Nav%3A+left+direction+may+move+to+this+TreeNode%28%29+from+any+of+its+child+%28items+submitted+between+TreeNode+and+TreePop%29static intDon%27t+automatically+and+temporarily+open+node+when+Logging+is+active+%28by+default+logging+will+automatically+open+tree+nodes%29static intstatic intDon%27t+do+a+TreePush%28%29+when+open+%28e.g.static intOnly+open+when+clicking+on+the+arrow+part.static intNeed+double-click+to+open+nodestatic intDraw+as+selectedstatic intExtend+hit+box+to+the+right-most+edge%2C+even+if+not+framed.static intExtend+hit+box+to+the+left-most+and+right-most+edges+%28bypass+the+indented+area%29.
-
字段详细资料
-
None
static final int None- 另请参阅:
- 常量字段值
-
Selected
static final int SelectedDraw+as+selected- 另请参阅:
- 常量字段值
-
Framed
static final int FramedDraw+frame+with+background+%28e.g.+for+CollapsingHeader%29- 另请参阅:
- 常量字段值
-
AllowItemOverlap
static final int AllowItemOverlapHit+testing+to+allow+subsequent+widgets+to+overlap+this+one- 另请参阅:
- 常量字段值
-
NoTreePushOnOpen
static final int NoTreePushOnOpenDon%27t+do+a+TreePush%28%29+when+open+%28e.g.+for+CollapsingHeader%29+%3D+no+extra+indent+nor+pushing+on+ID+stack- 另请参阅:
- 常量字段值
-
NoAutoOpenOnLog
static final int NoAutoOpenOnLogDon%27t+automatically+and+temporarily+open+node+when+Logging+is+active+%28by+default+logging+will+automatically+open+tree+nodes%29- 另请参阅:
- 常量字段值
-
DefaultOpen
static final int DefaultOpenDefault+node+to+be+open- 另请参阅:
- 常量字段值
-
OpenOnDoubleClick
static final int OpenOnDoubleClickNeed+double-click+to+open+node- 另请参阅:
- 常量字段值
-
OpenOnArrow
static final int OpenOnArrowOnly+open+when+clicking+on+the+arrow+part.+If+ImGuiTreeNodeFlags_OpenOnDoubleClick+is+also+set%2C+single-click+arrow+or+double-click+all+box+to+open.- 另请参阅:
- 常量字段值
-
Leaf
static final int LeafNo+collapsing%2C+no+arrow+%28use+as+a+convenience+for+leaf+nodes%29.- 另请参阅:
- 常量字段值
-
Bullet
static final int BulletDisplay+a+bullet+instead+of+arrow- 另请参阅:
- 常量字段值
-
FramePadding
static final int FramePaddingUse+FramePadding+%28even+for+an+unframed+text+node%29+to+vertically+align+text+baseline+to+regular+widget+height.+Equivalent+to+calling+AlignTextToFramePadding%28%29.- 另请参阅:
- 常量字段值
-
SpanAvailWidth
static final int SpanAvailWidthExtend+hit+box+to+the+right-most+edge%2C+even+if+not+framed.+This+is+not+the+default+in+order+to+allow+adding+other+items+on+the+same+line.+In+the+future+we+may+refactor+the+hit+system+to+be+front-to-back%2C+allowing+natural+overlaps+and+then+this+can+become+the+default.- 另请参阅:
- 常量字段值
-
SpanFullWidth
static final int SpanFullWidthExtend+hit+box+to+the+left-most+and+right-most+edges+%28bypass+the+indented+area%29.- 另请参阅:
- 常量字段值
-
CollapsingHeader
static final int CollapsingHeader- 另请参阅:
- 常量字段值
-