de.sciss.nuages

NuagesPanel

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

Linear Supertypes
View[S], Disposable[S.Tx], AnyRef, Any
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: Scan[S], flt: Obj[S], colOpt: Option[Obj[S]], pt: 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. abstract def createGenerator(gen: Obj[S], colOpt: Option[Obj[S]], pt: Point2D)(implicit tx: S.Tx): Unit

  7. abstract def cursor: Cursor[S]

  8. 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.

  9. abstract def display: Display

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

    Definition Classes
    Disposable
  11. abstract def graph: Graph

  12. abstract def insertFilter(pred: Scan[S], succ: Scan[S], flt: Obj[S], pt: Point2D)(implicit tx: S.Tx): Unit

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

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

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

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

  17. abstract def selection: Set[VisualNode[S]]

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

  19. abstract def setSolo(vp: VisualObj[S], onOff: Boolean): Unit

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

  21. abstract def showAppendFilterDialog(vOut: VisualScan[S], pt: Point): Boolean

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

  23. abstract def showInsertFilterDialog(vOut: VisualScan[S], vIn: VisualScan[S], pt: Point): Boolean

  24. abstract def showInsertMacroDialog(): Boolean

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

  26. abstract def transport: Transport[S]

  27. abstract def visualGraph: VisualGraph

  28. 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