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 ttk local peer private. More...
Public Member Functions | |
TTKLocalPeerPrivate () | |
~TTKLocalPeerPrivate () | |
![]() | |
TTKPrivate () | |
virtual | ~TTKPrivate ()=default |
void | setPublic (TTKLocalPeer *pub) |
Public Attributes | |
QString | m_id |
QString | m_socketName |
QLocalServer * | m_server |
TTKLockedPrivate::TTKLockedFile | m_lockFile |
Static Public Attributes | |
static const char * | m_ack = "ack" |
Additional Inherited Members | |
![]() | |
TTKLocalPeer * | ttk_q () const |
The class of the ttk local peer private.
Definition at line 40 of file ttklocalpeer.cpp.
TTKLocalPeerPrivate::TTKLocalPeerPrivate | ( | ) |
Definition at line 54 of file ttklocalpeer.cpp.
TTKLocalPeerPrivate::~TTKLocalPeerPrivate | ( | ) |
Definition at line 60 of file ttklocalpeer.cpp.
References m_server.
|
static |
Definition at line 50 of file ttklocalpeer.cpp.
QString TTKLocalPeerPrivate::m_id |
Definition at line 46 of file ttklocalpeer.cpp.
TTKLockedPrivate::TTKLockedFile TTKLocalPeerPrivate::m_lockFile |
Definition at line 49 of file ttklocalpeer.cpp.
QLocalServer* TTKLocalPeerPrivate::m_server |
Definition at line 48 of file ttklocalpeer.cpp.
Referenced by ~TTKLocalPeerPrivate().
QString TTKLocalPeerPrivate::m_socketName |
Definition at line 47 of file ttklocalpeer.cpp.