class Track_SetInfo

Set TSE3::Track info Command. More...

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

Public Methods


Detailed Description

Command to set a TSE3::Track's info (the title, it's TSE3::MidiParams setup and it's TSE3::MidiFilter setup).

See also: Command

 Track_SetInfo (TSE3::Track *track, const std::string &title, const TSE3::MidiFilter &smef, const TSE3::MidiParams &mp, const TSE3::DisplayParams &dp)

Track_SetInfo

To create this command specify the TSE3::Track object to alter and the new information.

void  executeImpl ()

executeImpl

[protected virtual]

Reimplemented from Command for internal purposes..

void  undoImpl ()

undoImpl

[protected virtual]

Reimplemented from Command for internal purposes..