QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Attributes | List of all members
QgsDataProvider::PreviewContext Struct Reference

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...
 

Detailed Description

Stores settings related to the context in which a preview job runs.

Note
Not available in Python bindings
Since
QGIS 3.0

Definition at line 490 of file qgsdataprovider.h.

Member Data Documentation

double QgsDataProvider::PreviewContext::lastRenderingTimeMs = -1

Previous rendering time for the layer, in ms.

Definition at line 493 of file qgsdataprovider.h.

double QgsDataProvider::PreviewContext::maxRenderingTimeMs = MAXIMUM_LAYER_PREVIEW_TIME_MS

Default maximum allowable render time, in ms.

Definition at line 496 of file qgsdataprovider.h.


The documentation for this struct was generated from the following file: