|
TTKMusicPlayer
4.3.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the platform extras. More...
#include <musicplatformextras.h>
Inheritance diagram for MusicPlatformExtras:Public Member Functions | |
| MusicPlatformExtras (QObject *parent=nullptr) | |
| ~MusicPlatformExtras () | |
| void | setAction () |
| void | setCurrentPlayState (bool state) const |
Private Attributes | |
| AbstractPlatformExtras * | m_platformExtras |
The class of the platform extras.
Definition at line 29 of file musicplatformextras.h.
|
explicit |
Object constructor.
Definition at line 183 of file musicplatformextras.cpp.
References m_platformExtras.
| MusicPlatformExtras::~MusicPlatformExtras | ( | ) |
Object destructor.
Definition at line 195 of file musicplatformextras.cpp.
References m_platformExtras.
| void MusicPlatformExtras::setAction | ( | ) |
Set current action state.
Definition at line 200 of file musicplatformextras.cpp.
References AbstractPlatformExtras::action(), and m_platformExtras.
Referenced by MusicBottomAreaWidget::setWindowConcise().
| void MusicPlatformExtras::setCurrentPlayState | ( | bool | state | ) | const |
Set current play state.
Definition at line 205 of file musicplatformextras.cpp.
References m_platformExtras, and AbstractPlatformExtras::setStatus().
Referenced by MusicBottomAreaWidget::setCurrentPlayState().
|
private |
Definition at line 52 of file musicplatformextras.h.
Referenced by MusicPlatformExtras(), setAction(), setCurrentPlayState(), and ~MusicPlatformExtras().
1.8.8