TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Slots | Signals | Public Member Functions | List of all members
QDlnaFinder Class Reference

The class of the dlna finder. More...

#include <qdlnafinder.h>

+ Inheritance diagram for QDlnaFinder:

Public Slots

void handleReadyRead ()
 

Signals

void finished ()
 

Public Member Functions

 QDlnaFinder (QObject *parent=nullptr)
 
void find ()
 
QDlnaClientclient (int index) const
 
QList< QDlnaClient * > clients () const
 
QStringList clientNames () const
 

Detailed Description

The class of the dlna finder.

Author
Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com

Definition at line 31 of file qdlnafinder.h.

Constructor & Destructor Documentation

QDlnaFinder::QDlnaFinder ( QObject *  parent = nullptr)
explicit

Definition at line 69 of file qdlnafinder.cpp.

References handleReadyRead(), TTK_D, and TTK_INIT_PRIVATE.

Member Function Documentation

QDlnaClient * QDlnaFinder::client ( int  index) const

Definition at line 83 of file qdlnafinder.cpp.

References TTK_D.

Referenced by clientNames(), handleReadyRead(), and MusicSongDlnaTransferWidget::playSong().

QStringList QDlnaFinder::clientNames ( ) const
QList< QDlnaClient * > QDlnaFinder::clients ( ) const

Definition at line 94 of file qdlnafinder.cpp.

References TTK_D.

void QDlnaFinder::find ( )

Definition at line 77 of file qdlnafinder.cpp.

References TTK_D.

Referenced by MusicSongDlnaTransferWidget::startToScan().

void QDlnaFinder::finished ( )
signal

Referenced by handleReadyRead().

void QDlnaFinder::handleReadyRead ( )
slot

The documentation for this class was generated from the following files: