|
TTKMusicPlayer
4.2.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 dlna finder private. More...
Inheritance diagram for QDlnaFinderPrivate:Public Member Functions | |
| QDlnaFinderPrivate () | |
| ~QDlnaFinderPrivate () | |
| void | find () |
| void | removeClients () |
| bool | findClient (const QString &server) |
Public Member Functions inherited from TTKPrivate< QDlnaFinder > | |
| TTKPrivate () noexcept | |
| virtual | ~TTKPrivate ()=default |
| void | setPublic (QDlnaFinder *pub) noexcept |
Public Attributes | |
| QUdpSocket * | m_udpSock |
| QList< QDlnaClient * > | m_clients |
Additional Inherited Members | |
Protected Member Functions inherited from TTKPrivate< QDlnaFinder > | |
| QDlnaFinder * | _q () const noexcept |
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().
1.8.8