mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Update docs
This commit is contained in:
parent
91c913077c
commit
56508b57ca
@ -481,11 +481,10 @@ class CORE_EXPORT QgsDataProvider : public QObject
|
|||||||
/**
|
/**
|
||||||
* Returns whether the layer must be rendered in preview jobs.
|
* Returns whether the layer must be rendered in preview jobs.
|
||||||
*
|
*
|
||||||
* The base implementation returns lastRenderingTimeMS <= maxRenderingTimeMS
|
* The \a context argument gives useful information which can be used
|
||||||
|
* to determine whether the layer should be rendered or not.
|
||||||
*
|
*
|
||||||
* \param lastRenderingTimeMS last rendering time in milliseconds.
|
* The base implementation returns true if lastRenderingTimeMs <= maxRenderingTimeMs.
|
||||||
* \param maxRenderingTimeMS maximum allowed rendering time in milliseconds.
|
|
||||||
* \returns true if the layer must be rendered.
|
|
||||||
*
|
*
|
||||||
* \since QGIS 3.0
|
* \since QGIS 3.0
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user