TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Public Member Functions | |
Shuffle () noexcept | |
void | setEnabled (bool enable) noexcept |
bool | isEnabled () const noexcept |
void | initialize (const MusicPlayItemList &items) noexcept |
void | setCurrentIndex (const MusicPlayItem &item) noexcept |
MusicPlayItem | setCurrentIndex (int index) noexcept |
Private Attributes | |
int | m_index |
bool | m_enable |
MusicPlayItemList | m_data |
Definition at line 201 of file musicplaylist.h.
|
noexcept |
Object constructor.
Definition at line 6 of file musicplaylist.cpp.
|
noexcept |
Init parameter.
Definition at line 22 of file musicplaylist.cpp.
Referenced by MusicPlaylist::setCurrentIndex().
|
noexcept |
Get shuffle enable or disable.
Definition at line 17 of file musicplaylist.cpp.
Referenced by MusicPlaylist::setCurrentIndex().
|
noexcept |
Set current play index.
Definition at line 32 of file musicplaylist.cpp.
Referenced by MusicPlaylist::setCurrentIndex().
|
noexcept |
Set current play index.
Definition at line 37 of file musicplaylist.cpp.
References PLAY_NEXT_LEVEL, PLAY_PREVIOUS_LEVEL, and TTK_LOW_LEVEL.
|
noexcept |
Set shuffle enable or disable.
Definition at line 12 of file musicplaylist.cpp.
|
private |
Definition at line 233 of file musicplaylist.h.
|
private |
Definition at line 232 of file musicplaylist.h.
|
private |
Definition at line 231 of file musicplaylist.h.