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. final val CategoryNames: List[String]

    Permalink
  5. object Config

    Permalink
  6. object ConfigBuilder

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

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

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

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

    Permalink
  11. object Surface

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

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. final val attrDispose: String("nuages-dispose")

    Permalink

    Attribute key for placing a clean-up Action with a sound process.

    Attribute key for placing a clean-up Action with a sound process. This is invoked when a process is deleted by the user within Wolkenpumpe.

  15. final val attrPrepare: String("nuages-prepare")

    Permalink

    Attribute key for placing a preparatory Action with a sound process.

    Attribute key for placing a preparatory Action with a sound process. This is invoked when a new process is created by the user within Wolkenpumpe.

  16. final val attrRecLoc: String("nuages-rec-loc")

    Permalink

    Convenience key for storing ArtifactLocation of base directory for recording live snippets.

  17. 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)

  18. def clone(): AnyRef

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

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

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

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

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

    Permalink

    Find current instance, provided during particular actions such as prepare (see attrPrepare) and dispose (see attrDispose).

  24. def folder[S <: Sys[S]](implicit tx: Nuages.folder.S.Tx): Nuages[S]

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

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

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

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

    Permalink
    Definition Classes
    Any
  29. def mkCategoryFolders[S <: Sys[S]](n: Nuages[S])(implicit tx: Nuages.mkCategoryFolders.S.Tx): Unit

    Permalink

    Looks for all of CategoryNames and creates top-level folders of that name, if they do not exist yet.

  30. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  34. 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
  35. 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
  36. implicit def serializer[S <: Sys[S]]: Serializer[Nuages.serializer.S.Tx, Nuages.serializer.S.Acc, Nuages[S]]

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

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

    Permalink
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final val typeId: Int(65546)

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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