mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-29 00:07:54 -04:00
in all raster layer properties pages, and make clicking the temporal indicator icon go straight to the layer's temporal property page
56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/raster/qgsrasterlayerproperties.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsRasterLayerProperties : QgsOptionsDialogBase
|
|
{
|
|
%Docstring
|
|
Property sheet for a raster map layer
|
|
|
|
.. versionadded:: 3.12
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsrasterlayerproperties.h"
|
|
%End
|
|
public:
|
|
|
|
|
|
QgsRasterLayerProperties( QgsMapLayer *lyr, QgsMapCanvas *canvas, QWidget *parent = 0, Qt::WindowFlags = QgsGuiUtils::ModalDialogFlags );
|
|
%Docstring
|
|
Constructor
|
|
|
|
:param lyr: Map layer for which properties will be displayed
|
|
:param canvas: the QgsMapCanvas instance
|
|
:param parent: the parent of this widget
|
|
:param fl: windows flag
|
|
%End
|
|
|
|
void setCurrentPage( const QString &page );
|
|
%Docstring
|
|
Sets the dialog ``page`` (by object name) to show.
|
|
|
|
.. versionadded:: 3.14
|
|
%End
|
|
|
|
protected slots:
|
|
|
|
};
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/raster/qgsrasterlayerproperties.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|