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
qudpsocket.cpp File Reference

(7a308dccb5d425cfbbdbdcc8ce1545d0c66a2c76)

#include "qudpsocket.h"
#include "qhostaddress.h"
#include "qnetworkdatagram.h"
#include "qnetworkinterface.h"
#include "qabstractsocket_p.h"
#include "moc_qudpsocket.cpp"
Include dependency graph for qudpsocket.cpp:

Go to the source code of this file.

Classes

class  QUdpSocketPrivate

Macros

#define QT_CHECK_BOUND(function, a)

Macro Definition Documentation

◆ QT_CHECK_BOUND

#define QT_CHECK_BOUND ( function,
a )
Value:
do { \
if (!isValid()) { \
qWarning(function" called on a QUdpSocket when not in QUdpSocket::BoundState"); \
return (a); \
} } while (0)
DBusConnection const char DBusError DBusBusType DBusError return DBusConnection DBusHandleMessageFunction function
[0]
GLboolean GLboolean GLboolean GLboolean a

Definition at line 75 of file qudpsocket.cpp.