DeleteModuleEvent

Deletes a module from the audio configuration while holding a backup of it.

Constructors

this
this(ModuleConfig mcfg, string name)
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

backup
Tag backup;
Undocumented in source.
mcfg
ModuleConfig mcfg;
Undocumented in source.
name
string name;
Undocumented in source.

Inherited Members

From UndoableEvent

redo
void redo()
Undocumented in source.
undo
void undo()
Undocumented in source.

Meta