OpenMS
|
#include <OpenMS/SYSTEM/NetworkGetRequest.h>
Constructors and destructors | |
QByteArray | response_bytes_ |
QUrl | url_ |
QNetworkAccessManager * | manager_ |
QNetworkReply * | reply_ |
QNetworkReply::NetworkError | error_ |
QString | error_string_ |
NetworkGetRequest (QObject *parent=nullptr) | |
default constructor More... | |
~NetworkGetRequest () override | |
destructor More... | |
void | setUrl (const QUrl &url) |
QString | getResponse () const |
returns the response More... | |
const QByteArray & | getResponseBinary () const |
returns the response More... | |
bool | hasError () const |
returns true if an error occurred during the query More... | |
QString | getErrorString () const |
returns the error message, if hasError can be used to check whether an error has occurred More... | |
void | run () |
void | timeOut () |
void | replyFinished (QNetworkReply *) |
void | done () |
NetworkGetRequest & | operator= (const NetworkGetRequest &rhs) |
assignment operator More... | |
NetworkGetRequest (const NetworkGetRequest &rhs) | |
copy constructor More... | |
NetworkGetRequest | ( | QObject * | parent = nullptr | ) |
default constructor
|
override |
destructor
|
private |
copy constructor
|
signal |
QString getErrorString | ( | ) | const |
returns the error message, if hasError can be used to check whether an error has occurred
QString getResponse | ( | ) | const |
returns the response
const QByteArray& getResponseBinary | ( | ) | const |
returns the response
bool hasError | ( | ) | const |
returns true if an error occurred during the query
|
private |
assignment operator
|
privateslot |
|
slot |
void setUrl | ( | const QUrl & | url | ) |
|
slot |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |