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