de.sciss.mellite.gui.impl.tracktool

PatchImpl

Related Docs: object PatchImpl | package tracktool

final class PatchImpl[S <: Sys[S]] extends RegionImpl[S, Patch[S]] with Dragging[S, Patch[S]]

Linear Supertypes
Dragging[S, Patch[S]], RegionImpl[S, Patch[S]], RegionLike[S, Patch[S]], ModelImpl[Update[Patch[S]]], TrackTool[S, Patch[S]], Model[Update[Patch[S]]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PatchImpl
  2. Dragging
  3. RegionImpl
  4. RegionLike
  5. ModelImpl
  6. TrackTool
  7. Model
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PatchImpl(canvas: TimelineProcCanvas[S])

Type Members

  1. class Drag extends MouseInputAdapter with KeyListener

    Attributes
    protected
    Definition Classes
    Dragging
  2. type Initial = ProcView[S]

    Attributes
    protected
    Definition Classes
    PatchImplDragging

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def addListener(pf: Listener[Update[Patch[S]]]): pf.type

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

    Definition Classes
    Any
  6. val canvas: TimelineProcCanvas[S]

    Attributes
    protected
    Definition Classes
    PatchImplRegionLike
  7. def clone(): AnyRef

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

    Definition Classes
    RegionImplTrackTool
  9. def commitObj(drag: Patch[S])(span: Expr[S, SpanLike], outObj: Obj[S])(implicit tx: S.Tx, cursor: Cursor[S]): Option[UndoableEdit]

    Attributes
    protected
    Definition Classes
    PatchImplRegionImpl
  10. final var currentParam: Option[Patch[S]]

    Attributes
    protected
    Definition Classes
    Dragging
  11. def defaultCursor: Cursor

    Definition Classes
    PatchImplTrackTool
  12. final def dispatch(update: Update[Patch[S]]): Unit

    Attributes
    protected
    Definition Classes
    ModelImpl
  13. final def dragAdjust(d: Drag): Unit

    Attributes
    protected
    Definition Classes
    Dragging
  14. final def dragBegin(d: Drag): Unit

    Attributes
    protected
    Definition Classes
    Dragging
  15. final def dragCancel(d: Drag): Unit

    Attributes
    protected
    Definition Classes
    Dragging
  16. final def dragEnd(): Unit

    Attributes
    protected
    Definition Classes
    Dragging
  17. def dragStarted(d: Drag): Boolean

    Attributes
    protected
    Definition Classes
    Dragging
  18. def dragToParam(d: Drag): Patch[S]

    Attributes
    protected
    Definition Classes
    PatchImplDragging
  19. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  23. final def handleMouseSelection(e: MouseEvent, regionOpt: Option[TimelineObjView[S]]): Unit

    Applies standard mouse selection techniques regarding regions.

    Applies standard mouse selection techniques regarding regions.

    Attributes
    protected
    Definition Classes
    RegionLike
  24. def handlePress(e: MouseEvent, hitTrack: Int, pos: Long, regionOpt: Option[TimelineObjView[S]]): Unit

    Attributes
    protected
    Definition Classes
    RegionImplRegionLike
  25. def handleSelect(e: MouseEvent, hitTrack: Int, pos: Long, region: TimelineObjView[S]): Unit

    Attributes
    protected
    Definition Classes
    PatchImplRegionImpl
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. val icon: PaddedIcon

    Definition Classes
    PatchImplTrackTool
  28. final def install(component: Component): Unit

    Definition Classes
    RegionLikeTrackTool
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. val name: String

    Definition Classes
    PatchImplTrackTool
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def releaseListeners(): Unit

    Attributes
    protected
    Definition Classes
    ModelImpl
  35. def removeListener(pf: Listener[Update[Patch[S]]]): Unit

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

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

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

    Definition Classes
    RegionLikeTrackTool
  41. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Dragging[S, Patch[S]]

Inherited from RegionImpl[S, Patch[S]]

Inherited from RegionLike[S, Patch[S]]

Inherited from ModelImpl[Update[Patch[S]]]

Inherited from TrackTool[S, Patch[S]]

Inherited from Model[Update[Patch[S]]]

Inherited from AnyRef

Inherited from Any

Ungrouped