Qt 4.8
Public Functions | Public Variables | List of all members
MacSocketInfo Struct Reference

#include <qeventdispatcher_mac_p.h>

Public Functions

 MacSocketInfo ()
 

Public Variables

QObjectreadNotifier
 
CFRunLoopSourceRef runloop
 
CFSocketRef socket
 
QObjectwriteNotifier
 

Detailed Description

Definition at line 151 of file qeventdispatcher_mac_p.h.

Constructors and Destructors

◆ MacSocketInfo()

MacSocketInfo::MacSocketInfo ( )
inline

Definition at line 152 of file qeventdispatcher_mac_p.h.

152 : socket(0), runloop(0), readNotifier(0), writeNotifier(0) {}
CFRunLoopSourceRef runloop

Properties

◆ readNotifier

QObject* MacSocketInfo::readNotifier

◆ runloop

CFRunLoopSourceRef MacSocketInfo::runloop

◆ socket

CFSocketRef MacSocketInfo::socket

◆ writeNotifier

QObject* MacSocketInfo::writeNotifier

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