Object/Trait

de.sciss.nuages

Nuages

Related Docs: trait Nuages | package nuages

Permalink

object Nuages extends Type

Linear Supertypes
Type, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Nuages
  2. Type
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Config extends ConfigLike

    Permalink
  2. trait ConfigBuilder extends ConfigLike

    Permalink
  3. sealed trait ConfigLike extends AnyRef

    Permalink
  4. sealed trait Surface[S <: Sys[S]] extends Disposable[Nuages.Surface.S.Tx] with Writable

    Permalink
  5. trait Update[S <: Sys[S]] extends AnyRef

    Permalink

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. object Config

    Permalink
  5. object ConfigBuilder

    Permalink
  6. final val NameCollectors: String("collectors")

    Permalink
  7. final val NameFilters: String("filters")

    Permalink
  8. final val NameGenerators: String("generators")

    Permalink
  9. final val NameMacros: String("macros")

    Permalink
  10. object Surface

    Permalink
  11. def apply[S <: Sys[S]](surface: Surface[S])(implicit tx: Nuages.apply.S.Tx): Nuages[S]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. final val attrShortcut: String("nuages-shortcut")

    Permalink

    Attribute key for placing a key short cut.

    Attribute key for placing a key short cut. The value is supposed to be a String adhering to the format expected by KeyStroke.getKeyStroke

    See also

    javax.swing.KeyStroke#getKeyStroke(String)

  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def copyGraph[S <: Sys[S]](xs: IndexedSeq[Obj[S]])(implicit tx: Nuages.copyGraph.S.Tx): IndexedSeq[Obj[S]]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def folder[S <: Sys[S]](implicit tx: Nuages.folder.S.Tx): Nuages[S]

    Permalink
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def init(): Unit

    Permalink
    Definition Classes
    Type → Type
  23. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def read[S <: Sys[S]](in: DataInput, access: Nuages.read.S.Acc)(implicit tx: Nuages.read.S.Tx): Nuages[S]

    Permalink
  28. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: Nuages.readIdentifiedObj.S.Acc)(implicit tx: Nuages.readIdentifiedObj.S.Tx): Obj[S]

    Permalink
    Definition Classes
    Nuages → Type → Type
  29. final def readObj[S <: Sys[S]](in: DataInput, access: lucre.stm.Obj.Type.readObj.S.Acc)(implicit tx: lucre.stm.Obj.Type.readObj.S.Tx): Obj[S]

    Permalink
    Definition Classes
    Type → Type
  30. implicit def serializer[S <: Sys[S]]: Serializer[Nuages.serializer.S.Tx, Nuages.serializer.S.Acc, Nuages[S]]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def timeline[S <: Sys[S]](implicit tx: Nuages.timeline.S.Tx): Nuages[S]

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final val typeID: Int(65546)

    Permalink
    Definition Classes
    Nuages → Type
  35. final def wait(): Unit

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

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

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

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped