de
.
sciss
.
mellite
.
gui
.
edit
Edits
Related Doc:
package edit
object
Edits
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Edits
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
final
case class
Link
[
S <:
Sys
[
S
]
]
(
source:
Output
[
S
]
,
sink:
Proc
[
S
]
,
key:
String
,
sinkType:
SinkType
[
S
]
)
extends
Product
with
Serializable
final
case class
SinkDirect
[
S <:
Sys
[
S
]
]
()
extends
SinkType
[
S
] with
Product
with
Serializable
final
case class
SinkFolder
[
S <:
Sys
[
S
]
]
(
f:
Folder
[
S
]
,
index:
Int
)
extends
SinkType
[
S
] with
Product
with
Serializable
sealed
trait
SinkType
[
S <:
Sys
[
S
]
]
extends
AnyRef
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
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
findLink
[
S <:
Sys
[
S
]
]
(
out:
Proc
[
S
]
,
in:
Proc
[
S
]
,
keys:
Seq
[
String
] =
Proc.mainIn :: Nil
)
(
implicit
tx:
Edits.findLink.S.Tx
,
cursor:
Cursor
[
S
]
)
:
Option
[
Link
[
S
]]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
linkOrUnlink
[
S <:
Sys
[
S
]
]
(
out:
Proc
[
S
]
,
in:
Proc
[
S
]
)
(
implicit
tx:
Edits.linkOrUnlink.S.Tx
,
cursor:
Cursor
[
S
]
)
:
Option
[
UndoableEdit
]
def
move
[
S <:
Sys
[
S
]
]
(
span:
SpanLikeObj
[
S
]
,
obj:
Obj
[
S
]
,
amount:
Move
,
minStart:
Long
)
(
implicit
tx:
Edits.move.S.Tx
,
cursor:
Cursor
[
S
]
)
:
Option
[
UndoableEdit
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
resize
[
S <:
Sys
[
S
]
]
(
span:
SpanLikeObj
[
S
]
,
obj:
Obj
[
S
]
,
amount:
Resize
,
minStart:
Long
)
(
implicit
tx:
Edits.resize.S.Tx
,
cursor:
Cursor
[
S
]
)
:
Option
[
UndoableEdit
]
def
setBus
[
S <:
Sys
[
S
]
]
(
objects:
Iterable
[
Obj
[
S
]]
,
intExpr:
IntObj
[
S
]
)
(
implicit
tx:
Edits.setBus.S.Tx
,
cursor:
Cursor
[
S
]
)
:
Option
[
UndoableEdit
]
def
setName
[
S <:
Sys
[
S
]
]
(
obj:
Obj
[
S
]
,
nameOpt:
Option
[
StringObj
[
S
]]
)
(
implicit
tx:
Edits.setName.S.Tx
,
cursor:
Cursor
[
S
]
)
:
UndoableEdit
def
setSynthGraph
[
S <:
Sys
[
S
]
]
(
procs:
Iterable
[
Proc
[
S
]]
,
codeElem:
Obj
[
S
]
)
(
implicit
tx:
Edits.setSynthGraph.S.Tx
,
cursor:
Cursor
[
S
]
,
compiler:
Compiler
)
:
Option
[
UndoableEdit
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unlinkAndRemove
[
S <:
Sys
[
S
]
]
(
timeline:
Modifiable
[
S
]
,
span:
SpanLikeObj
[
S
]
,
obj:
Obj
[
S
]
)
(
implicit
tx:
Edits.unlinkAndRemove.S.Tx
,
cursor:
Cursor
[
S
]
)
:
UndoableEdit
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
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped