Sayonara Player
Loading...
Searching...
No Matches
SearchModel Class Referenceabstract
Inheritance diagram for SearchModel:
SearchableTableModel Directory::FileListModel Library::ItemModel Playlist::Model SomaFM::StationModel Library::AlbumModel Library::ArtistModel Library::CoverModel Library::TrackModel

Public Member Functions

 SearchModel (const SearchModel &other)=delete
 
 SearchModel (SearchModel &&other) noexcept=delete
 
SearchModeloperator= (const SearchModel &other)=delete
 
SearchModeloperator= (SearchModel &&other)=delete
 
int searchPrevious ()
 
int searchNext ()
 
int initSearch (const QString &searchstring, int offsetIndex)
 
virtual QString searchableString (int itemIndex, const QString &prefix) const =0
 
virtual int itemCount () const =0
 
virtual QMap< QString, QString > searchOptions () const