Mixxx

Library Class Reference

#include <library.h>

Collaboration diagram for Library:

List of all members.

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< TrackPointergetTracksToAutoLoad ()
TrackCollectiongetTrackCollection ()

Detailed Description

Definition at line 33 of file library.h.


Constructor & Destructor Documentation

Library::Library ( QObject *  parent,
ConfigObject< ConfigValue > *  pConfig,
bool  firstRun,
RecordingManager pRecordingManager 
)

Definition at line 35 of file library.cpp.

Here is the call graph for this function:

Library::~Library ( ) [virtual]

Definition at line 84 of file library.cpp.


Member Function Documentation

void Library::addFeature ( LibraryFeature feature)

Definition at line 147 of file library.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Library::bindWidget ( WLibrarySidebar sidebarWidget,
WLibrary libraryWidget,
MixxxKeyboard pKeyboard 
)

Definition at line 101 of file library.cpp.

Here is the call graph for this function:

TrackCollection* Library::getTrackCollection ( ) [inline]

Definition at line 51 of file library.h.

Here is the caller graph for this function:

QList< TrackPointer > Library::getTracksToAutoLoad ( )

Definition at line 205 of file library.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Library::loadTrack ( TrackPointer  tio) [signal]

Here is the caller graph for this function:

void Library::loadTrackToPlayer ( TrackPointer  tio,
QString  group 
) [signal]

Here is the caller graph for this function:

void Library::restoreSearch ( const QString &  ) [signal]

Here is the caller graph for this function:

void Library::showTrackModel ( QAbstractItemModel *  model) [signal]

Here is the caller graph for this function:

void Library::slotCreateCrate ( ) [slot]

Definition at line 199 of file library.cpp.

Here is the call graph for this function:

void Library::slotCreatePlaylist ( ) [slot]

Definition at line 194 of file library.cpp.

Here is the call graph for this function:

void Library::slotLoadTrack ( TrackPointer  pTrack) [slot]

Definition at line 177 of file library.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Library::slotLoadTrackToPlayer ( TrackPointer  pTrack,
QString  group 
) [slot]

Definition at line 181 of file library.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Library::slotRefreshLibraryModels ( ) [slot]

Definition at line 189 of file library.cpp.

Here is the call graph for this function:

void Library::slotRestoreSearch ( const QString &  text) [slot]

Definition at line 185 of file library.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Library::slotShowTrackModel ( QAbstractItemModel *  model) [slot]

Definition at line 163 of file library.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Library::slotSwitchToView ( const QString &  view) [slot]

Definition at line 172 of file library.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Library::switchToView ( const QString &  view) [signal]

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines