object TimelineObjView
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimelineObjView
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Context[S <: Sys[S]] extends AuxContext[S]
- trait Factory extends ObjView.Factory
- trait HasFade extends AnyRef
- trait HasGain extends AnyRef
- trait HasMute extends AnyRef
- type Map[S <: Sys[S]] = IdentifierMap[TimelineObjView.Map.S.Id, TimelineObjView.Map.S.Tx, TimelineObjView[S]]
- type SelectionModel[S <: Sys[S]] = gui.SelectionModel[S, TimelineObjView[S]]
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 val Unnamed: String("<unnamed>")
- def addFactory(f: Factory): Unit
- def apply[S <: Sys[S]](timed: Timed[S], context: Context[S])(implicit tx: TimelineObjView.apply.S.Tx): TimelineObjView[S]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrTrackHeight: String("track-height")
- final val attrTrackIndex: String("track-index")
-
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 factories: Iterable[Factory]
-
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()
- def spanToPoint(span: SpanLike): (Long, Long)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
def
viewToPoint[S <: Sys[S]](view: TimelineObjView[S]): (Long, Long)
A useful view for
RangedSeq.A useful view for
RangedSeq. It gives (start, stop) of the view's span -
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( ... )