![]() |
Sayonara Player
|
Signals | |
void | sig_ok_clicked (const MetaDataList &) |
void | sig_undo_clicked (int idx) |
void | sig_undo_all_clicked () |
void | sig_cancelled () |
void | sig_shown () |
void | sig_closed () |
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 | show_close_button (bool show) |
void | set_metadata (const MetaDataList &v_md) |
int | count () const |
Dialog * | box_into_dialog () |
Protected Member Functions | |
void | showEvent (QShowEvent *e) override |
virtual void | closeEvent (QCloseEvent *e) |
virtual void | skin_changed () |
Protected Attributes | |
Dialog * | _boxed_dialog =nullptr |
Settings * | _settings =nullptr |