de.sciss.mellite.gui.impl

ProcObjView

object ProcObjView extends Factory with Factory

Linear Supertypes
Factory, Factory, Factory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProcObjView
  2. Factory
  3. Factory
  4. Factory
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Config[S <: Sys[S]] = String

    Definition Classes
    ProcObjViewFactory
  2. type E[~ <: Sys[~]] = Proc[~]

    Definition Classes
    ProcObjViewFactory
  3. final case class Link[S <: Sys[S]](target: Timeline[S], targetKey: String) extends Product with Serializable

  4. type LinkMap[S <: Sys[S]] = Map[String, IndexedSeq[Link[S]]]

  5. type ProcMap[S <: Sys[S]] = IdentifierMap[ProcObjView.ProcMap.S.ID, ProcObjView.ProcMap.S.Tx, ProcObjView[S]]

  6. type ScanMap[S <: Sys[S]] = IdentifierMap[ProcObjView.ScanMap.S.ID, ProcObjView.ScanMap.S.Tx, (String, Source[ProcObjView.ScanMap.S.Tx, ProcObjView.ScanMap.S.ID])]

  7. type SelectionModel[S <: Sys[S]] = gui.SelectionModel[S, ProcObjView[S]]

  8. trait Timeline[S <: Sys[S]] extends ProcObjView[S] with TimelineObjView[S] with HasMute with HasGain with HasFade

    A data set for graphical display of a proc.

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def category: String

    Definition Classes
    ProcObjViewFactory
  8. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. def hasMakeDialog: Boolean

    Whether it is possible to create an instance of the object via a GUI dialog.

    Whether it is possible to create an instance of the object via a GUI dialog.

    Definition Classes
    ProcObjViewFactory
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. val humanName: String

    Definition Classes
    ProcObjViewFactory
  16. val icon: Icon

    Definition Classes
    ProcObjViewFactory
  17. def initMakeDialog[S <: Sys[S]](workspace: Workspace[S], window: Option[Window])(ok: (Config[S]) ⇒ Unit)(implicit cursor: Cursor[S]): Unit

    Provides an optional initial configuration for the make-new-instance dialog.

    Provides an optional initial configuration for the make-new-instance dialog.

    Definition Classes
    ProcObjViewFactory
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def makeObj[S <: Sys[S]](name: String)(implicit tx: ProcObjView.makeObj.S.Tx): List[Obj[S]]

    Creates an object from a configuration.

    Creates an object from a configuration. The reason that the result type is not Obj.T[S, E] is that we allow the returning of a number of auxiliary other objects as well.

    Definition Classes
    ProcObjViewFactory
  20. def mkListView[S <: Sys[S]](obj: Proc[S])(implicit tx: ProcObjView.mkListView.S.Tx): ProcObjView[S] with ListObjView[S]

    Definition Classes
    ProcObjViewFactory
  21. def mkTimelineView[S <: Sys[S]](timedID: ProcObjView.mkTimelineView.S.ID, span: SpanLikeObj[S], obj: Proc[S], context: Context[S])(implicit tx: ProcObjView.mkTimelineView.S.Tx): Timeline[S]

    Constructs a new proc view from a given proc, and a map with the known proc (views).

    Constructs a new proc view from a given proc, and a map with the known proc (views). This will automatically add the new view to the map!

    span

    the span on the timeline

    obj

    the object placed on the timeline

    Definition Classes
    ProcObjViewFactory
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. val prefix: String

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def tpe: Proc.type

    Definition Classes
    ProcObjViewFactory
  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 Factory

Inherited from Factory

Inherited from Factory

Inherited from AnyRef

Inherited from Any

Ungrouped