#include #include "PythonQtWrapper_QHostInfo.h" #include "PythonQtWrapper_QHostAddress.h" #include "PythonQtWrapper_QNetworkAddressEntry.h" #include "PythonQtWrapper_QIPv6Address.h" #include "PythonQtWrapper_QAuthenticator.h" #include "PythonQtWrapper_QNetworkCookie.h" #include "PythonQtWrapper_QUrlInfo.h" #include "PythonQtWrapper_QNetworkProxy.h" #include "PythonQtWrapper_QNetworkInterface.h" #include "PythonQtWrapper_QSsl.h" #include "PythonQtWrapper_QNetworkRequest.h" #include "PythonQtWrapper_QHttpHeader.h" #include "PythonQtWrapper_QLocalServer.h" #include "PythonQtWrapper_QHttpRequestHeader.h" #include "PythonQtWrapper_QNetworkAccessManager.h" #include "PythonQtWrapper_QTcpServer.h" #include "PythonQtWrapper_QNetworkCookieJar.h" #include "PythonQtWrapper_QFtp.h" #include "PythonQtWrapper_QHttp.h" #include "PythonQtWrapper_QHttpResponseHeader.h" #include "PythonQtWrapper_QAbstractSocket.h" #include "PythonQtWrapper_QLocalSocket.h" #include "PythonQtWrapper_QNetworkReply.h" #include "PythonQtWrapper_QUdpSocket.h" #include "PythonQtWrapper_QTcpSocket.h" void PythonQt_init_QtNetwork() { PythonQt::self()->registerCPPClass("QHostInfo", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QHostAddress", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QNetworkAddressEntry", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QIPv6Address", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QAuthenticator", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QNetworkCookie", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QUrlInfo", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QNetworkProxy", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QNetworkInterface", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QSsl", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QNetworkRequest", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QHttpHeader", "", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QLocalServer::staticMetaObject, "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QHttpRequestHeader", "QHttpHeader", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QNetworkAccessManager::staticMetaObject, "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QTcpServer::staticMetaObject, "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QNetworkCookieJar::staticMetaObject, "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QFtp::staticMetaObject, "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QHttp::staticMetaObject, "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QHttpResponseHeader", "QHttpHeader", "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QAbstractSocket::staticMetaObject, "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QLocalSocket::staticMetaObject, "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QNetworkReply::staticMetaObject, "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QUdpSocket::staticMetaObject, "QtNetwork", PythonQtCreateObject); PythonQt::self()->registerClass(&QTcpSocket::staticMetaObject, "QtNetwork", PythonQtCreateObject); }