pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
ObjectPlacementEvent
editEvents
Undocumented in source.
class
ObjectPlacementEvent : UndoableEvent {
this
(string ID, WindowElement element);
void
undo
();
void
redo
();
bool
isUndone
();
}
Constructors
this
this
(string ID, WindowElement element)
Undocumented in source.
Members
Functions
isUndone
bool
isUndone
()
Undocumented in source. Be warned that the author may not have intended to support it.
redo
void
redo
()
Undocumented in source. Be warned that the author may not have intended to support it.
undo
void
undo
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
editEvents
classes
ObjectPlacementEvent
ParameterChangeEvent