class Part_SetInfo

Set TSE3::Part info Command. More...

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

Public Methods


Detailed Description

Command to set a TSE3::Part's info (the TSE3::Phrase, it's TSE3::MidiParams setup, the TSE3::DisplayParams and it's TSE3::MidiFilter setup).

If you just want to set the TSE3::Phrase, use Part_SetPhrase.

See also: Command

 Part_SetInfo (TSE3::Part *part, TSE3::Phrase *phrase, TSE3::Clock repeat, const TSE3::MidiFilter &smef, const TSE3::MidiParams &mp, const TSE3::DisplayParams &dp)

Part_SetInfo

To create this command specify the Part 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..