X11RandrModeFlag enum

Inheritance

Constructors

X11RandrModeFlag()
const

Values

hSyncPositive → const X11RandrModeFlag
hSyncNegative → const X11RandrModeFlag
vSyncPositive → const X11RandrModeFlag
vSyncNegative → const X11RandrModeFlag
interlace → const X11RandrModeFlag
doubleScan → const X11RandrModeFlag
cSync → const X11RandrModeFlag
cSyncPositive → const X11RandrModeFlag
cSyncNegative → const X11RandrModeFlag
hSkewPresent → const X11RandrModeFlag
bCast → const X11RandrModeFlag
pixelMultiplex → const X11RandrModeFlag
doubleClock → const X11RandrModeFlag
clockDivideBy2 → const X11RandrModeFlag

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<X11RandrModeFlag>
A constant List of the values in this enum, in order of their declaration.