Class that pings a server to find out whether it's available or not.
More...
Protected Slots |
| virtual void | finished (QNetworkReply *) |
| | Callback called by the network request.
|
Detailed Description
Class that pings a server to find out whether it's available or not.
\ ingroup vrvOsgEarthQt
Constructor & Destructor Documentation
| makVrv::DtServerAvailable::DtServerAvailable |
( |
const std::string & |
serverKey, |
|
|
const QUrl & |
page |
|
) |
| |
| virtual makVrv::DtServerAvailable::~DtServerAvailable |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void makVrv::DtServerAvailable::processRequest |
( |
| ) |
|
Sends the request to the server.
| virtual void makVrv::DtServerAvailable::finished |
( |
QNetworkReply * |
| ) |
|
|
protectedvirtualslot |
Callback called by the network request.
Member Data Documentation
| boost::signal<void (const std::string&, bool, const std::string&)> makVrv::DtServerAvailable::signal_serverAvailable |
| QNetworkAccessManager makVrv::DtServerAvailable::myManager |
|
protected |
| QUrl makVrv::DtServerAvailable::myUrl |
|
protected |
| std::string makVrv::DtServerAvailable::myKey |
|
protected |
The documentation for this class was generated from the following file: