2020-03-06 17:04:32 +03:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/qgstemporalcontroller.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsTemporalController : QObject
|
|
|
|
{
|
|
|
|
%Docstring
|
2020-03-07 17:36:25 +01:00
|
|
|
A controller base class for temporal objects, contains a signal for notifying
|
|
|
|
updates of the objects temporal range.
|
2020-03-06 17:04:32 +03:00
|
|
|
|
|
|
|
.. versionadded:: 3.14
|
|
|
|
%End
|
|
|
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgstemporalcontroller.h"
|
|
|
|
%End
|
|
|
|
public:
|
|
|
|
|
2020-03-11 08:15:35 +01:00
|
|
|
QgsTemporalController( QObject *parent = 0 );
|
2020-03-06 17:04:32 +03:00
|
|
|
%Docstring
|
|
|
|
Constructor for QgsTemporalController.
|
|
|
|
%End
|
|
|
|
|
|
|
|
signals:
|
2020-03-07 17:36:25 +01:00
|
|
|
|
2020-03-06 17:04:32 +03:00
|
|
|
void updateTemporalRange( const QgsDateTimeRange &range );
|
2020-03-07 17:36:25 +01:00
|
|
|
%Docstring
|
|
|
|
Signals that a temporal ``range`` has changed and need to be updated to
|
|
|
|
the related objects.
|
|
|
|
%End
|
2020-03-06 17:04:32 +03:00
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/qgstemporalcontroller.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|