| QGIS API Documentation 3.99.0-Master (f78f5286a64)
    | 
Stores settings related to the context in which a preview job runs. More...
#include <qgsdataprovider.h>
| Public Attributes | |
| double | lastRenderingTimeMs = -1 | 
| Previous rendering time for the layer, in ms. | |
| double | maxRenderingTimeMs = Qgis::MAXIMUM_LAYER_PREVIEW_TIME_MS | 
| Default maximum allowable render time, in ms. | |
Stores settings related to the context in which a preview job runs.
Definition at line 575 of file qgsdataprovider.h.
| double QgsDataProvider::PreviewContext::lastRenderingTimeMs = -1 | 
Previous rendering time for the layer, in ms.
Definition at line 578 of file qgsdataprovider.h.
| double QgsDataProvider::PreviewContext::maxRenderingTimeMs = Qgis::MAXIMUM_LAYER_PREVIEW_TIME_MS | 
Default maximum allowable render time, in ms.
Definition at line 581 of file qgsdataprovider.h.