Packages

trait NuagesPanel[T <: Txn[T]] extends Cursor[T]

Linear Supertypes
Cursor[T], View[T], Disposable[T], AnyRef, Any
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. Protected

Type Members

  1. abstract type C <: Component
    Definition Classes
    View

Abstract Value Members

  1. abstract val acceptGlideTime: Boolean

    Whether glide time should be used or set

  2. abstract def aggregateTable: AggregateTable
  3. abstract def appendFilter(pred: Output[T], fltSrc: Obj[T], colSrcOpt: Option[Obj[T]], fltPt: Point2D)(implicit tx: T): Obj[T]
  4. abstract def component: C
    Definition Classes
    View
  5. abstract def config: Config
  6. implicit abstract def context: NuagesContext[T]
  7. abstract def createGenerator(gen: Obj[T], colOpt: Option[Obj[T]], pt: Point2D)(implicit tx: T): Obj[T]
  8. implicit abstract def cursor: Cursor[T]
    Definition Classes
    Cursor
  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: T): Unit
    Definition Classes
    Disposable
  12. abstract val glideTime: Float

    Glide time normalised to 0..1

  13. abstract def glideTimeModel: BoundedRangeModel
  14. abstract val glideTimeSource: String

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

  15. abstract def graph: Graph
  16. abstract def insertFilter(pred: Output[T], succ: NuagesAttribute[T], fltSrc: Obj[T], fltPt: Point2D)(implicit tx: T): Obj[T]
  17. abstract def isTimeline: Boolean
  18. abstract def mainSynth(implicit tx: RT): Option[Synth]
  19. abstract def mainSynth_=(value: Option[Synth])(implicit tx: RT): Unit
  20. abstract def mkPeakMeter(bus: AudioBus, node: Node)(fun: (Double) => Unit)(implicit tx: T): Synth
  21. abstract def mkSoloSynth(bus: AudioBus, node: Node)(implicit tx: T): Synth
  22. abstract def mkValueMeter(bus: AudioBus, node: Node)(fun: (IndexedSeq[Double]) => Unit)(implicit tx: T): Synth
  23. abstract def nuages(implicit tx: T): Nuages[T]
  24. abstract def registerNode(id: Ident[T], view: NuagesObj[T])(implicit tx: T): Unit
  25. abstract def saveMacro(name: String, obj: Set[NuagesObj[T]]): Unit
  26. abstract def selection: Set[NuagesNode[T]]
  27. abstract def setMainVolume(v: Double)(implicit tx: T): Unit
  28. abstract def setSolo(vp: NuagesObj[T], onOff: Boolean)(implicit tx: T): Unit
  29. abstract def setSoloVolume(v: Double)(implicit tx: T): Unit
  30. abstract def showAppendFilterDialog(vOut: NuagesOutput[T], pt: Point): Boolean
  31. abstract def showCreateGenDialog(pt: Point): Boolean
  32. abstract def showInsertFilterDialog(vOut: NuagesOutput[T], vIn: NuagesAttribute[T], pt: Point): Boolean
  33. abstract def showInsertMacroDialog(): Boolean
  34. abstract def showOverlayPanel(p: OverlayPanel, pt: Option[Point] = None): Boolean
  35. abstract def transport: Transport[T]
  36. implicit abstract val universe: Universe[T]
  37. abstract def unregisterNode(id: Ident[T], view: NuagesObj[T])(implicit tx: T): Unit
  38. abstract def visualGraph: VisualGraph
  39. abstract def visualization: Visualization

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addNewObject(obj: Obj[T])(implicit tx: T): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getNode(id: Ident[T])(implicit tx: T): Option[NuagesObj[T]]
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def nodes(implicit tx: T): Set[NuagesObj[T]]
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def prepareAndLocate(proc: Obj[T], pt: Point2D)(implicit tx: T): Unit
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Cursor[T]

Inherited from View[T]

Inherited from Disposable[T]

Inherited from AnyRef

Inherited from Any

Ungrouped