|
QGIS API Documentation 4.1.0-Master (5bf3c20f3c9)
|
Thread used to monitor the fcgi socket. More...
#include <qgsfcgiserverresponse.h>
Public Member Functions | |
| QgsSocketMonitoringThread (std::shared_ptr< QgsFeedback > feedback) | |
| Constructor for QgsSocketMonitoringThread. | |
| void | run () |
| main thread function | |
| void | stop () |
| Stop the thread. | |
Thread used to monitor the fcgi socket.
Definition at line 39 of file qgsfcgiserverresponse.h.
| QgsSocketMonitoringThread::QgsSocketMonitoringThread | ( | std::shared_ptr< QgsFeedback > | feedback | ) |
Constructor for QgsSocketMonitoringThread.
| feedback | used to cancel rendering jobs when socket timedout |
Definition at line 69 of file qgsfcgiserverresponse.cpp.
| void QgsSocketMonitoringThread::run | ( | ) |
main thread function
Definition at line 113 of file qgsfcgiserverresponse.cpp.
| void QgsSocketMonitoringThread::stop | ( | ) |
Stop the thread.
Definition at line 105 of file qgsfcgiserverresponse.cpp.