de
.
sciss
.
synth
.
proc
Proc
trait
Proc
[
S <:
Sys
[S]
]
extends
Node
[S]
Linear Supertypes
Node
[S],
VirtualNode
[S],
Reactor
[S],
Mutable
[ID, Tx],
Disposable
[Tx],
Writable
,
Identifiable
[ID], AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
Proc
Node
VirtualNode
Reactor
Mutable
Disposable
Writable
Identifiable
AnyRef
Any
Visibility
Public
All
Abstract Value Members
abstract
def
changed
:
Event
[S,
Update
[S],
Proc
[S]]
abstract
def
disposeData
()
(
implicit
tx: Tx
)
:
Unit
Attributes
protected
Definition Classes
Node
abstract
def
graph
(
implicit
tx: Tx
)
:
Code
[
SynthGraph
]
abstract
def
graph_=
(
g:
Code
[
SynthGraph
]
)
(
implicit
tx: Tx
)
:
Unit
abstract
def
graphemes
:
Modifiable
[S]
abstract
def
name
(
implicit
tx: Tx
)
:
Expr
[S, String]
abstract
def
name_=
(
expr:
Expr
[S, String]
)
(
implicit
tx: Tx
)
:
Unit
abstract
def
scans
:
Modifiable
[S]
abstract
def
targets
:
Targets
[S]
Attributes
protected
Definition Classes
Node
abstract
def
writeData
(
out:
DataOutput
)
:
Unit
Attributes
protected
Definition Classes
Node
Concrete Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
dispose
()
(
implicit
tx: Tx
)
:
Unit
Definition Classes
Node → Disposable
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
Reactor → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
Reactor → AnyRef → Any
final
def
id
: ID
Definition Classes
Node → Identifiable
final
def
invalidate
()
(
implicit
tx: Tx
)
:
Unit
Attributes
protected
Definition Classes
Node
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
isInvalid
(
implicit
tx: Tx
)
:
Boolean
Attributes
protected
Definition Classes
Node
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Node → AnyRef → Any
final
def
validated
()
(
implicit
tx: Tx
)
:
Unit
Attributes
protected
Definition Classes
Node
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
()
final
def
write
(
out:
DataOutput
)
:
Unit
Definition Classes
Node → Writable
Inherited from
Node
[S]
Inherited from
VirtualNode
[S]
Inherited from
Reactor
[S]
Inherited from
Mutable
[ID, Tx]
Inherited from
Disposable
[Tx]
Inherited from
Writable
Inherited from
Identifiable
[ID]
Inherited from AnyRef
Inherited from
Any