![]() |
Sayonara Player
|
#include <GUI_TagEdit.h>
The GUI_TagEdit class.
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 |
QSpacerItem * | verticalSpacer_2 |
QWidget * | widget |
QGridLayout * | gridLayout_3 |
TagTextInput * | le_artist |
TagTextInput * | le_title |
QLabel * | lab_track_title |
QLabel * | label |
TagTextInput * | le_album |
QLabel * | label_2 |
QLabel * | label_5 |
TagTextInput * | le_genre |
QCheckBox * | cb_genre_all |
QCheckBox * | cb_artist_all |
QCheckBox * | cb_album_all |
QWidget * | widget_2 |
QGridLayout * | gridLayout_4 |
QLabel * | label_3 |
QCheckBox * | cb_rating_all |
QSpinBox * | sb_discnumber |
QLabel * | label_4 |
QCheckBox * | cb_year_all |
QSpinBox * | sb_year |
QSpinBox * | sb_track_num |
QCheckBox * | cb_discnumber_all |
QLabel * | label_9 |
QLabel * | label_10 |
QHBoxLayout * | horizontalLayout_4 |
RatingLabel * | lab_rating |
QSpacerItem * | horizontalSpacer_2 |
QFrame * | line_5 |
QFrame * | line_2 |
QFrame * | line_4 |
QHBoxLayout * | horizontalLayout |
QPushButton * | btn_prev |
QLabel * | lab_track_num |
QPushButton * | btn_next |
QFrame * | line |
QFrame * | line_3 |
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 |
QHBoxLayout * | horizontalLayout_2 |
QProgressBar * | pb_progress |
QSpacerItem * | horizontalSpacer |
QPushButton * | btn_undo_all |
QPushButton * | btn_undo |
QPushButton * | btn_cancel |
QPushButton * | btn_ok |
QLabel * | lab_filepath |
TagEdit* GUI_TagEdit::get_tag_edit | ( | ) | const |
Get tag edit object.
|
inlineinherited |
Returns, if the current skin is dark.