HotKeyTypes enum

Inheritance

Constructors

HotKeyTypes()
const

Values

delete → const HotKeyTypes
edit → const HotKeyTypes
all → const HotKeyTypes
rotate → const HotKeyTypes
translate → const HotKeyTypes
scale → const HotKeyTypes
save → const HotKeyTypes
newSheet → const HotKeyTypes
open → const HotKeyTypes
undo → const HotKeyTypes
redo → const HotKeyTypes
copy → const HotKeyTypes
paste → const HotKeyTypes
cut → const HotKeyTypes
control → const HotKeyTypes
move → const HotKeyTypes
directionX → const HotKeyTypes
directionY → const HotKeyTypes
none → const HotKeyTypes
number → const HotKeyTypes
enter → const HotKeyTypes
backSpace → const HotKeyTypes

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<HotKeyTypes>
A constant List of the values in this enum, in order of their declaration.