ImGuiTreeNodeFlags class

Constructors

ImGuiTreeNodeFlags()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

AllowItemOverlap → const int
Bullet → const int
CollapsingHeader → const int
DefaultOpen → const int
Framed → const int
FramePadding → const int
Leaf → const int
NoAutoOpenOnLog → const int
None → const int
NoTreePushOnOpen → const int
OpenOnArrow → const int
OpenOnDoubleClick → const int
Selected → const int
SpanAvailWidth → const int
SpanFullWidth → const int