mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgsdataprovidertemporalcapabilities.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsDataProviderTemporalCapabilities : QgsTemporalProperty
|
|
{
|
|
%Docstring
|
|
Base class for handling properties relating to a data provider's temporal capabilities.
|
|
|
|
.. versionadded:: 3.14
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsdataprovidertemporalcapabilities.h"
|
|
%End
|
|
public:
|
|
|
|
QgsDataProviderTemporalCapabilities( bool enabled = false );
|
|
%Docstring
|
|
Constructor for QgsDataProviderTemporalCapabilities.
|
|
|
|
The ``enabled`` argument specifies whether the data provider has temporal capabilities.
|
|
%End
|
|
|
|
virtual ~QgsDataProviderTemporalCapabilities();
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgsdataprovidertemporalcapabilities.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|