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 http server private. More...
Public Member Functions | |
QHttpServerPrivate () | |
bool | listen (const QHostAddress &address, quint16 port) |
void | create () |
void | close () |
void | free () |
![]() | |
TTKPrivate () | |
virtual | ~TTKPrivate ()=default |
void | setPublic (QHttpServer *pub) |
Public Attributes | |
QTcpServer * | m_tcpServer |
Additional Inherited Members | |
![]() | |
QHttpServer * | ttk_q () const |
The class of the http server private.
Definition at line 14 of file qhttpserver.cpp.
QHttpServerPrivate::QHttpServerPrivate | ( | ) |
Definition at line 28 of file qhttpserver.cpp.
void QHttpServerPrivate::close | ( | ) |
Definition at line 59 of file qhttpserver.cpp.
References m_tcpServer.
void QHttpServerPrivate::create | ( | ) |
Definition at line 49 of file qhttpserver.cpp.
References m_tcpServer, and TTKPrivate< QHttpServer >::ttk_q().
void QHttpServerPrivate::free | ( | ) |
bool QHttpServerPrivate::listen | ( | const QHostAddress & | address, |
quint16 | port | ||
) |
Definition at line 34 of file qhttpserver.cpp.
References free(), m_tcpServer, and TTKPrivate< QHttpServer >::ttk_q().
QTcpServer* QHttpServerPrivate::m_tcpServer |