|
Sayonara Player
|
Public Member Functions | |
| ChangeInformation (const MetaData &track) | |
| ChangeInformation (const ChangeInformation &other) | |
| ChangeInformation & | operator= (const ChangeInformation &other) |
| void | update (const MetaData &track) |
| void | updateCover (const QPixmap &pm) |
| void | apply () |
| Overwrite original track with the modified one. This cannot be undone. | |
| void | undo () |
| Overwrite modified track with the original one. | |
| bool | hasChanges () const |
| void | setChanged (bool b) |
| bool | hasNewCover () const |
| QPixmap | cover () const |
| const MetaData & | currentMetadata () const |
| const MetaData & | originalMetadata () const |
| MetaData & | currentMetadata () |
| MetaData & | originalMetadata () |