pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
MoveElemEvent
editorEvents
Undocumented in source.
public
class
MoveElemEvent :
UndoableEvent
{
this
(Box newPos, Box oldPos, string target);
this
(Box newPos, string target);
void
redo
();
void
undo
();
}
Constructors
this
this
(Box newPos, Box oldPos, string target)
Undocumented in source.
this
this
(Box newPos, string target)
Undocumented in source.
Members
Functions
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.
Inherited Members
From UndoableEvent
redo
void
redo
()
Undocumented in source.
undo
void
undo
()
Undocumented in source.
Meta
Source
See Implementation
editorEvents
classes
AttributeEditEvent
DeleteEvent
ListViewHeaderEditEvent
MoveElemEvent
PlacementEvent
PositionEditEvent
RenameEvent
SourceEditEvent
TextEditEvent
WindowAttributeEditEvent
WindowHeightChangeEvent
WindowRenameEvent
WindowRetitleEvent
WindowWidthChangeEvent
static variables
dwtarget
editorTarget
wserializer