Class

de.sciss.mellite.impl.timeline.tool

CursorImpl

Related Doc: package tool

Permalink

final class CursorImpl[S <: Sys[S]] extends CollectionImpl[S, Cursor]

Linear Supertypes
CollectionImpl[S, Cursor], TimelineTool[S, Cursor], BasicCollectionTool[S, Cursor, Int, ObjTimelineView[S]], CollectionToolLike[S, Cursor, Int, ObjTimelineView[S]], ModelImpl[Update[Cursor]], BasicTool[S, Cursor], Model[Update[Cursor]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CursorImpl
  2. CollectionImpl
  3. TimelineTool
  4. BasicCollectionTool
  5. CollectionToolLike
  6. ModelImpl
  7. BasicTool
  8. Model
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CursorImpl(canvas: TimelineTrackCanvas[S])

    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. def addListener(pf: Listener[Update[Cursor]]): pf.type

    Permalink
    Definition Classes
    ModelImpl → Model
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val canvas: TimelineTrackCanvas[S]

    Permalink
    Definition Classes
    CursorImplCollectionImplCollectionToolLike
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def commit(drag: Cursor)(implicit tx: S.Tx, cursor: Cursor[S]): Option[UndoableEdit]

    Permalink
    Definition Classes
    CollectionImpl → BasicTool
  9. def commitObj(drag: Cursor)(span: SpanLikeObj[S], obj: Obj[S], timeline: Timeline[S])(implicit tx: S.Tx, cursor: Cursor[S]): Option[UndoableEdit]

    Permalink
    Attributes
    protected
    Definition Classes
    CursorImplCollectionImpl
  10. def defaultCursor: Cursor

    Permalink
    Definition Classes
    CursorImpl → BasicTool
  11. final def dispatch(update: Update[Cursor]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def handleMouseSelection(e: MouseEvent, childOpt: Option[ObjTimelineView[S]]): Unit

    Permalink

    Applies standard mouse selection techniques regarding regions.

    Applies standard mouse selection techniques regarding regions.

    - If no modifier is hold, clicking outside of a region deselects all currently selected regions. - Clicking on an already selected region has no effect. - Clicking on a unselected region, will clear the selection and only select the new region. - Holding shift while clicking will add or remove regions to the list of selected regions.

    Attributes
    protected
    Definition Classes
    CollectionToolLike
  17. def handleOutside(e: MouseEvent, modelY: Int, pos: Long): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BasicCollectionTool
  18. def handlePress(e: MouseEvent, modelY: Int, pos: Long, childOpt: Option[ObjTimelineView[S]]): Unit

    Permalink

    Abstract method to be implemented by sub-classes.

    Abstract method to be implemented by sub-classes. Called when the mouse is pressed

    e

    the event corresponding to the press

    modelY

    the model position corresponding to the vertical mouse coordinate.

    pos

    the frame position corresponding to the horizontal mouse coordinate

    childOpt

    Some timeline object that is beneath the mouse position or None if the mouse is pressed over an empty part of the timeline.

    Attributes
    protected
    Definition Classes
    BasicCollectionToolCollectionToolLike
  19. def handleSelect(e: MouseEvent, hitTrack: Int, pos: Long, region: ObjTimelineView[S]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CursorImplBasicCollectionTool
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. val icon: Icon

    Permalink
    Definition Classes
    CursorImpl → BasicTool
  22. final def install(component: Component): Unit

    Permalink

    Implemented by adding mouse listeners to the component.

    Implemented by adding mouse listeners to the component.

    Definition Classes
    CollectionToolLike → BasicTool
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def name: String

    Permalink
    Definition Classes
    CursorImpl → BasicTool
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def releaseListeners(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  29. def removeListener(pf: Listener[Update[Cursor]]): Unit

    Permalink
    Definition Classes
    ModelImpl → Model
  30. def startListening(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  31. def stopListening(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def uninstall(component: Component): Unit

    Permalink

    Implemented by removing listeners from component.

    Implemented by removing listeners from component.

    Definition Classes
    CollectionToolLike → BasicTool
  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 CollectionImpl[S, Cursor]

Inherited from TimelineTool[S, Cursor]

Inherited from BasicCollectionTool[S, Cursor, Int, ObjTimelineView[S]]

Inherited from CollectionToolLike[S, Cursor, Int, ObjTimelineView[S]]

Inherited from ModelImpl[Update[Cursor]]

Inherited from BasicTool[S, Cursor]

Inherited from Model[Update[Cursor]]

Inherited from AnyRef

Inherited from Any

Ungrouped