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 dlna finder private. More...
Public Member Functions | |
QDlnaFinderPrivate () | |
~QDlnaFinderPrivate () | |
void | find () |
void | removeClients () |
bool | findClient (const QString &server) |
![]() | |
TTKPrivate () | |
virtual | ~TTKPrivate ()=default |
void | setPublic (QDlnaFinder *pub) |
Public Attributes | |
QUdpSocket * | m_udpSock |
QList< QDlnaClient * > | m_clients |
Additional Inherited Members | |
![]() | |
QDlnaFinder * | ttk_q () const |
The class of the dlna finder private.
Definition at line 12 of file qdlnafinder.cpp.
QDlnaFinderPrivate::QDlnaFinderPrivate | ( | ) |
Definition at line 27 of file qdlnafinder.cpp.
References m_udpSock.
QDlnaFinderPrivate::~QDlnaFinderPrivate | ( | ) |
Definition at line 33 of file qdlnafinder.cpp.
References m_udpSock, and removeClients().
void QDlnaFinderPrivate::find | ( | ) |
Definition at line 40 of file qdlnafinder.cpp.
References m_udpSock, and removeClients().
bool QDlnaFinderPrivate::findClient | ( | const QString & | server | ) |
Definition at line 57 of file qdlnafinder.cpp.
void QDlnaFinderPrivate::removeClients | ( | ) |
Definition at line 51 of file qdlnafinder.cpp.
References m_clients.
Referenced by find(), and ~QDlnaFinderPrivate().
QList<QDlnaClient*> QDlnaFinderPrivate::m_clients |
Definition at line 23 of file qdlnafinder.cpp.
Referenced by findClient(), and removeClients().
QUdpSocket* QDlnaFinderPrivate::m_udpSock |
Definition at line 22 of file qdlnafinder.cpp.
Referenced by find(), QDlnaFinderPrivate(), and ~QDlnaFinderPrivate().