class Track_Snip

Snip TSE3::Part command. More...

Full nameTSE3::Cmd::Track_Snip
Definition#include <Track.h>
InheritsTSE3::Cmd::Command [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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.

See also: Command

 Track_Snip (TSE3::Track *track, TSE3::Clock snipTime)

Track_Snip

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.

 ~Track_Snip ()

~Track_Snip

[virtual]

void  executeImpl ()

executeImpl

[protected virtual]

Reimplemented from Command for internal purposes..

void  undoImpl ()

undoImpl

[protected virtual]

Reimplemented from Command for internal purposes..