TransportView

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)]](transport: Transport[T], timelineModel: TimelineModel, hasMillis: Boolean, hasLoop: Boolean, hasCatch: Boolean, hasShortcuts: Boolean)(implicit tx: T, cursor: Cursor[T]): TransportView[T]

Creates a new transport view.

Creates a new transport view.

Value Params
catchOption

if defined, adds a catch button

hasLoop

if true, adds a loop button

hasMillis

if true, displays milliseconds

hasShortcuts

if true, adds keyboard accelerators

timelineModel

the model whose position is used for play and updated after stop

transport

the transport to control