#include <Song.h>
Inheritance diagram for TSE3::Cmd::Song_RemoveTrack:
Public Member Functions | |
Song_RemoveTrack (TSE3::Track *track) | |
Song_RemoveTrack (TSE3::Song *song, size_t track) | |
Song_RemoveTrack (TSE3::Song *song, Track *track) | |
virtual | ~Song_RemoveTrack () |
Protected Member Functions | |
virtual void | executeImpl () |
virtual void | undoImpl () |
Command to remove a Track from a Song.
|
Remove the specified TSE3::Track from it's parent TSE3::Song.
|
|
Remove the TSE3::Track specified by the index
|
|
Remove the specified TSE3::Track
|
|
|
|
Implements TSE3::Cmd::Command. |
|
Implements TSE3::Cmd::Command. |