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

#include <qeventdispatcher_win_p.h>

Collaboration diagram for QSockFd:

Public Member Functions

 QSockFd (long ev=0, long ma=0)

Public Attributes

long event
long mask
bool selected

Detailed Description

Definition at line 78 of file qeventdispatcher_win_p.h.

Constructor & Destructor Documentation

◆ QSockFd()

QSockFd::QSockFd ( long ev = 0,
long ma = 0 )
inlineexplicit

Definition at line 83 of file qeventdispatcher_win_p.h.

References event, mask, and selected.

Member Data Documentation

◆ event

long QSockFd::event

Definition at line 79 of file qeventdispatcher_win_p.h.

Referenced by QSockFd().

◆ mask

long QSockFd::mask

Definition at line 80 of file qeventdispatcher_win_p.h.

Referenced by QSockFd().

◆ selected

bool QSockFd::selected

Definition at line 81 of file qeventdispatcher_win_p.h.

Referenced by QSockFd().


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