The GUI_CoverEdit class.
More...
#include <GUI_CoverEdit.h>
|
|
void | sigShown () |
| |
|
void | sigClosed () |
| |
|
| | GUI_CoverEdit (Tagging::Editor *tagEditor, QWidget *parent) |
| | GUI_CoverEdit. More...
|
| |
|
void | reset () |
| | Shows the current cover (if there) and offers to replace it Every other widget is hidden.
|
| |
|
void | refreshCurrentTrack () |
| | refetches the track from the tag editor and sets the cover to the left button
|
| |
| void | setCurrentIndex (int index) |
| | sets the current index for a track which is currently processed More...
|
| |
| QPixmap | selectedCover (int index) const |
| | returns the new cover for a current track. More...
|
| |
|
Dialog * | boxIntoDialog () |
| |
|
| void | languageChanged () override |
| |
| virtual void | showEvent (QShowEvent *e) override |
| |
|
virtual void | closeEvent (QCloseEvent *e) override |
| |
|
virtual void | skinChanged () |
| |
|
|
Dialog * | mBoxedDialog =nullptr |
| |
◆ GUI_CoverEdit()
| GUI_CoverEdit::GUI_CoverEdit |
( |
Tagging::Editor * |
tagEditor, |
|
|
QWidget * |
parent |
|
) |
| |
|
explicit |
◆ languageChanged()
| void GUI_CoverEdit::languageChanged |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ selectedCover()
| QPixmap GUI_CoverEdit::selectedCover |
( |
int |
index | ) |
const |
returns the new cover for a current track.
- Parameters
-
- Returns
- empty pixmap if index is invalid, or no new cover is desired a track
◆ setCurrentIndex()
| void GUI_CoverEdit::setCurrentIndex |
( |
int |
index | ) |
|
sets the current index for a track which is currently processed
- Parameters
-
◆ showEvent()
| virtual void Gui::Widget::showEvent |
( |
QShowEvent * |
e | ) |
|
|
overrideprotectedvirtualinherited |