trait NuagesPanel[S <: Sys[S]] extends Cursor[S]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NuagesPanel
- Cursor
- View
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
acceptGlideTime: Boolean
Whether glide time should be used or set
- abstract def aggrTable: AggregateTable
- abstract def appendFilter(pred: Output[S], fltSrc: Obj[S], colSrcOpt: Option[Obj[S]], fltPt: Point2D)(implicit tx: S.Tx): Unit
-
abstract
def
component: C
- Definition Classes
- View
- abstract def config: Config
- implicit abstract def context: NuagesContext[S]
- abstract def createGenerator(gen: Obj[S], colOpt: Option[Obj[S]], pt: Point2D)(implicit tx: S.Tx): Unit
-
implicit abstract
def
cursor: Cursor[S]
- 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: S.Tx): 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[S], succ: NuagesAttribute[S], fltSrc: Obj[S], fltPt: Point2D)(implicit tx: S.Tx): Unit
- abstract def isTimeline: Boolean
- abstract def masterSynth(implicit tx: Txn): Option[Synth]
- abstract def masterSynth_=(value: Option[Synth])(implicit tx: Txn): Unit
- abstract def mkPeakMeter(bus: AudioBus, node: Node)(fun: (Double) ⇒ Unit)(implicit tx: S.Tx): Synth
- abstract def mkValueMeter(bus: AudioBus, node: Node)(fun: (IndexedSeq[Double]) ⇒ Unit)(implicit tx: S.Tx): Synth
- abstract def nuages(implicit tx: S.Tx): Nuages[S]
- abstract def registerNode(id: S.Id, view: NuagesObj[S])(implicit tx: S.Tx): Unit
- abstract def saveMacro(name: String, obj: Set[NuagesObj[S]]): Unit
- abstract def selection: Set[NuagesNode[S]]
- abstract def setMasterVolume(v: Double)(implicit tx: S.Tx): Unit
- abstract def setSolo(vp: NuagesObj[S], onOff: Boolean): Unit
- abstract def setSoloVolume(v: Double)(implicit tx: S.Tx): Unit
- abstract def showAppendFilterDialog(vOut: NuagesOutput[S], pt: Point): Boolean
- abstract def showCreateGenDialog(pt: Point): Boolean
- abstract def showInsertFilterDialog(vOut: NuagesOutput[S], vIn: NuagesAttribute[S], pt: Point): Boolean
- abstract def showInsertMacroDialog(): Boolean
- abstract def showOverlayPanel(p: OverlayPanel, pt: Option[Point] = None): Boolean
- abstract def transport: Transport[S]
- implicit abstract val universe: Universe[S]
- abstract def unregisterNode(id: S.Id, view: NuagesObj[S])(implicit tx: S.Tx): 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )