pixelperfectengine ~master (2023-12-13T21:18:59Z)
Dub
Repo
TextEditEvent
editorEvents
Undocumented in source.
class
TextEditEvent :
AttributeEditEvent
{
this
(dstring newText, string targetName);
void
redo
();
void
undo
();
}
Constructors
this
this
(dstring newText, string targetName)
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 AttributeEditEvent
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
editorEvents
classes
AttributeEditEvent
DeleteEvent
ListViewHeaderEditEvent
MoveElemEvent
PlacementEvent
PositionEditEvent
RenameEvent
SourceEditEvent
TextEditEvent
WindowAttributeEditEvent
WindowHeightChangeEvent
WindowRenameEvent
WindowRetitleEvent
WindowWidthChangeEvent
static variables
dwtarget
editorTarget
wserializer