TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the item search interface. More...
#include <musicsearchinterface.h>
Public Types | |
using | TTKSearchItems = QMap< int, TTKIntList > |
using | MusicItemSearchInterfaceClass = MusicItemSearchInterface< T > |
Public Member Functions | |
MusicItemSearchInterface () | |
bool | hasSearchResult () const |
void | clearSearchResult () |
void | mappedSearchRow (int pos, int &row) const |
Protected Attributes | |
T | m_containerItems |
int | m_searchResultLevel |
TTKSearchItems | m_searchResultItems |
The class of the item search interface.
Definition at line 28 of file musicsearchinterface.h.
using MusicItemSearchInterface< T >::MusicItemSearchInterfaceClass = MusicItemSearchInterface<T> |
Definition at line 32 of file musicsearchinterface.h.
using MusicItemSearchInterface< T >::TTKSearchItems = QMap<int, TTKIntList> |
Definition at line 31 of file musicsearchinterface.h.
|
inlineexplicit |
Object constructor.
Definition at line 38 of file musicsearchinterface.h.
|
inline |
Clear search result.
Definition at line 57 of file musicsearchinterface.h.
|
inline |
Check current search result is empty or not.
Definition at line 49 of file musicsearchinterface.h.
|
inline |
Mapped search row.
Definition at line 66 of file musicsearchinterface.h.
|
protected |
Definition at line 76 of file musicsearchinterface.h.
Referenced by MusicSongsContainerWidget::items().
|
protected |
Definition at line 78 of file musicsearchinterface.h.
|
protected |
Definition at line 77 of file musicsearchinterface.h.