|
|
Command to erase a TSE3::Phrase from a TSE3::PhraseList.
See also: Command
Phrase_Erase (TSE3::Phrase *phrase,
TSE3::Song *song)
| Phrase_Erase |
Creates a new Phrase_Erase command.
The TSE3::PhraseList to remove from is read from the TSE3::Phrase.
Parameters:
phrase | TSE3::Phrase to erase |
song | TSE3::Song the TSE3::Phrase is from. Every use of a TSE3::Phrase in a TSE3::Part in the TSE3::Song will be removed, and on undo replaced. |
~Phrase_Erase ()
| ~Phrase_Erase |
[virtual]
void executeImpl ()
| executeImpl |
[protected virtual]
Reimplemented from Command for internal purposes..
void undoImpl ()
| undoImpl |
[protected virtual]
Reimplemented from Command for internal purposes..