#include <Track.h>
Inheritance diagram for TSE3::Cmd::Track_Snip:
Public Member Functions | |
Track_Snip (TSE3::Track *track, TSE3::Clock snipTime) | |
virtual | ~Track_Snip () |
Protected Member Functions | |
virtual void | executeImpl () |
virtual void | undoImpl () |
Command to snip a TSE3::Part in a TSE3::Track.
If there is no TSE3::Part at the specified time, then nothing will happen, and no error will be raised. It is suggested that you check that the command is worthwhile before you perform it.
|
Create a Track_Snip command for the given TSE3::Track at the given time. If there is no TSE3::Part at this time then the command will do nothing. |
|
|
|
Implements TSE3::Cmd::Command. |
|
Implements TSE3::Cmd::Command. |