![]() |
Sayonara Player
|
Signals | |
| void | sig_ok_clicked (const MetaDataList &) |
| void | sig_undo_clicked (int idx) |
| void | sig_undo_all_clicked () |
| void | sig_cancelled () |
Public Member Functions | |
| GUI_TagEdit (QWidget *parent=nullptr) | |
| TagEdit * | get_tag_edit () const |
| Get tag edit object. More... | |
| void | commit () |
| Commits changes to db/file. | |
| void | cancel () |
| calls undo_all, and closes the entire dialog | |
| void | show_button_commit (bool b) |
| void | show_button_cancel (bool b) |
| SayonaraDialog * | box_into_dialog () |
| bool | is_dark () const |
| Returns, if the current skin is dark. More... | |
Protected Member Functions | |
| QString | elide_text (const QString &text, QWidget *widget, int max_lines) |
Protected Slots | |
| virtual void | skin_changed () |
Protected Attributes | |
| SayonaraDialog * | _boxed_dialog =nullptr |
| Settings * | _settings =nullptr |
Private Member Functions | |
| void | setupUi (QWidget *GUI_TagEdit) |
| void | retranslateUi (QWidget *GUI_TagEdit) |
Private Attributes | |
| QGridLayout * | gridLayout |
| QGridLayout * | gridLayout_5 |
| QWidget * | widget_2 |
| QGridLayout * | gridLayout_4 |
| QCheckBox * | cb_rating_all |
| QSpinBox * | sb_track_num |
| QSpinBox * | sb_year |
| QHBoxLayout * | horizontalLayout_4 |
| RatingLabel * | lab_rating |
| QSpacerItem * | horizontalSpacer_2 |
| QLabel * | label_4 |
| QLabel * | label_3 |
| QSpinBox * | sb_discnumber |
| QCheckBox * | cb_discnumber_all |
| QLabel * | label_9 |
| QCheckBox * | cb_year_all |
| QLabel * | label_10 |
| QWidget * | widget |
| QGridLayout * | gridLayout_3 |
| QLabel * | lab_track_title |
| QCheckBox * | cb_artist_all |
| QLabel * | label_2 |
| QLabel * | label |
| QCheckBox * | cb_album_all |
| TagTextInput * | le_album |
| TagTextInput * | le_title |
| TagTextInput * | le_artist |
| TagTextInput * | le_genre |
| QLabel * | label_5 |
| QCheckBox * | cb_genre_all |
| QFrame * | line_5 |
| QFrame * | frame_cover |
| QGridLayout * | gridLayout_6 |
| QPushButton * | btn_cover_original |
| QLabel * | label_7 |
| QSpacerItem * | horizontalSpacer_3 |
| QLabel * | label_6 |
| QSpacerItem * | verticalSpacer |
| QLabel * | lab_replacement |
| CoverButton * | btn_cover_replacement |
| QCheckBox * | cb_cover_all |
| QVBoxLayout * | verticalLayout |
| QRadioButton * | rb_dont_replace |
| QRadioButton * | rb_replace |
| QWidget * | frame_tag_from_path |
| QGridLayout * | gridLayout_2 |
| TagLineEdit * | le_tag |
| QLabel * | label_8 |
| QPushButton * | btn_tag_help |
| QHBoxLayout * | horizontalLayout_3 |
| QPushButton * | btn_title |
| QPushButton * | btn_album |
| QPushButton * | btn_artist |
| QPushButton * | btn_year |
| QPushButton * | btn_disc_nr |
| QPushButton * | btn_track_nr |
| QPushButton * | btn_apply_tag |
| QPushButton * | btn_apply_tag_all |
| QCheckBox * | cb_tag_from_path |
| QFrame * | line_4 |
| QFrame * | line_2 |
| QLabel * | lab_filepath |
| QHBoxLayout * | horizontalLayout |
| QPushButton * | btn_prev |
| QLabel * | lab_track_num |
| QPushButton * | btn_next |
| QFrame * | line_3 |
| QFrame * | line |
| QHBoxLayout * | horizontalLayout_2 |
| QProgressBar * | pb_progress |
| QSpacerItem * | horizontalSpacer |
| QPushButton * | btn_undo_all |
| QPushButton * | btn_undo |
| QPushButton * | btn_cancel |
| QPushButton * | btn_ok |
| TagEdit* GUI_TagEdit::get_tag_edit | ( | ) | const |
Get tag edit object.
|
inlineinherited |
Returns, if the current skin is dark.
1.8.12