![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qnativesocketengine_p_p.h"
#include <qabstracteventdispatcher.h>
#include <qsocketnotifier.h>
#include <qnetworkinterface.h>
#include <private/qthread_p.h>
#include <private/qobject_p.h>
#include "qnetworkproxy.h"
#include "qabstractsocket.h"
#include "qtcpserver.h"
#include "qsctpserver.h"
#include "moc_qnativesocketengine_p.cpp"
Go to the source code of this file.
Classes | |
class | QReadNotifier |
class | QWriteNotifier |
class | QExceptionNotifier |
Macros | |
#define | Q_VOID |
#define | Q_CHECK_VALID_SOCKETLAYER(function, returnValue) |
#define | Q_CHECK_INVALID_SOCKETLAYER(function, returnValue) |
#define | Q_CHECK_STATE(function, checkState, returnValue) |
#define | Q_CHECK_NOT_STATE(function, checkState, returnValue) |
#define | Q_CHECK_STATES(function, state1, state2, returnValue) |
#define | Q_CHECK_STATES3(function, state1, state2, state3, returnValue) |
#define | Q_CHECK_TYPE(function, type, returnValue) |
#define | Q_CHECK_TYPES(function, type1, type2, returnValue) |
#define | Q_TR(a) |
#define Q_CHECK_INVALID_SOCKETLAYER | ( | function, | |
returnValue ) |
Definition at line 120 of file qnativesocketengine.cpp.
#define Q_CHECK_NOT_STATE | ( | function, | |
checkState, | |||
returnValue ) |
Definition at line 130 of file qnativesocketengine.cpp.
#define Q_CHECK_STATE | ( | function, | |
checkState, | |||
returnValue ) |
Definition at line 125 of file qnativesocketengine.cpp.
#define Q_CHECK_STATES | ( | function, | |
state1, | |||
state2, | |||
returnValue ) |
Definition at line 135 of file qnativesocketengine.cpp.
#define Q_CHECK_STATES3 | ( | function, | |
state1, | |||
state2, | |||
state3, | |||
returnValue ) |
Definition at line 141 of file qnativesocketengine.cpp.
Definition at line 147 of file qnativesocketengine.cpp.
#define Q_CHECK_TYPES | ( | function, | |
type1, | |||
type2, | |||
returnValue ) |
Definition at line 153 of file qnativesocketengine.cpp.
#define Q_CHECK_VALID_SOCKETLAYER | ( | function, | |
returnValue ) |
Definition at line 115 of file qnativesocketengine.cpp.
#define Q_TR | ( | a | ) |
Definition at line 159 of file qnativesocketengine.cpp.
#define Q_VOID |
Definition at line 112 of file qnativesocketengine.cpp.