All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <HttpAccess.h>
Signals | |
| void | finished (bool ok) |
| void | ready () |
Public Member Functions | |
| void | get (const QUrl &url) |
| HttpAccess (const QString &testUrl, QObject *parent=0) | |
| bool | isReady () const |
| void | post (const QUrl &url, const QByteArray &data) |
| const QByteArray & | receivedData () const |
| ~HttpAccess () | |
Brief description of class still missing.
Full description of class still missing
| QGpGuiTools::HttpAccess::HttpAccess | ( | const QString & | testUrl, |
| QObject * | parent = 0 |
||
| ) |
| void QGpGuiTools::HttpAccess::finished | ( | bool | ok | ) | [signal] |
| void QGpGuiTools::HttpAccess::get | ( | const QUrl & | url | ) |
References finished(), and TRACE.
| bool QGpGuiTools::HttpAccess::isReady | ( | ) | const [inline] |
{return _proxy;}
| void QGpGuiTools::HttpAccess::post | ( | const QUrl & | url, |
| const QByteArray & | data | ||
| ) |
References finished(), and TRACE.
| void QGpGuiTools::HttpAccess::ready | ( | ) | [signal] |
Referenced by HttpAccess().
| const QByteArray& QGpGuiTools::HttpAccess::receivedData | ( | ) | const [inline] |
{return _receivedData;}