Property sheet for a mesh map layer. Contains information, source and style tabs.
More...
#include <qgsmeshlayerproperties.h>
|
| | QgsMeshLayerProperties (QgsMapLayer *lyr, QgsMapCanvas *canvas, QWidget *parent=nullptr, Qt::WindowFlags=QgsGuiUtils::ModalDialogFlags) |
| | Constructor. More...
|
| |
| void | addPropertiesPageFactory (const QgsMapLayerConfigWidgetFactory *factory) |
| | Adds properties page from a factory. More...
|
| |
| | QgsOptionsDialogBase (const QString &settingsKey, QWidget *parent=nullptr, Qt::WindowFlags fl=Qt::WindowFlags(), QgsSettings *settings=nullptr) |
| | Constructor. More...
|
| |
| | ~QgsOptionsDialogBase () override |
| |
| void | addPage (const QString &title, const QString &tooltip, const QIcon &icon, QWidget *widget, const QStringList &path=QStringList()) |
| | Adds a new page to the dialog pages. More...
|
| |
| bool | iconOnly () |
| | Determine if the options list is in icon only mode. More...
|
| |
| void | initOptionsBase (bool restoreUi=true, const QString &title=QString()) |
| | Set up the base ui connections for vertical tabs. More...
|
| |
| void | insertPage (const QString &title, const QString &tooltip, const QIcon &icon, QWidget *widget, const QString &before, const QStringList &path=QStringList()) |
| | Inserts a new page into the dialog pages. More...
|
| |
| void | resizeAlltabs (int index) |
| | Resizes all tabs when the dialog is resized. More...
|
| |
| void | restoreLastPage () |
| | Refocus the active tab from the last time the dialog was shown. More...
|
| |
| void | restoreOptionsBaseUi (const QString &title=QString()) |
| | Restore the base ui. More...
|
| |
| void | setCurrentPage (const QString &page) |
| | Sets the dialog page (by object name) to show. More...
|
| |
| void | setSettings (QgsSettings *settings) |
| |
Property sheet for a mesh map layer. Contains information, source and style tabs.
- Since
- QGIS 3.16 in the GUI API
Definition at line 46 of file qgsmeshlayerproperties.h.
◆ QgsMeshLayerProperties()
| QgsMeshLayerProperties::QgsMeshLayerProperties |
( |
QgsMapLayer * |
lyr, |
|
|
QgsMapCanvas * |
canvas, |
|
|
QWidget * |
parent = nullptr, |
|
|
Qt::WindowFlags |
fl = QgsGuiUtils::ModalDialogFlags |
|
) |
| |
Constructor.
- Parameters
-
| lyr | Mesh map layer for which properties will be displayed |
| canvas | The map canvas |
| parent | The parent widget |
| fl | Window flags |
Definition at line 49 of file qgsmeshlayerproperties.cpp.
◆ addPropertiesPageFactory()
◆ optionsStackedWidget_CurrentChanged
| void QgsMeshLayerProperties::optionsStackedWidget_CurrentChanged |
( |
int |
index | ) |
|
|
overrideprotectedslot |
◆ TestQgsMeshLayerPropertiesDialog
| friend class TestQgsMeshLayerPropertiesDialog |
|
friend |
The documentation for this class was generated from the following files: