Qt 6.x
The Qt SDK
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

◆ readNotifier

QObject* MacSocketInfo::readNotifier

◆ runloop

CFRunLoopSourceRef MacSocketInfo::runloop

Definition at line 30 of file qcfsocketnotifier_p.h.

◆ socket

CFSocketRef MacSocketInfo::socket

◆ writeEnabled

bool MacSocketInfo::writeEnabled

◆ writeNotifier

QObject* MacSocketInfo::writeNotifier

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