![]() |
Qt 6.x
The Qt SDK
|
#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) QT_TRANSLATE_NOOP(QNativeSocketEngine, a) |
#define Q_CHECK_INVALID_SOCKETLAYER | ( | function, | |
returnValue | |||
) |
Definition at line 114 of file qnativesocketengine.cpp.
#define Q_CHECK_NOT_STATE | ( | function, | |
checkState, | |||
returnValue | |||
) |
Definition at line 124 of file qnativesocketengine.cpp.
#define Q_CHECK_STATE | ( | function, | |
checkState, | |||
returnValue | |||
) |
Definition at line 119 of file qnativesocketengine.cpp.
#define Q_CHECK_STATES | ( | function, | |
state1, | |||
state2, | |||
returnValue | |||
) |
Definition at line 129 of file qnativesocketengine.cpp.
#define Q_CHECK_STATES3 | ( | function, | |
state1, | |||
state2, | |||
state3, | |||
returnValue | |||
) |
Definition at line 135 of file qnativesocketengine.cpp.
#define Q_CHECK_TYPE | ( | function, | |
type, | |||
returnValue | |||
) |
Definition at line 141 of file qnativesocketengine.cpp.
#define Q_CHECK_TYPES | ( | function, | |
type1, | |||
type2, | |||
returnValue | |||
) |
Definition at line 147 of file qnativesocketengine.cpp.
#define Q_CHECK_VALID_SOCKETLAYER | ( | function, | |
returnValue | |||
) |
Definition at line 109 of file qnativesocketengine.cpp.
#define Q_TR | ( | a | ) | QT_TRANSLATE_NOOP(QNativeSocketEngine, a) |
Definition at line 153 of file qnativesocketengine.cpp.
#define Q_VOID |
Definition at line 106 of file qnativesocketengine.cpp.