#include <libraryfeature.h>
List of all members.
Detailed Description
Definition at line 24 of file libraryfeature.h.
 
Constructor & Destructor Documentation
      
        
          | LibraryFeature::LibraryFeature  | 
          ( | 
          QObject *  | 
          parent = NULL | ) | 
           | 
        
      
 
 
Member Function Documentation
      
        
          | virtual void LibraryFeature::activate  | 
          ( | 
           | ) | 
           [pure virtual, slot] | 
        
      
 
called when you single click on the root item 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
      
        
          | virtual void LibraryFeature::activateChild  | 
          ( | 
          const QModelIndex &  | 
          index | ) | 
           [pure virtual, slot] | 
        
      
 
called when you single click on a child item, e.g., a concrete playlist or crate 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
      
        
          | virtual bool LibraryFeature::dragMoveAccept  | 
          ( | 
          QUrl  | 
          url | ) | 
           [pure virtual] | 
        
      
 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
      
        
          | virtual bool LibraryFeature::dragMoveAcceptChild  | 
          ( | 
          const QModelIndex &  | 
          index,  | 
        
        
           | 
           | 
          QUrl  | 
          url  | 
        
        
           | 
          ) | 
           |  [pure virtual] | 
        
      
 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
      
        
          | virtual bool LibraryFeature::dropAccept  | 
          ( | 
          QUrl  | 
          url | ) | 
           [pure virtual] | 
        
      
 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
      
        
          | virtual bool LibraryFeature::dropAcceptChild  | 
          ( | 
          const QModelIndex &  | 
          index,  | 
        
        
           | 
           | 
          QUrl  | 
          url  | 
        
        
           | 
          ) | 
           |  [pure virtual] | 
        
      
 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
emit this signal before you parse a large music collection, e.g., iTunes, Traktor. 
 
 
      
        
          | void LibraryFeature::featureLoadingFinished  | 
          ( | 
          LibraryFeature *  | 
          s | ) | 
           [signal] | 
        
      
 
emit this signal if the foreign music collection has been imported/parsed. 
 
 
      
        
          | void LibraryFeature::featureUpdated  | 
          ( | 
           | ) | 
           [signal] | 
        
      
 
 
      
        
          | virtual TreeItemModel* LibraryFeature::getChildModel  | 
          ( | 
           | ) | 
           [pure virtual] | 
        
      
 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
      
        
          | virtual QIcon LibraryFeature::getIcon  | 
          ( | 
           | ) | 
           [pure virtual] | 
        
      
 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
      
        
          | void LibraryFeature::loadTrack  | 
          ( | 
          TrackPointer  | 
          pTrack | ) | 
           [signal] | 
        
      
 
 
      
        
          | void LibraryFeature::loadTrackToPlayer  | 
          ( | 
          TrackPointer  | 
          pTrack,  | 
        
        
           | 
           | 
          QString  | 
          group  | 
        
        
           | 
          ) | 
           |  [signal] | 
        
      
 
 
      
        
          | virtual void LibraryFeature::onLazyChildExpandation  | 
          ( | 
          const QModelIndex &  | 
          index | ) | 
           [pure virtual, slot] | 
        
      
 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
      
        
          | virtual void LibraryFeature::onRightClick  | 
          ( | 
          const QPoint &  | 
          globalPos | ) | 
           [pure virtual, slot] | 
        
      
 
called when you right click on the root item 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
      
        
          | virtual void LibraryFeature::onRightClickChild  | 
          ( | 
          const QPoint &  | 
          globalPos,  | 
        
        
           | 
           | 
          QModelIndex  | 
          index  | 
        
        
           | 
          ) | 
           |  [pure virtual, slot] | 
        
      
 
called when you right click on a child item, e.g., a concrete playlist or crate 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
      
        
          | void LibraryFeature::restoreSearch  | 
          ( | 
          const QString &  | 
           | ) | 
           [signal] | 
        
      
 
 
      
        
          | void LibraryFeature::showTrackModel  | 
          ( | 
          QAbstractItemModel *  | 
          model | ) | 
           [signal] | 
        
      
 
 
      
        
          | void LibraryFeature::switchToView  | 
          ( | 
          const QString &  | 
          view | ) | 
           [signal] | 
        
      
 
 
      
        
          | virtual QVariant LibraryFeature::title  | 
          ( | 
           | ) | 
           [pure virtual] | 
        
      
 
Implemented in AutoDJFeature, BrowseFeature, CrateFeature, ITunesFeature, MixxxLibraryFeature, PlaylistFeature, PrepareFeature, PromoTracksFeature, RecordingFeature, RhythmboxFeature, and TraktorFeature.
 
 
The documentation for this class was generated from the following files: