![]() |
Mixxx
|
#include <library.h>
Public Slots | |
void | slotShowTrackModel (QAbstractItemModel *model) |
void | slotSwitchToView (const QString &view) |
void | slotLoadTrack (TrackPointer pTrack) |
void | slotLoadTrackToPlayer (TrackPointer pTrack, QString group) |
void | slotRestoreSearch (const QString &text) |
void | slotRefreshLibraryModels () |
void | slotCreatePlaylist () |
void | slotCreateCrate () |
Signals | |
void | showTrackModel (QAbstractItemModel *model) |
void | switchToView (const QString &view) |
void | loadTrack (TrackPointer tio) |
void | loadTrackToPlayer (TrackPointer tio, QString group) |
void | restoreSearch (const QString &) |
Public Member Functions | |
Library (QObject *parent, ConfigObject< ConfigValue > *pConfig, bool firstRun, RecordingManager *pRecordingManager) | |
virtual | ~Library () |
void | bindWidget (WLibrarySidebar *sidebarWidget, WLibrary *libraryWidget, MixxxKeyboard *pKeyboard) |
void | addFeature (LibraryFeature *feature) |
QList< TrackPointer > | getTracksToAutoLoad () |
TrackCollection * | getTrackCollection () |
Library::Library | ( | QObject * | parent, |
ConfigObject< ConfigValue > * | pConfig, | ||
bool | firstRun, | ||
RecordingManager * | pRecordingManager | ||
) |
Library::~Library | ( | ) | [virtual] |
Definition at line 84 of file library.cpp.
void Library::addFeature | ( | LibraryFeature * | feature | ) |
Definition at line 147 of file library.cpp.
void Library::bindWidget | ( | WLibrarySidebar * | sidebarWidget, |
WLibrary * | libraryWidget, | ||
MixxxKeyboard * | pKeyboard | ||
) |
TrackCollection* Library::getTrackCollection | ( | ) | [inline] |
QList< TrackPointer > Library::getTracksToAutoLoad | ( | ) |
Definition at line 205 of file library.cpp.
void Library::loadTrack | ( | TrackPointer | tio | ) | [signal] |
void Library::loadTrackToPlayer | ( | TrackPointer | tio, |
QString | group | ||
) | [signal] |
void Library::restoreSearch | ( | const QString & | ) | [signal] |
void Library::showTrackModel | ( | QAbstractItemModel * | model | ) | [signal] |
void Library::slotCreateCrate | ( | ) | [slot] |
void Library::slotCreatePlaylist | ( | ) | [slot] |
void Library::slotLoadTrack | ( | TrackPointer | pTrack | ) | [slot] |
Definition at line 177 of file library.cpp.
void Library::slotLoadTrackToPlayer | ( | TrackPointer | pTrack, |
QString | group | ||
) | [slot] |
Definition at line 181 of file library.cpp.
void Library::slotRefreshLibraryModels | ( | ) | [slot] |
void Library::slotRestoreSearch | ( | const QString & | text | ) | [slot] |
Definition at line 185 of file library.cpp.
void Library::slotShowTrackModel | ( | QAbstractItemModel * | model | ) | [slot] |
Definition at line 163 of file library.cpp.
void Library::slotSwitchToView | ( | const QString & | view | ) | [slot] |
Definition at line 172 of file library.cpp.
void Library::switchToView | ( | const QString & | view | ) | [signal] |