trait NuagesPanel[T <: Txn[T]] extends Cursor[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NuagesPanel
- Cursor
- View
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract val acceptGlideTime: Boolean
Whether glide time should be used or set
- abstract def aggregateTable: AggregateTable
- abstract def appendFilter(pred: Output[T], fltSrc: Obj[T], colSrcOpt: Option[Obj[T]], fltPt: Point2D)(implicit tx: T): Obj[T]
- abstract def component: C
- Definition Classes
- View
- abstract def config: Config
- implicit abstract def context: NuagesContext[T]
- abstract def createGenerator(gen: Obj[T], colOpt: Option[Obj[T]], pt: Point2D)(implicit tx: T): Obj[T]
- implicit abstract def cursor: Cursor[T]
- Definition Classes
- Cursor
- 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.
- abstract def display: Display
- abstract def dispose()(implicit tx: T): Unit
- Definition Classes
- Disposable
- abstract val glideTime: Float
Glide time normalised to 0..1
- abstract def glideTimeModel: BoundedRangeModel
- abstract val glideTimeSource: String
Used internally to indicate if driven by tablet or keys (
"key"
). - abstract def graph: Graph
- abstract def insertFilter(pred: Output[T], succ: NuagesAttribute[T], fltSrc: Obj[T], fltPt: Point2D)(implicit tx: T): Obj[T]
- abstract def isTimeline: Boolean
- abstract def mainSynth(implicit tx: RT): Option[Synth]
- abstract def mainSynth_=(value: Option[Synth])(implicit tx: RT): Unit
- abstract def mkPeakMeter(bus: AudioBus, node: Node)(fun: (Double) => Unit)(implicit tx: T): Synth
- abstract def mkSoloSynth(bus: AudioBus, node: Node)(implicit tx: T): Synth
- abstract def mkValueMeter(bus: AudioBus, node: Node)(fun: (IndexedSeq[Double]) => Unit)(implicit tx: T): Synth
- abstract def nuages(implicit tx: T): Nuages[T]
- abstract def registerNode(id: Ident[T], view: NuagesObj[T])(implicit tx: T): Unit
- abstract def saveMacro(name: String, obj: Set[NuagesObj[T]]): Unit
- abstract def selection: Set[NuagesNode[T]]
- abstract def setMainVolume(v: Double)(implicit tx: T): Unit
- abstract def setSolo(vp: NuagesObj[T], onOff: Boolean)(implicit tx: T): Unit
- abstract def setSoloVolume(v: Double)(implicit tx: T): Unit
- abstract def showAppendFilterDialog(vOut: NuagesOutput[T], pt: Point): Boolean
- abstract def showCreateGenDialog(pt: Point): Boolean
- abstract def showInsertFilterDialog(vOut: NuagesOutput[T], vIn: NuagesAttribute[T], pt: Point): Boolean
- abstract def showInsertMacroDialog(): Boolean
- abstract def showOverlayPanel(p: OverlayPanel, pt: Option[Point] = None): Boolean
- abstract def transport: Transport[T]
- implicit abstract val universe: Universe[T]
- abstract def unregisterNode(id: Ident[T], view: NuagesObj[T])(implicit tx: T): Unit
- abstract def visualGraph: VisualGraph
- abstract def visualization: Visualization
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addNewObject(obj: Obj[T])(implicit tx: T): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getNode(id: Ident[T])(implicit tx: T): Option[NuagesObj[T]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodes(implicit tx: T): Set[NuagesObj[T]]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prepareAndLocate(proc: Obj[T], pt: Point2D)(implicit tx: T): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated