Packages

object Edits

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Edits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Link[S <: Sys[S]](source: Output[S], sink: Proc[S], key: String, sinkType: SinkType[S]) extends Product with Serializable
  2. final case class SinkDirect[S <: Sys[S]]() extends SinkType[S] with Product with Serializable
  3. final case class SinkFolder[S <: Sys[S]](f: Folder[S], index: Int) extends SinkType[S] with Product with Serializable
  4. sealed trait SinkType[S <: Sys[S]] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addLink[S <: Sys[S]](source: Output[S], sink: Proc[S], key: String)(implicit tx: Edits.addLink.S.Tx, cursor: Cursor[S]): UndoableEdit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. 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]]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. 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]
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def linkOrUnlink[S <: Sys[S]](out: Proc[S], in: Proc[S])(implicit tx: Edits.linkOrUnlink.S.Tx, cursor: Cursor[S]): Option[UndoableEdit]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def removeLink[S <: Sys[S]](link: Link[S])(implicit tx: Edits.removeLink.S.Tx, cursor: Cursor[S]): UndoableEdit
  20. 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]
  21. def setBus[S <: Sys[S]](objects: Iterable[Obj[S]], intExpr: IntObj[S])(implicit tx: Edits.setBus.S.Tx, cursor: Cursor[S]): Option[UndoableEdit]
  22. def setName[S <: Sys[S]](obj: Obj[S], nameOpt: Option[StringObj[S]])(implicit tx: Edits.setName.S.Tx, cursor: Cursor[S]): UndoableEdit
  23. 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]
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. 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]
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def unlinkAndRemove[S <: Sys[S]](timeline: Modifiable[S], span: SpanLikeObj[S], obj: Obj[S])(implicit tx: Edits.unlinkAndRemove.S.Tx, cursor: Cursor[S]): UndoableEdit
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped