Sayonara Player
|
UI side of library view. More...
Classes | |
class | Library::AlbumCoverFetchThread |
This class organizes requests for new Covers for the AlbumCoverView. When looking for covers, not all requests should be fired simultaneously, so there should be a buffer assuring that covers are found one by one. Albums are organized by hashes, each album has a CoverLocation. A new request is added to the queue by calling add_data(). A new request is handled BEFORE old requests. The thread is locked until the done() function is called. The thread emits the signal sig_next(). The cover location and the hash which should be processed next can be fetched by current_hash() and current_coverLocation(). More... | |
class | Library::CoverViewPixmapCache |
A cache class. Internally handled as QCache class. More... | |
class | Library::GenreView |
The GenreView class. More... | |
class | Library::ColumnHeader |
The ColumnHeader class. More... | |
class | Library::RatingDelegate |
A special delegate class for tables containing a rating. More... | |
class | Library::DiscAction |
A single action representing one or all discs. More... | |
class | Library::DiscPopupMenu |
A menu containing various DiscAction objects. More... | |
class | Library::GenreViewContextMenu |
Context Menu for the tree view. Notification of the tree view action is done by using a bool setting listener to Set::Lib_GenreTree So there's not signal for it. Everything else can be accessed using the methods of Gui::ContextMenu. More... | |
class | Library::GUI_LibraryReloadDialog |
Reload dialog containing a combo box which allows you choosing between fast and deep reloading. More... | |
class | Library::LocalLibraryMenu |
A menu in the player's menubar containing some library actions. More... |
UI side of library view.