Trait/Object

de.sciss.nuages

NuagesPanel

Related Docs: object NuagesPanel | package nuages

Permalink

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

Linear Supertypes
Cursor[S], View[S], Disposable[S.Tx], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NuagesPanel
  2. Cursor
  3. View
  4. Disposable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type C <: Component

    Permalink
    Definition Classes
    View

Abstract Value Members

  1. abstract val acceptGlideTime: Boolean

    Permalink

    Whether glide time should be used or set

  2. abstract def aggrTable: AggregateTable

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

    Permalink
  4. abstract def component: C

    Permalink
    Definition Classes
    View
  5. abstract def config: Config

    Permalink
  6. implicit abstract def context: NuagesContext[S]

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

    Permalink
  8. implicit abstract def cursor: Cursor[S]

    Permalink
    Definition Classes
    Cursor
  9. abstract def deferVisTx(thunk: ⇒ Unit)(implicit tx: TxnLike): Unit

    Permalink

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

  10. abstract def display: Display

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

    Permalink
    Definition Classes
    Disposable
  12. abstract val glideTime: Float

    Permalink

    Glide time normalised to 0..1

  13. abstract def glideTimeModel: BoundedRangeModel

    Permalink
  14. abstract val glideTimeSource: String

    Permalink

    Used internally to indicate if driven by tablet or keys ("key").

  15. abstract def graph: Graph

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

    Permalink
  17. abstract def isTimeline: Boolean

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

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

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

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

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

    Permalink
  23. abstract def registerNode(id: S.Id, view: NuagesObj[S])(implicit tx: S.Tx): Unit

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

    Permalink
  25. abstract def selection: Set[NuagesNode[S]]

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

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

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

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

    Permalink
  30. abstract def showCreateGenDialog(pt: Point): Boolean

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

    Permalink
  32. abstract def showInsertMacroDialog(): Boolean

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

    Permalink
  34. abstract def transport: Transport[S]

    Permalink
  35. implicit abstract val universe: Universe[S]

    Permalink
  36. abstract def unregisterNode(id: S.Id, view: NuagesObj[S])(implicit tx: S.Tx): Unit

    Permalink
  37. abstract def visualGraph: VisualGraph

    Permalink
  38. abstract def visualization: Visualization

    Permalink

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Cursor[S]

Inherited from View[S]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped