object
Scan
Type Members
-
sealed
trait
Change[S <: Sys[S]] extends AnyRef
-
trait
Elem[S <: Sys[S]] extends proc.Elem[S]
-
final
case class
GraphemeChange[S <: Sys[S]](grapheme: Grapheme[S], changes: IndexedSeq[Segment]) extends Change[S] with Product with Serializable
-
sealed
trait
Link[S <: Sys[S]] extends Identifiable[Scan.Link.S.ID]
-
sealed
trait
LinkChange[S <: Sys[S]] extends Change[S]
-
type
Obj[S <: Sys[S]] = proc.Obj[S] { type E = de.sciss.synth.proc.Scan.Elem[S] }
-
final
case class
SinkAdded[S <: Sys[S]](sink: Link[S]) extends SinkChange[S] with Product with Serializable
-
-
final
case class
SinkRemoved[S <: Sys[S]](sink: Link[S]) extends SinkChange[S] with Product with Serializable
-
final
case class
SourceAdded[S <: Sys[S]](source: Link[S]) extends SourceChange[S] with Product with Serializable
-
-
final
case class
SourceRemoved[S <: Sys[S]](source: Link[S]) extends SourceChange[S] with Product with Serializable
-
final
case class
Update[S <: Sys[S]](scan: Scan[S], changes: IndexedSeq[Change[S]]) extends Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
-
-
object
Obj
-
def
apply[S <: Sys[S]](implicit tx: Scan.apply.S.Tx): Scan[S]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
read[S <: Sys[S]](in: DataInput, access: Scan.read.S.Acc)(implicit tx: Scan.read.S.Tx): Scan[S]
-
implicit
def
serializer[S <: Sys[S]]: Serializer[S, Scan[S]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
val
typeID: Int(65545)
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any