![]() |
Qt 4.8
|
This is the complete list of members for QHttp, including all inherited members.
| abort() | QHttp | slot |
| Aborted enum value | QHttp | |
| authenticationRequired(const QString &hostname, quint16 port, QAuthenticator *) | QHttp | signal |
| AuthenticationRequiredError enum value | QHttp | |
| blockSignals(bool b) | QObject | |
| bytesAvailable() const | QHttp | |
| childEvent(QChildEvent *) | QObject | protectedvirtual |
| children() const | QObject | inline |
| clearPendingRequests() | QHttp | |
| close() | QHttp | |
| closeConnection() | QHttp | |
| Closing enum value | QHttp | |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline |
| Connected enum value | QHttp | |
| Connecting enum value | QHttp | |
| ConnectionMode enum name | QHttp | |
| ConnectionModeHttp enum value | QHttp | |
| ConnectionModeHttps enum value | QHttp | |
| ConnectionRefused enum value | QHttp | |
| connectNotify(const char *signal) | QObject | protectedvirtual |
| currentDestinationDevice() const | QHttp | |
| currentId() const | QHttp | |
| currentRequest() const | QHttp | |
| currentSourceDevice() const | QHttp | |
| customEvent(QEvent *) | QObject | protectedvirtual |
| d_ptr | QObject | protected |
| dataReadProgress(int, int) | QHttp | signal |
| dataSendProgress(int, int) | QHttp | signal |
| deleteLater() | QObject | slot |
| destroyed(QObject *=0) | QObject | signal |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static |
| disconnect(const char *signal=0, const QObject *receiver=0, const char *member=0) | QObject | inline |
| disconnect(const QObject *receiver, const char *member=0) | QObject | inline |
| disconnectNotify(const char *signal) | QObject | protectedvirtual |
| done(bool) | QHttp | signal |
| dumpObjectInfo() | QObject | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() const | QObject | |
| error() const | QHttp | |
| Error enum name | QHttp | |
| errorString() const | QHttp | |
| event(QEvent *) | QObject | virtual |
| eventFilter(QObject *, QEvent *) | QObject | virtual |
| findChild(const QString &aName=QString()) const | QObject | inline |
| findChildren(const QString &aName=QString()) const | QObject | inline |
| findChildren(const QRegExp &re) const | QObject | inline |
| get(const QString &path, QIODevice *to=0) | QHttp | |
| hasPendingRequests() const | QHttp | |
| head(const QString &path) | QHttp | |
| HostLookup enum value | QHttp | |
| HostNotFound enum value | QHttp | |
| ignoreSslErrors() | QHttp | slot |
| inherits(const char *classname) const | QObject | inline |
| installEventFilter(QObject *) | QObject | |
| InvalidResponseHeader enum value | QHttp | |
| isWidgetType() const | QObject | inline |
| killTimer(int id) | QObject | |
| lastResponse() const | QHttp | |
| metaObject() const | QObject | virtual |
| moveToThread(QThread *thread) | QObject | |
| NoError enum value | QHttp | |
| objectName() const | QObject | |
| parent() const | QObject | inline |
| post(const QString &path, QIODevice *data, QIODevice *to=0) | QHttp | |
| post(const QString &path, const QByteArray &data, QIODevice *to=0) | QHttp | |
| property(const char *name) const | QObject | |
| proxyAuthenticationRequired(const QNetworkProxy &proxy, QAuthenticator *) | QHttp | signal |
| ProxyAuthenticationRequiredError enum value | QHttp | |
| qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| qFindChildrenqFindChildren(const QObject *obj, const QRegExp ®Exp)() | QObject | related |
| QHttp(QObject *parent=0) | QHttp | explicit |
| QHttp(const QString &hostname, quint16 port=80, QObject *parent=0) | QHttp | |
| QHttp(const QString &hostname, ConnectionMode mode, quint16 port=0, QObject *parent=0) | QHttp | |
| QHttpCloseRequest class | QHttp | friend |
| QHttpNormalRequest class | QHttp | friend |
| QHttpPGHRequest class | QHttp | friend |
| QHttpSetHostRequest class | QHttp | friend |
| QHttpSetProxyRequest class | QHttp | friend |
| QHttpSetSocketRequest class | QHttp | friend |
| QHttpSetUserRequest class | QHttp | friend |
| QObject(QObject *parent=0) | QObject | explicit |
| QObject(QObjectPrivate &dd, QObject *parent=0) | QObject | protected |
| qobject_cast(QObject *object) | QObject | related |
| QObjectList | QObject | related |
| qt_find_obj_child(QObject *parent, const char *type, const QString &name) | QObject | related |
| read(char *data, qint64 maxlen) | QHttp | |
| readAll() | QHttp | |
| Reading enum value | QHttp | |
| readyRead(const QHttpResponseHeader &resp) | QHttp | signal |
| receivers(const char *signal) const | QObject | protected |
| registerUserData() | QObject | static |
| removeEventFilter(QObject *) | QObject | |
| request(const QHttpRequestHeader &header, QIODevice *device=0, QIODevice *to=0) | QHttp | |
| request(const QHttpRequestHeader &header, const QByteArray &data, QIODevice *to=0) | QHttp | |
| requestFinished(int, bool) | QHttp | signal |
| requestStarted(int) | QHttp | signal |
| responseHeaderReceived(const QHttpResponseHeader &resp) | QHttp | signal |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| Sending enum value | QHttp | |
| setHost(const QString &hostname, quint16 port=80) | QHttp | |
| setHost(const QString &hostname, ConnectionMode mode, quint16 port=0) | QHttp | |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setProxy(const QString &host, int port, const QString &username=QString(), const QString &password=QString()) | QHttp | |
| setProxy(const QNetworkProxy &proxy) | QHttp | |
| setSocket(QTcpSocket *socket) | QHttp | |
| setUser(const QString &username, const QString &password=QString()) | QHttp | |
| setUserData(uint id, QObjectUserData *data) | QObject | |
| signalsBlocked() const | QObject | inline |
| sslErrors(const QList< QSslError > &errors) | QHttp | signal |
| startTimer(int interval) | QObject | |
| state() const | QHttp | |
| State enum name | QHttp | |
| stateChanged(int) | QHttp | signal |
| staticMetaObject | QObject | static |
| staticQtMetaObject | QObject | protectedstatic |
| thread() const | QObject | |
| timerEvent(QTimerEvent *) | QObject | protectedvirtual |
| tr(const char *sourceText, const char *comment=0, int n=-1) | QObject | static |
| trUtf8(const char *sourceText, const char *comment=0, int n=-1) | QObject | static |
| Unconnected enum value | QHttp | |
| UnexpectedClose enum value | QHttp | |
| UnknownError enum value | QHttp | |
| userData(uint id) const | QObject | |
| WrongContentLength enum value | QHttp | |
| ~QHttp() | QHttp | virtual |
| ~QObject() | QObject | virtual |