VtRenderRowCellsCursor class final
Live cell cursor over the cells of a render-state row.
Instances of this type are transient and should be closed when no longer needed.
Properties
- current → VtRenderCellSnapshot
-
The cell at this cursor's current position.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cellAt(
int x) → VtRenderCellSnapshot -
Returns the cell at zero-based column
x. -
close(
) → void -
moveNext(
) → bool - Advances this cursor to the next cell.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
select(
int x) → void -
Repositions this cursor to the zero-based column
x. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited