TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Go to the source code of this file.
Macros | |
#define | GENERATE_RANDOM_INDEX(index) m_currentIndex = m_shuffle.isEnabled() ? find(m_shuffle.setCurrentIndex(index)) : (TTK::random() % m_mediaList.count()); |
Functions | |
static void | updatePlayItems (const TTK::IndexPropertyList &indexs, MusicPlayItemList &items) |
#define GENERATE_RANDOM_INDEX | ( | index | ) | m_currentIndex = m_shuffle.isEnabled() ? find(m_shuffle.setCurrentIndex(index)) : (TTK::random() % m_mediaList.count()); |
Definition at line 248 of file musicplaylist.cpp.
Referenced by MusicPlaylist::setCurrentIndex().
|
static |
Definition at line 150 of file musicplaylist.cpp.
References qAsConst.
Referenced by MusicPlaylist::update().