#include <Song.h>
Inheritance diagram for TSE3::Cmd::Song_SetInfo:
Public Member Functions | |
Song_SetInfo (TSE3::Song *s, const std::string &title, const std::string &author, const std::string ©right, const std::string &date) | |
Protected Member Functions | |
virtual void | executeImpl () |
virtual void | undoImpl () |
Command to set a Song's info (the title, author, copyright and date strings).
|
To create this command specify the Song object to alter and the new information. |
|
Implements TSE3::Cmd::Command. |
|
Implements TSE3::Cmd::Command. |