|
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 http server private. More...
Inheritance diagram for QHttpServerPrivate:Public Member Functions | |
| QHttpServerPrivate () noexcept | |
| bool | listen (const QHostAddress &address, quint16 port) |
| void | create () |
| void | close () |
| void | free () |
Public Member Functions inherited from TTKPrivate< QHttpServer > | |
| TTKPrivate () noexcept | |
| virtual | ~TTKPrivate ()=default |
| void | setPublic (QHttpServer *pub) noexcept |
Public Attributes | |
| QTcpServer * | m_tcpServer |
Additional Inherited Members | |
Protected Member Functions inherited from TTKPrivate< QHttpServer > | |
| QHttpServer * | _q () const noexcept |
The class of the http server private.
Definition at line 14 of file qhttpserver.cpp.
|
noexcept |
Definition at line 28 of file qhttpserver.cpp.
| void QHttpServerPrivate::close | ( | ) |
Definition at line 61 of file qhttpserver.cpp.
References m_tcpServer.
| void QHttpServerPrivate::create | ( | ) |
Definition at line 51 of file qhttpserver.cpp.
References m_tcpServer, and 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 TTK_Q.
| QTcpServer* QHttpServerPrivate::m_tcpServer |
1.8.8