mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
- Split widget from dock widget for flexibility - Move dock widget class to app and only expose QgsTemporalControllWidget in public api
48 lines
1.6 KiB
Plaintext
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 *
|
|
************************************************************************/
|