29 #ifndef GUI_LOCAL_LIBRARY_H_ 30 #define GUI_LOCAL_LIBRARY_H_ 32 #include "GUI_AbstractLibrary.h" 51 QComboBox* get_libchooser()
const;
52 QMenu* get_menu()
const;
56 void showEvent(QShowEvent* e)
override;
57 void init_shortcuts()
override;
64 void switch_album_view();
66 void disc_pressed(
int disc);
67 void lib_no_lib_path();
68 void progress_changed(
const QString& type,
int progress);
70 void genre_selection_changed(
const QModelIndex& index);
71 void date_selection_changed(
const QModelIndex& index);
73 void reload_library_requested();
74 void import_dirs_requested();
75 void import_files_requested();
76 void import_files(
const QStringList& files);
79 void import_dialog_requested();
82 void set_library_path_clicked();
84 void splitter_artist_moved(
int pos,
int idx);
85 void splitter_tracks_moved(
int pos,
int idx);
86 void splitter_genre_moved(
int pos,
int idx);
87 void splitter_date_moved(
int pos,
int idx);
91 void reload_finished();
96 void language_changed()
override;
98 void _sl_libpath_changed();
99 void clear_button_pressed()
override;
102 void lib_fill_albums(
const AlbumList& albums)
override;
103 void lib_fill_tracks(
const MetaDataList& v_md)
override;
114 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:485
Definition: AlbumCoverModel.h:34
The AlbumList class.
Definition: Album.h:78
Definition: GUI_AbstractLibrary.h:49
Definition: GUI_LibraryInfoBox.h:32
Definition: AlbumCoverView.h:30
Definition: GUI_LocalLibrary.h:42