ClipFunc class

Constructors

ClipFunc()

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

canDel() bool
create(String name, [int topNum = 1]) ClipFuncData?
del(ClipFuncData func) → void
delAll() → void
getInfo(int num, ClipFuncInfo info) bool
maxNum() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(ClipFuncData srcFunc) ClipFuncData?
openAll(ClipFunc src) → void
setMaxNum(int max) → void
toString() String
A string representation of this object.
inherited

Operators

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