Object/Trait

de.sciss.synth.proc

Scan

Related Docs: trait Scan | package proc

Permalink

object Scan

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Scan
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Change[S <: Sys[S]] extends AnyRef

    Permalink
  2. trait Elem[S <: Sys[S]] extends proc.Elem[S]

    Permalink
  3. final case class GraphemeChange[S <: Sys[S]](grapheme: Grapheme[S], changes: IndexedSeq[Segment]) extends Change[S] with Product with Serializable

    Permalink
  4. sealed trait Link[S <: Sys[S]] extends Identifiable[Scan.Link.S.ID]

    Permalink

    This trait describes a source or sink link to/from a sink.

  5. sealed trait LinkChange[S <: Sys[S]] extends Change[S]

    Permalink
  6. type Obj[S <: Sys[S]] = proc.Obj[S] { type E = de.sciss.synth.proc.Scan.Elem[S] }

    Permalink
  7. final case class SinkAdded[S <: Sys[S]](sink: Link[S]) extends SinkChange[S] with Product with Serializable

    Permalink
  8. sealed trait SinkChange[S <: Sys[S]] extends LinkChange[S]

    Permalink
  9. final case class SinkRemoved[S <: Sys[S]](sink: Link[S]) extends SinkChange[S] with Product with Serializable

    Permalink
  10. final case class SourceAdded[S <: Sys[S]](source: Link[S]) extends SourceChange[S] with Product with Serializable

    Permalink
  11. sealed trait SourceChange[S <: Sys[S]] extends LinkChange[S]

    Permalink
  12. final case class SourceRemoved[S <: Sys[S]](source: Link[S]) extends SourceChange[S] with Product with Serializable

    Permalink
  13. final case class Update[S <: Sys[S]](scan: Scan[S], changes: IndexedSeq[Change[S]]) extends Product with Serializable

    Permalink

    A scan event fires updates of this type.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object Elem extends Companion[Elem]

    Permalink
  5. object Link

    Permalink
  6. object Obj

    Permalink

    Convenient short-cut

  7. def apply[S <: Sys[S]](implicit tx: Scan.apply.S.Tx): Scan[S]

    Permalink

    Constructs a new unconnected scan.

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def read[S <: Sys[S]](in: DataInput, access: Scan.read.S.Acc)(implicit tx: Scan.read.S.Tx): Scan[S]

    Permalink
  20. implicit def serializer[S <: Sys[S]]: Serializer[S, Scan[S]]

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final val typeID: Int(65545)

    Permalink
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped