Sayonara Player
Signals | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GUI_TagEdit Class Reference
Inheritance diagram for GUI_TagEdit:
Gui::Widget Gui::WidgetTemplate< QWidget > Gui::WidgetTemplateParent

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::Editoreditor () 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
 

Member Function Documentation

◆ showCloseButton()

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

Parameters
show