ImGuiInputTextFlags class

Constructors

ImGuiInputTextFlags()

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

AllowTabInput → const int
AlwaysOverwrite → const int
AutoSelectAll → const int
CallbackAlways → const int
CallbackCharFilter → const int
CallbackCompletion → const int
CallbackEdit → const int
CallbackHistory → const int
CallbackResize → const int
CharsDecimal → const int
CharsHexadecimal → const int
CharsNoBlank → const int
CharsScientific → const int
CharsUppercase → const int
CtrlEnterForNewLine → const int
EnterReturnsTrue → const int
Multiline → const int
NoHorizontalScroll → const int
NoMarkEdited → const int
None → const int
NoUndoRedo → const int
Password → const int
ReadOnly → const int