![]() |
Sayonara Player
|
Signals | |
void | sigOkClicked (const MetaDataList &) |
void | sigUndoClicked (int idx) |
void | sigUndoAllClicked () |
void | sigCancelled () |
void | sigShown () |
void | sigClosed () |
Public Member Functions | |
GUI_TagEdit (QWidget *parent=nullptr) | |
void | commit () |
Commits changes to db/file. | |
void | cancel () |
calls undo_all, and closes the entire dialog | |
void | showCloseButton (bool show) |
shows/hides the close button. We don't need a close button when this widget is part of another More... | |
void | showDefaultTab () |
void | showCoverTab () |
Directly go to the cover tab. | |
void | setMetadata (const MetaDataList &v_md) |
int | count () const |
Tagging::Editor * | editor () const |
QAbstractButton * | saveButton () |
QAbstractButton * | closeButton () |
Dialog * | boxIntoDialog () |
Protected Member Functions | |
void | showEvent (QShowEvent *e) override |
void | languageChanged () override |
virtual void | closeEvent (QCloseEvent *e) override |
virtual void | skinChanged () |
Protected Attributes | |
Dialog * | mBoxedDialog =nullptr |
void GUI_TagEdit::showCloseButton | ( | bool | show | ) |
shows/hides the close button. We don't need a close button when this widget is part of another
show |