pixelperfectengine ~master (2023-12-13T21:18:59Z)
Dub
Repo
RenameModuleEvent
test1
editorevents
Undocumented in source.
class
RenameModuleEvent :
UndoableEvent
{
ModuleConfig
mcfg
;
string
oldName
;
string
newName
;
this
(ModuleConfig mcfg, string oldName, string newName);
void
redo
();
void
undo
();
}
Constructors
this
this
(ModuleConfig mcfg, string oldName, string newName)
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.
Variables
mcfg
ModuleConfig
mcfg
;
Undocumented in source.
newName
string
newName
;
Undocumented in source.
oldName
string
oldName
;
Undocumented in source.
Inherited Members
From UndoableEvent
redo
void
redo
()
Undocumented in source.
undo
void
undo
()
Undocumented in source.
Meta
Source
See Implementation
test1
editorevents
classes
AddModuleEvent
AddRoutingNodeEvent
AddSampleFile
AddSampleSlice
DeleteModuleEvent
EditPresetParameterEvent
RemovePresetEvent
RemoveSample
RenameModuleEvent
RenameSample