DbSchema
Toggle table of contents
9.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.diagram.model.undo
/
DiagramAttachChange
Diagram
Attach
Change
class
DiagramAttachChange
(
entity
:
Entity
?
,
x
:
Double
,
y
:
Double
)
:
DiagramChange
Members
Constructors
Diagram
Attach
Change
Link copied to clipboard
constructor
(
entity
:
Entity
?
,
x
:
Double
,
y
:
Double
)
Properties
is
Marked
For
Deletion
Link copied to clipboard
open
override
val
isMarkedForDeletion
:
Boolean
time
Link copied to clipboard
val
time
:
Long
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
diagram
:
Diagram
)
:
Depictable
undo
Link copied to clipboard
open
override
fun
undo
(
diagram
:
Diagram
)
:
Depictable
?