object Edits
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Edits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Link[S <: Sys[S]](source: Output[S], sink: Proc[S], key: String, sinkType: SinkType[S]) extends Product with Serializable
- final case class SinkDirect[S <: Sys[S]]() extends SinkType[S] with Product with Serializable
- final case class SinkFolder[S <: Sys[S]](f: Folder[S], index: Int) extends SinkType[S] with Product with Serializable
- sealed trait SinkType[S <: Sys[S]] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addLink[S <: Sys[S]](source: Output[S], sink: Proc[S], key: String)(implicit tx: Edits.addLink.S.Tx, cursor: Cursor[S]): UndoableEdit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findLink[S <: Sys[S]](out: Proc[S], in: Proc[S], keys: Seq[String] = Proc.mainIn :: Nil)(implicit tx: Edits.findLink.S.Tx): Option[Link[S]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def graphemeMoveOrCopy[S <: Sys[S]](time: LongObj[S], obj: Obj[S], grapheme: Grapheme[S], amount: Move, minStart: Long)(implicit tx: Edits.graphemeMoveOrCopy.S.Tx, cursor: Cursor[S]): Option[UndoableEdit]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linkOrUnlink[S <: Sys[S]](out: Proc[S], in: Proc[S])(implicit tx: Edits.linkOrUnlink.S.Tx, cursor: Cursor[S]): Option[UndoableEdit]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def removeLink[S <: Sys[S]](link: Link[S])(implicit tx: Edits.removeLink.S.Tx, cursor: Cursor[S]): UndoableEdit
- def resize[S <: Sys[S]](span: SpanLikeObj[S], obj: Obj[S], amount: Resize, minStart: Long)(implicit tx: Edits.resize.S.Tx, cursor: Cursor[S]): Option[UndoableEdit]
- def setBus[S <: Sys[S]](objects: Iterable[Obj[S]], intExpr: IntObj[S])(implicit tx: Edits.setBus.S.Tx, cursor: Cursor[S]): Option[UndoableEdit]
- def setName[S <: Sys[S]](obj: Obj[S], nameOpt: Option[StringObj[S]])(implicit tx: Edits.setName.S.Tx, cursor: Cursor[S]): UndoableEdit
- def setSynthGraph[S <: Sys[S]](processes: Iterable[Proc[S]], codeElem: Obj[S])(implicit tx: Edits.setSynthGraph.S.Tx, cursor: Cursor[S], compiler: Compiler): Option[UndoableEdit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def timelineMoveOrCopy[S <: Sys[S]](span: SpanLikeObj[S], obj: Obj[S], timeline: Timeline[S], amount: Move, minStart: Long)(implicit tx: Edits.timelineMoveOrCopy.S.Tx, cursor: Cursor[S]): Option[UndoableEdit]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unlinkAndRemove[S <: Sys[S]](timeline: Modifiable[S], span: SpanLikeObj[S], obj: Obj[S])(implicit tx: Edits.unlinkAndRemove.S.Tx, cursor: Cursor[S]): UndoableEdit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )