ClipVariable class

Constructors

ClipVariable()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

define(String? label, dynamic value, bool lockFlag) int
fractReduce(int index, bool moveFlag) bool
fractSetMinus(int index, bool isMinus, bool moveFlag) bool
isLocked(int index) bool
label() ClipLabel
lock(int index) → void
move(int index) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rep(int index, MathValue value, bool moveFlag) bool
set(int index, dynamic value, bool moveFlag) bool
setDenom(int index, double value, bool moveFlag) bool
setImag(int index, double value, bool moveFlag) bool
setNum(int index, double value, bool moveFlag) bool
setReal(int index, double value, bool moveFlag) bool
toString() String
A string representation of this object.
inherited
undef(String? label) int
unlock(int index) → void
val(int index) MathValue

Operators

operator ==(Object other) bool
The equality operator.
inherited