QGIS/python/gui/auto_generated/qgstemporalcontrollerwidget.sip.in
Nyall Dawson c040952354 Minor refactor of temporal controller dock widget
- Split widget from dock widget for flexibility
- Move dock widget class to app and only expose QgsTemporalControllWidget in public api
2020-03-13 18:06:02 +10:00

48 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgstemporalcontrollerwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsTemporalControllerWidget : QgsPanelWidget
{
%Docstring
A widget for controlling playback properties of a QgsTemporalController.
.. versionadded:: 3.14
%End
%TypeHeaderCode
#include "qgstemporalcontrollerwidget.h"
%End
public:
QgsTemporalControllerWidget( QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor for QgsTemporalControllerWidget, with the specified ``parent`` widget.
%End
QgsTemporalController *temporalController();
%Docstring
Returns the temporal controller object used by this object in navigation.
The dock widget retains ownership of the returned object.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgstemporalcontrollerwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/