29 #ifndef GUI_LOCAL_LIBRARY_H_ 30 #define GUI_LOCAL_LIBRARY_H_ 32 #include "GUI_AbstractLibrary.h" 53 QComboBox* get_libchooser()
const;
54 QMenu* get_menu()
const;
58 void showEvent(QShowEvent* e)
override;
59 void init_shortcuts()
override;
66 void switch_album_view();
68 void disc_pressed(
int disc);
69 void lib_no_lib_path();
70 void progress_changed(
const QString& type,
int progress);
72 void genre_selection_changed(
const QModelIndex& index);
73 void date_selection_changed(
const QModelIndex& index);
75 void reload_library_requested();
76 void import_dirs_requested();
77 void import_files_requested();
78 void import_files(
const QStringList& files);
81 void import_dialog_requested();
84 void set_library_path_clicked();
86 void splitter_artist_moved(
int pos,
int idx);
87 void splitter_tracks_moved(
int pos,
int idx);
88 void splitter_genre_moved(
int pos,
int idx);
89 void splitter_date_moved(
int pos,
int idx);
93 void reload_finished();
98 void language_changed()
override;
100 void _sl_libpath_changed();
101 void clear_button_pressed()
override;
104 void lib_fill_albums(
const AlbumList& albums)
override;
105 void lib_fill_tracks(
const MetaDataList& v_md)
override;
116 void init_album_cover_view();
Definition: GUI_ImportFolder.h:31
TrackDeletionMode
The TrackDeletionMode enum.
Definition: LibraryNamespaces.h:35
Definition: ui_GUI_SomaFM.h:216
ReloadQuality
The ReloadQuality enum.
Definition: LibraryNamespaces.h:46
Definition: ui_GUI_LocalLibrary.h:490
Definition: AlbumCoverModel.h:34
The AlbumList class.
Definition: Album.h:79
Definition: GUI_AbstractLibrary.h:49
Definition: GUI_LibraryInfoBox.h:32
Definition: AlbumCoverView.h:30
Definition: GUI_LocalLibrary.h:42