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 cube wave private. More...
Public Member Functions | |
CubeWavePrivate () | |
void | initialize (int width, int height) |
int | count () const |
bool | isValid (int index, int value) const |
![]() | |
TTKPrivate () | |
virtual | ~TTKPrivate ()=default |
void | setPublic (ImageRender *pub) |
Public Attributes | |
int | m_row |
int | m_column |
TTKIntList | m_data |
![]() | |
QRect | m_rectangle |
Additional Inherited Members | |
![]() | |
ImageRender * | ttk_q () const |
The class of the cube wave private.
Definition at line 160 of file imagewrapper.cpp.
QAlgorithm::CubeWavePrivate::CubeWavePrivate | ( | ) |
Definition at line 175 of file imagewrapper.cpp.
References QAlgorithm::initRandom().
int QAlgorithm::CubeWavePrivate::count | ( | ) | const |
Definition at line 194 of file imagewrapper.cpp.
Definition at line 183 of file imagewrapper.cpp.
Definition at line 189 of file imagewrapper.cpp.
References m_data.
int QAlgorithm::CubeWavePrivate::m_column |
Definition at line 171 of file imagewrapper.cpp.
Referenced by initialize().
TTKIntList QAlgorithm::CubeWavePrivate::m_data |
Definition at line 172 of file imagewrapper.cpp.
Referenced by isValid().
int QAlgorithm::CubeWavePrivate::m_row |
Definition at line 170 of file imagewrapper.cpp.
Referenced by initialize().