Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSslServerPrivate::SocketData Struct Reference

#include <qsslserver_p.h>

Collaboration diagram for QSslServerPrivate::SocketData:

Public Member Functions

 SocketData (QMetaObject::Connection readyRead, QMetaObject::Connection destroyed, std::shared_ptr< QTimer > &&timer)
void disconnectSignals ()

Public Attributes

QMetaObject::Connection readyReadConnection
QMetaObject::Connection destroyedConnection
std::shared_ptr< QTimertimeoutTimer

Detailed Description

Definition at line 44 of file qsslserver_p.h.

Constructor & Destructor Documentation

◆ SocketData()

QSslServerPrivate::SocketData::SocketData ( QMetaObject::Connection readyRead,
QMetaObject::Connection destroyed,
std::shared_ptr< QTimer > && timer )
inline

Definition at line 49 of file qsslserver_p.h.

Member Function Documentation

◆ disconnectSignals()

void QSslServerPrivate::SocketData::disconnectSignals ( )
inline

Definition at line 57 of file qsslserver_p.h.

Member Data Documentation

◆ destroyedConnection

QMetaObject::Connection QSslServerPrivate::SocketData::destroyedConnection

Definition at line 46 of file qsslserver_p.h.

◆ readyReadConnection

QMetaObject::Connection QSslServerPrivate::SocketData::readyReadConnection

Definition at line 45 of file qsslserver_p.h.

◆ timeoutTimer

std::shared_ptr<QTimer> QSslServerPrivate::SocketData::timeoutTimer

Definition at line 47 of file qsslserver_p.h.


The documentation for this struct was generated from the following file: