接口 JImTreeNodeFlags


public interface JImTreeNodeFlags
从以下版本开始:
undecidable
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static class 
     
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static int
    Hit+testing+to+allow+subsequent+widgets+to+overlap+this+one
    static int
    Display+a+bullet+instead+of+arrow
    static int
     
    static int
    Default+node+to+be+open
    static int
    Draw+frame+with+background+%28e.g.
    static int
    Use+FramePadding+%28even+for+an+unframed+text+node%29+to+vertically+align+text+baseline+to+regular+widget+height.
    static int
    No+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%29
    static int
    Don%27t+automatically+and+temporarily+open+node+when+Logging+is+active+%28by+default+logging+will+automatically+open+tree+nodes%29
    static int
     
    static int
    Don%27t+do+a+TreePush%28%29+when+open+%28e.g.
    static int
    Only+open+when+clicking+on+the+arrow+part.
    static int
    Need+double-click+to+open+node
    static int
    Draw+as+selected
    static int
    Extend+hit+box+to+the+right-most+edge%2C+even+if+not+framed.
    static int
    Extend+hit+box+to+the+left-most+and+right-most+edges+%28bypass+the+indented+area%29.
  • 字段详细资料

    • None

      static final int None
      另请参阅:
      常量字段值
    • Selected

      static final int Selected
      Draw+as+selected
      另请参阅:
      常量字段值
    • Framed

      static final int Framed
      Draw+frame+with+background+%28e.g.+for+CollapsingHeader%29
      另请参阅:
      常量字段值
    • AllowItemOverlap

      static final int AllowItemOverlap
      Hit+testing+to+allow+subsequent+widgets+to+overlap+this+one
      另请参阅:
      常量字段值
    • NoTreePushOnOpen

      static final int NoTreePushOnOpen
      Don%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 NoAutoOpenOnLog
      Don%27t+automatically+and+temporarily+open+node+when+Logging+is+active+%28by+default+logging+will+automatically+open+tree+nodes%29
      另请参阅:
      常量字段值
    • DefaultOpen

      static final int DefaultOpen
      Default+node+to+be+open
      另请参阅:
      常量字段值
    • OpenOnDoubleClick

      static final int OpenOnDoubleClick
      Need+double-click+to+open+node
      另请参阅:
      常量字段值
    • OpenOnArrow

      static final int OpenOnArrow
      Only+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 Leaf
      No+collapsing%2C+no+arrow+%28use+as+a+convenience+for+leaf+nodes%29.
      另请参阅:
      常量字段值
    • Bullet

      static final int Bullet
      Display+a+bullet+instead+of+arrow
      另请参阅:
      常量字段值
    • FramePadding

      static final int FramePadding
      Use+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 SpanAvailWidth
      Extend+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 SpanFullWidth
      Extend+hit+box+to+the+left-most+and+right-most+edges+%28bypass+the+indented+area%29.
      另请参阅:
      常量字段值
    • CollapsingHeader

      static final int CollapsingHeader
      另请参阅:
      常量字段值