GhosttyCellContentTag enum

Cell content tag.

Describes what kind of content a cell holds.

@ingroup screen

Inheritance
Available extensions

Values

GHOSTTY_CELL_CONTENT_CODEPOINT → const GhosttyCellContentTag

A single codepoint (may be zero for empty).

const GhosttyCellContentTag(0)
GHOSTTY_CELL_CONTENT_CODEPOINT_GRAPHEME → const GhosttyCellContentTag

A codepoint that is part of a multi-codepoint grapheme cluster.

const GhosttyCellContentTag(1)
GHOSTTY_CELL_CONTENT_BG_COLOR_PALETTE → const GhosttyCellContentTag

No text; background color from palette.

const GhosttyCellContentTag(2)
GHOSTTY_CELL_CONTENT_BG_COLOR_RGB → const GhosttyCellContentTag

No text; background color as RGB.

const GhosttyCellContentTag(3)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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

Static Methods

fromValue(int value) GhosttyCellContentTag

Constants

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