object AudioCueObjView extends Factory
- Alphabetic
- By Inheritance
- AudioCueObjView
- Factory
- Factory
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type Config[T <: Txn[T]] = List[SingleConfig[T]]
- Definition Classes
- AudioCueObjView → Factory
- type E[~ <: Txn[~]] = Obj[~]
- Definition Classes
- AudioCueObjView → Factory
- type LocationConfig[T <: Txn[T]] = (Either[LocationSource[T], String], URI)
- type MakeResult[T <: Txn[T]] = Future[Config[T]]
- Definition Classes
- Factory
- final case class SingleConfig[T <: Txn[T]](name: String, file: File, spec: AudioFileSpec, location: LocationConfig[T], offset: Long = 0L, gain: Double = 1.0, const: Boolean = false) extends Product with Serializable
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 canMakeObj: Boolean
Whether it is possible to create an instance of the object via
initMakeDialog
,initMakeCmdLine
, ormakeObj
.Whether it is possible to create an instance of the object via
initMakeDialog
,initMakeCmdLine
, ormakeObj
. If this answersfalse
, expectinitMakeDialog
andinitMakeCmdLine
to throw an exception, andmakeObj
to simply returnNil
.- Definition Classes
- AudioCueObjView → Factory
- def category: String
- Definition Classes
- AudioCueObjView → Factory
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def humanName: String
- Definition Classes
- AudioCueObjView → Factory
- val icon: Icon
- Definition Classes
- AudioCueObjView → Factory
- def initMakeCmdLine[T <: Txn[T]](args: List[String])(implicit universe: Universe[T]): MakeResult[T]
Tries to create a make-configuration from a command line string.
Tries to create a make-configuration from a command line string.
- Definition Classes
- AudioCueObjView → Factory
- def initMakeDialog[T <: Txn[T]](window: Option[Window])(implicit universe: Universe[T]): MakeResult[T]
Provides an optional initial configuration for the make-new-instance dialog.
Provides an optional initial configuration for the make-new-instance dialog. If the user aborts the dialog, the
done
call-back should be invoked nevertheless, using the value ofProcessor.Aborted
to indicate so. If only a message should be shown instead of a full exception, useMessageException
.- Definition Classes
- AudioCueObjView → Factory
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeObj[T <: Txn[T]](config: Config[T])(implicit tx: T): List[Obj[T]]
Creates an object from a configuration.
Creates an object from a configuration. The reason that the result type is not
Obj.T[T, E]
is that we allow the returning of a number of auxiliary other objects as well.- Definition Classes
- AudioCueObjView → Factory
- def mkListView[T <: Txn[T]](obj: Obj[T])(implicit tx: T): AudioCueObjView[T] with ObjListView[T]
- Definition Classes
- AudioCueObjView → Factory
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val prefix: String
- Definition Classes
- AudioCueObjView → Factory
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tpe: Type
- Definition Classes
- AudioCueObjView → Factory
- 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