QGIS/python/core/auto_generated/qgstemporalcontroller.sip.in

49 lines
1.6 KiB
Plaintext
Raw Normal View History

/************************************************************************
* 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.
.. versionadded:: 3.14
%End
%TypeHeaderCode
#include "qgstemporalcontroller.h"
%End
public:
2020-03-12 09:27:09 +10:00
QgsTemporalController( QObject *parent /TransferThis/ = 0 );
%Docstring
2020-03-12 09:27:09 +10:00
Constructor for QgsTemporalController, with the specified ``parent`` object.
%End
signals:
2020-03-07 17:36:25 +01:00
void updateTemporalRange( const QgsDateTimeRange &range );
2020-03-07 17:36:25 +01:00
%Docstring
2020-03-12 09:27:09 +10:00
Signals that a temporal ``range`` has changed and needs to be updated in
all connected objects.
2020-03-07 17:36:25 +01:00
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgstemporalcontroller.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/