ButtonType enum

Inheritance

Constructors

ButtonType()
const

Values

PatternUp → const ButtonType
PatternDown → const ButtonType
Browser → const ButtonType
GridLeft → const ButtonType
GridRight → const ButtonType
BankSelect → const ButtonType
MuteButton1 → const ButtonType
MuteButton2 → const ButtonType
MuteButton3 → const ButtonType
MuteButton4 → const ButtonType
Step → const ButtonType
Note → const ButtonType
Drum → const ButtonType
Perform → const ButtonType
Shift → const ButtonType
Alt → const ButtonType
Pattern → const ButtonType
Play → const ButtonType
Stop → const ButtonType
Record → const ButtonType
Volume → const ButtonType
Pan → const ButtonType
Filter → const ButtonType
Resonance → const ButtonType
Select → const ButtonType
Pad → const ButtonType

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