de.sciss.nuages

NuagesPanel

trait NuagesPanel[S <: Sys[S]] extends View[S]

Linear Supertypes
View[S], Disposable[S.Tx], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NuagesPanel
  2. View
  3. Disposable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def aggrTable: AggregateTable

  2. abstract def appendFilter(pred: Output[S], fltSrc: Obj[S], colSrcOpt: Option[Obj[S]], fltPt: Point2D)(implicit tx: S.Tx): Unit

  3. abstract def aural: AuralSystem

  4. abstract def component: Component

    Definition Classes
    View
  5. abstract def config: Config

  6. implicit abstract def context: NuagesContext[S]

  7. abstract def createGenerator(gen: Obj[S], colOpt: Option[Obj[S]], pt: Point2D)(implicit tx: S.Tx): Unit

  8. abstract def cursor: Cursor[S]

  9. abstract def deferVisTx(thunk: ⇒ Unit)(implicit tx: TxnLike): Unit

    Schedule code to be executed during paused visualization animation on the EDT after the commit of the transaction.

  10. abstract def display: Display

  11. abstract def dispose()(implicit tx: S.Tx): Unit

    Definition Classes
    Disposable
  12. abstract def graph: Graph

  13. abstract def insertFilter(pred: Output[S], succ: NuagesAttribute[S], fltSrc: Obj[S], fltPt: Point2D)(implicit tx: S.Tx): Unit

  14. abstract def isTimeline: Boolean

  15. abstract def masterSynth(implicit tx: Txn): Option[Synth]

  16. abstract def masterSynth_=(value: Option[Synth])(implicit tx: Txn): Unit

  17. abstract def mkPeakMeter(bus: AudioBus, node: Node)(fun: (Double) ⇒ Unit)(implicit tx: S.Tx): Synth

  18. abstract def mkValueMeter(bus: AudioBus, node: Node)(fun: (IndexedSeq[Double]) ⇒ Unit)(implicit tx: S.Tx): Synth

  19. abstract def nuages(implicit tx: S.Tx): Nuages[S]

  20. abstract def registerNode(id: S.ID, view: NuagesObj[S])(implicit tx: S.Tx): Unit

  21. abstract def saveMacro(name: String, obj: Set[NuagesObj[S]]): Unit

  22. abstract def selection: Set[NuagesNode[S]]

  23. abstract def setMasterVolume(v: Double)(implicit tx: S.Tx): Unit

  24. abstract def setSolo(vp: NuagesObj[S], onOff: Boolean): Unit

  25. abstract def setSoloVolume(v: Double)(implicit tx: S.Tx): Unit

  26. abstract def showAppendFilterDialog(vOut: NuagesOutput[S], pt: Point): Boolean

  27. abstract def showCreateGenDialog(pt: Point): Boolean

  28. abstract def showInsertFilterDialog(vOut: NuagesOutput[S], vIn: NuagesAttribute[S], pt: Point): Boolean

  29. abstract def showInsertMacroDialog(): Boolean

  30. abstract def showOverlayPanel(p: OverlayPanel, pt: Option[Point] = None): Boolean

  31. abstract def transport: Transport[S]

  32. abstract def unregisterNode(id: S.ID, view: NuagesObj[S])(implicit tx: S.Tx): Unit

  33. abstract def visualGraph: VisualGraph

  34. abstract def visualization: Visualization

Concrete 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 clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from View[S]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped