RandomnessIcons

All Randomness icons.

Parameters

base

the path to the basic icon for the data type

array

the path to the array variant of the basic icon

repeat

the path to the repeat variant of the basic icon

repeatArray

the path to the repeat array variant of the basic icon

settings

the path to the settings variant of the basic icon

quickSwitchScheme

the path to the quick switch scheme variant of the basic icon

Entries

Link copied to clipboard

Icons for decimals.

Link copied to clipboard

Icons for integers.

Link copied to clipboard

Icons for strings.

Link copied to clipboard

Icons for words.

Link copied to clipboard

Icons for UUIDs.

Link copied to clipboard

Basic icons.

Properties

Link copied to clipboard
val Array: @Nullable Icon

The array variant of the basic icon.

Link copied to clipboard
val Base: @Nullable Icon

The basic icon for the data type.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val QuickSwitchScheme: @Nullable Icon

The quick switch scheme variant of the basic icon.

Link copied to clipboard
val Repeat: @Nullable Icon

The repeat variant of the basic icon.

Link copied to clipboard
val RepeatArray: @Nullable Icon

The repeat array variant of the basic icon.

Link copied to clipboard
val Settings: @Nullable Icon

The settings variant of the basic icon.

Functions

Link copied to clipboard
fun valueOf(value: String): RandomnessIcons

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<RandomnessIcons>

Returns an array containing the constants of this enum type, in the order they're declared.