| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Encapsulates the context in which a QgsVectorLayer's temporal capabilities will be applied. More...
#include <qgsvectorlayertemporalproperties.h>
Public Member Functions | |
| QgsVectorLayer * | layer () const | 
| Returns the associated layer.   | |
| void | setLayer (QgsVectorLayer *layer) | 
| Sets the associated layer.   | |
Encapsulates the context in which a QgsVectorLayer's temporal capabilities will be applied.
Definition at line 39 of file qgsvectorlayertemporalproperties.h.
| QgsVectorLayer * QgsVectorLayerTemporalContext::layer | ( | ) | const | 
Returns the associated layer.
Definition at line 712 of file qgsvectorlayertemporalproperties.cpp.
| void QgsVectorLayerTemporalContext::setLayer | ( | QgsVectorLayer * | layer | ) | 
Sets the associated layer.
Definition at line 717 of file qgsvectorlayertemporalproperties.cpp.