Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSocketNotifierSetUNIX Struct Referencefinal

#include <qeventdispatcher_unix_p.h>

+ Collaboration diagram for QSocketNotifierSetUNIX:

Public Member Functions

 QSocketNotifierSetUNIX () noexcept
 
bool isEmpty () const noexcept
 
short events () const noexcept
 

Public Attributes

QSocketNotifiernotifiers [3]
 

Detailed Description

Definition at line 30 of file qeventdispatcher_unix_p.h.

Constructor & Destructor Documentation

◆ QSocketNotifierSetUNIX()

QSocketNotifierSetUNIX::QSocketNotifierSetUNIX ( )
inlinenoexcept

Definition at line 116 of file qeventdispatcher_unix_p.h.

References notifiers.

Member Function Documentation

◆ events()

short QSocketNotifierSetUNIX::events ( ) const
inlinenoexcept

Definition at line 128 of file qeventdispatcher_unix_p.h.

References notifiers.

◆ isEmpty()

bool QSocketNotifierSetUNIX::isEmpty ( ) const
inlinenoexcept

Definition at line 123 of file qeventdispatcher_unix_p.h.

References notifiers.

Member Data Documentation

◆ notifiers

QSocketNotifier* QSocketNotifierSetUNIX::notifiers[3]

Definition at line 37 of file qeventdispatcher_unix_p.h.

Referenced by QSocketNotifierSetUNIX(), events(), and isEmpty().


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