|
|
Command to remove a Track from a Song.
See also: Command
| Song_RemoveTrack (TSE3::Track *track)
| Song_RemoveTrack |
Remove the specified TSE3::Track from it's parent TSE3::Song.
Parameters:
| track | TSE3:Track to remove |
| Song_RemoveTrack (TSE3::Song *song, size_t track)
| Song_RemoveTrack |
Remove the TSE3::Track specified by the index
track in the TSE3::Song song.
Parameters:
| song | TSE3::Song to remove TSE3::Track from |
| track | Index of TSE3::Track to remove |
| Song_RemoveTrack (TSE3::Song *song, Track *track)
| Song_RemoveTrack |
Remove the specified TSE3::Track track from the
TSE3::Song song.
Parameters:
| song | TSE3::Song to remove TSE3::Track from |
| track | TSE3::Track to remove |
| ~Song_RemoveTrack ()
| ~Song_RemoveTrack |
[virtual]
| void executeImpl ()
| executeImpl |
[protected virtual]
Reimplemented from Command for internal purposes..
| void undoImpl ()
| undoImpl |
[protected virtual]
Reimplemented from Command for internal purposes..