The AlbumCover class is used to manipulate cover albums inside music files.
More...
#include <albumcover.h>
The AlbumCover class is used to manipulate cover albums inside music files.
- Author
- Matthieu Bachelier
- Copyright
- GNU General Public License v3
§ AlbumCover()
AlbumCover::AlbumCover |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
§ aboutToApplyCoverToAll
void AlbumCover::aboutToApplyCoverToAll |
( |
bool |
, |
|
|
Cover * |
|
|
) |
| |
|
signal |
This signal is sent to the TagEditorTableWidget class to apply the selected cover to the album only or to everything.
§ album()
QString AlbumCover::album |
( |
| ) |
const |
|
inline |
§ contextMenu()
QMenu* AlbumCover::contextMenu |
( |
| ) |
const |
|
inline |
§ contextMenuEvent()
void AlbumCover::contextMenuEvent |
( |
QContextMenuEvent * |
event | ) |
|
|
overrideprotected |
Redefined to display a small context menu in the view.
§ coverHasChanged
void AlbumCover::coverHasChanged |
( |
Cover * |
| ) |
|
|
signal |
§ dragEnterEvent()
void AlbumCover::dragEnterEvent |
( |
QDragEnterEvent * |
event | ) |
|
|
overrideprotected |
§ dragMoveEvent()
void AlbumCover::dragMoveEvent |
( |
QDragMoveEvent * |
event | ) |
|
|
overrideprotected |
§ dropEvent()
void AlbumCover::dropEvent |
( |
QDropEvent * |
event | ) |
|
|
overrideprotected |
Allows one to drag & drop pictures from external software.
§ paintEvent()
void AlbumCover::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
overrideprotected |
Redefined to switch between images very quickly.
§ resetCover()
void AlbumCover::resetCover |
( |
| ) |
|
Puts a default picture in this widget.
§ setAlbum()
void AlbumCover::setAlbum |
( |
const QString & |
album | ) |
|
|
inline |
§ setCover()
void AlbumCover::setCover |
( |
Cover * |
cover | ) |
|
Displays a cover in the tag editor.
§ setCoverForSingleAlbum()
void AlbumCover::setCoverForSingleAlbum |
( |
bool |
isCoverForSingleAlbum | ) |
|
|
inline |
The documentation for this class was generated from the following files: