Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 43 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 48 of file qsslserver_p.h.

Member Function Documentation

◆ disconnectSignals()

void QSslServerPrivate::SocketData::disconnectSignals ( )
inline

Definition at line 56 of file qsslserver_p.h.

References QObject::disconnect().

+ Here is the call graph for this function:

Member Data Documentation

◆ destroyedConnection

QMetaObject::Connection QSslServerPrivate::SocketData::destroyedConnection

Definition at line 45 of file qsslserver_p.h.

◆ readyReadConnection

QMetaObject::Connection QSslServerPrivate::SocketData::readyReadConnection

Definition at line 44 of file qsslserver_p.h.

◆ timeoutTimer

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

Definition at line 46 of file qsslserver_p.h.


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