| QGIS API Documentation
    3.18.1-Zürich (202f1bf7e5)
    | 
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.  More... | |
| double | maxRenderingTimeMs = MAXIMUM_LAYER_PREVIEW_TIME_MS | 
| Default maximum allowable render time, in ms.  More... | |
Stores settings related to the context in which a preview job runs.
Definition at line 533 of file qgsdataprovider.h.
| double QgsDataProvider::PreviewContext::lastRenderingTimeMs = -1 | 
Previous rendering time for the layer, in ms.
Definition at line 536 of file qgsdataprovider.h.
| double QgsDataProvider::PreviewContext::maxRenderingTimeMs = MAXIMUM_LAYER_PREVIEW_TIME_MS | 
Default maximum allowable render time, in ms.
Definition at line 539 of file qgsdataprovider.h.