class Song_SetInfo

Set Song info strings Command. More...

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

Public Methods


Detailed Description

Command to set a Song's info (the title, author, copyright and date strings).

See also: Command

 Song_SetInfo (TSE3::Song *s, const std::string &title, const std::string &author, const std::string ©right, const std::string &date)

Song_SetInfo

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