class Song_InsertTrack

Insert Track Command. More...

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

Public Methods


Detailed Description

Command to insert a new blank Track into a Song.

See also: Command

 Song_InsertTrack (TSE3::Song *song, size_t track)

Song_InsertTrack

Insert a new blank TSE3::Track into the TSE3::Song song at index track.

Parameters:
songTSE3::Song to insert TSE3::Track into
trackIndex at which to insert new TSE3::Track

void  executeImpl ()

executeImpl

[protected virtual]

Reimplemented from Command for internal purposes..

void  undoImpl ()

undoImpl

[protected virtual]

Reimplemented from Command for internal purposes..