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
MacSocketInfo Struct Reference

#include <qcfsocketnotifier_p.h>

Collaboration diagram for MacSocketInfo:

Public Member Functions

 MacSocketInfo ()

Public Attributes

CFSocketRef socket
CFRunLoopSourceRef runloop
QObjectreadNotifier
QObjectwriteNotifier
bool readEnabled
bool writeEnabled

Detailed Description

Definition at line 26 of file qcfsocketnotifier_p.h.

Constructor & Destructor Documentation

◆ MacSocketInfo()

MacSocketInfo::MacSocketInfo ( )
inline

Definition at line 27 of file qcfsocketnotifier_p.h.

Member Data Documentation

◆ readEnabled

bool MacSocketInfo::readEnabled

Definition at line 33 of file qcfsocketnotifier_p.h.

◆ readNotifier

QObject* MacSocketInfo::readNotifier

Definition at line 31 of file qcfsocketnotifier_p.h.

◆ runloop

CFRunLoopSourceRef MacSocketInfo::runloop

Definition at line 30 of file qcfsocketnotifier_p.h.

◆ socket

CFSocketRef MacSocketInfo::socket

Definition at line 29 of file qcfsocketnotifier_p.h.

◆ writeEnabled

bool MacSocketInfo::writeEnabled

Definition at line 34 of file qcfsocketnotifier_p.h.

◆ writeNotifier

QObject* MacSocketInfo::writeNotifier

Definition at line 32 of file qcfsocketnotifier_p.h.


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