![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcfsocketnotifier_p.h>
Public Member Functions | |
| MacSocketInfo () | |
Public Attributes | |
| CFSocketRef | socket |
| CFRunLoopSourceRef | runloop |
| QObject * | readNotifier |
| QObject * | writeNotifier |
| bool | readEnabled |
| bool | writeEnabled |
Definition at line 26 of file qcfsocketnotifier_p.h.
|
inline |
Definition at line 27 of file qcfsocketnotifier_p.h.
| bool MacSocketInfo::readEnabled |
Definition at line 33 of file qcfsocketnotifier_p.h.
| QObject* MacSocketInfo::readNotifier |
Definition at line 31 of file qcfsocketnotifier_p.h.
| CFRunLoopSourceRef MacSocketInfo::runloop |
Definition at line 30 of file qcfsocketnotifier_p.h.
| CFSocketRef MacSocketInfo::socket |
Definition at line 29 of file qcfsocketnotifier_p.h.
| bool MacSocketInfo::writeEnabled |
Definition at line 34 of file qcfsocketnotifier_p.h.
| QObject* MacSocketInfo::writeNotifier |
Definition at line 32 of file qcfsocketnotifier_p.h.