de.sciss.synth.proc.impl.ProcImpl

ScansImpl

final class ScansImpl[S <: Sys[S]] extends Modifiable[S] with KeyMapImpl[S, String, Scan[S]]

Linear Supertypes
KeyMapImpl[S, String, Scan[S]], Modifiable[S], Scans[S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScansImpl
  2. KeyMapImpl
  3. Modifiable
  4. Scans
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScansImpl(proc: Impl[S], slot: Int, isInput: Boolean)

Type Members

  1. type Entry = KeyMapImpl.Entry[S, String, Scan[S]]

    Attributes
    protected
    Definition Classes
    KeyMapImpl
  2. type Info = ValueInfo[S, String, Scan[S]]

    Attributes
    protected
    Definition Classes
    KeyMapImpl

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(key: String)(implicit tx: S.Tx): Scan[S]

    Adds a new scan by the given key.

    Adds a new scan by the given key. If a span by that name already exists, the old scan is returned.

    Definition Classes
    ScansImplModifiable
  7. final def add(key: String, value: Scan[S])(implicit tx: S.Tx): Unit

    Definition Classes
    KeyMapImpl
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fire(added: Option[(String, Scan[S])], removed: Option[(String, Scan[S])])(implicit tx: S.Tx): Unit

    Wrap the given set of added and removed keys in an appropriate update message and dispatch it.

    Wrap the given set of added and removed keys in an appropriate update message and dispatch it.

    Attributes
    protected
    Definition Classes
    ScansImplKeyMapImpl
  14. final def get(key: String)(implicit tx: S.Tx): Option[Scan[S]]

    Definition Classes
    KeyMapImpl
  15. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  18. final def iterator(implicit tx: S.Tx): Iterator[(String, Scan[S])]

    Definition Classes
    KeyMapImpl
  19. final def keys(implicit tx: S.Tx): Set[String]

    Definition Classes
    KeyMapImpl
  20. def map: Map[S, String, ScanEntry[S]]

    The underlying non-reactive map

    The underlying non-reactive map

    Attributes
    protected
    Definition Classes
    ScansImplKeyMapImpl
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. final def remove(key: String)(implicit tx: S.Tx): Boolean

    Definition Classes
    KeyMapImpl
  25. val slot: Int

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def valueInfo: ValueInfo[S, String, Scan[S]]

    A helper object providing key and value serialization and an event view of the value.

    A helper object providing key and value serialization and an event view of the value.

    Attributes
    protected
    Definition Classes
    ScansImplKeyMapImpl
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from KeyMapImpl[S, String, Scan[S]]

Inherited from Modifiable[S]

Inherited from Scans[S]

Inherited from AnyRef

Inherited from Any

Ungrouped