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. More...
#include <qdlnafinder.h>
Public Slots | |
void | handleReadyRead () |
Signals | |
void | finished () |
Public Member Functions | |
QDlnaFinder (QObject *parent=nullptr) | |
void | find () |
QDlnaClient * | client (int index) const |
QList< QDlnaClient * > | clients () const |
QStringList | clientNames () const |
The class of the dlna finder.
Definition at line 31 of file qdlnafinder.h.
|
explicit |
Definition at line 71 of file qdlnafinder.cpp.
References handleReadyRead(), TTK_D, and TTK_INIT_PRIVATE.
QDlnaClient * QDlnaFinder::client | ( | int | index | ) | const |
Definition at line 85 of file qdlnafinder.cpp.
References TTK_D.
Referenced by clientNames(), MusicSongDlnaTransferWidget::getClient(), and handleReadyRead().
QStringList QDlnaFinder::clientNames | ( | ) | const |
Definition at line 102 of file qdlnafinder.cpp.
References client(), qAsConst, QDlnaClient::serverName(), and TTK_D.
Referenced by MusicSongDlnaTransferWidget::scanFinished().
QList< QDlnaClient * > QDlnaFinder::clients | ( | ) | const |
Definition at line 96 of file qdlnafinder.cpp.
References TTK_D.
void QDlnaFinder::find | ( | ) |
Definition at line 79 of file qdlnafinder.cpp.
References TTK_D.
Referenced by MusicSongDlnaTransferWidget::startToScan().
|
signal |
Referenced by handleReadyRead().
|
slot |
Definition at line 113 of file qdlnafinder.cpp.
References client(), QDlnaClient::connect(), DEFAULT_ROUTER_IP, finished(), QDlnaClient::isConnected(), QDlnaClient::server(), and TTK_D.
Referenced by QDlnaFinder().