QGIS API Documentation 3.43.0-Master (32433f7016e)
|
A dialog for configuring a WMS group. More...
#include <qgsgroupwmsdatadialog.h>
Public Member Functions | |
QgsGroupWmsDataDialog (const QgsMapLayerServerProperties &serverProperties, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
Constructor. | |
Q_DECL_DEPRECATED | QgsGroupWmsDataDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) |
Constructor. | |
~QgsGroupWmsDataDialog () override=default | |
void | accept () override |
Q_DECL_DEPRECATED QString | groupAbstract () const |
Returns group WMS abstract. | |
Q_DECL_DEPRECATED QString | groupShortName () const |
Returns group WMS short name. | |
Q_DECL_DEPRECATED QString | groupTitle () const |
Returns group WMS title. | |
QgsMapLayerServerProperties * | serverProperties () |
Returns QGIS Server Properties for the layer tree group. | |
const QgsMapLayerServerProperties * | serverProperties () const |
Returns QGIS Server Properties const for the layer tree group. | |
Q_DECL_DEPRECATED void | setGroupAbstract (const QString &abstract) |
Sets group WMS abstract. | |
Q_DECL_DEPRECATED void | setGroupShortName (const QString &shortName) |
Sets group WMS short name. | |
Q_DECL_DEPRECATED void | setGroupTitle (const QString &title) |
Sets group WMS title. | |
A dialog for configuring a WMS group.
Definition at line 29 of file qgsgroupwmsdatadialog.h.
QgsGroupWmsDataDialog::QgsGroupWmsDataDialog | ( | QWidget * | parent = nullptr , |
Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags |
||
) |
Constructor.
parent | parent widget |
fl | dialog window flags |
Definition at line 22 of file qgsgroupwmsdatadialog.cpp.
QgsGroupWmsDataDialog::QgsGroupWmsDataDialog | ( | const QgsMapLayerServerProperties & | serverProperties, |
QWidget * | parent = nullptr , |
||
Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags |
||
) |
Constructor.
serverProperties | used to initialize the dialog |
parent | parent widget |
fl | dialog window flags |
Definition at line 27 of file qgsgroupwmsdatadialog.cpp.
|
overridedefault |
|
override |
Definition at line 85 of file qgsgroupwmsdatadialog.cpp.
QString QgsGroupWmsDataDialog::groupAbstract | ( | ) | const |
Returns group WMS abstract.
Definition at line 63 of file qgsgroupwmsdatadialog.cpp.
QString QgsGroupWmsDataDialog::groupShortName | ( | ) | const |
Returns group WMS short name.
Definition at line 39 of file qgsgroupwmsdatadialog.cpp.
QString QgsGroupWmsDataDialog::groupTitle | ( | ) | const |
Returns group WMS title.
Definition at line 51 of file qgsgroupwmsdatadialog.cpp.
QgsMapLayerServerProperties * QgsGroupWmsDataDialog::serverProperties | ( | ) |
Returns QGIS Server Properties for the layer tree group.
Definition at line 75 of file qgsgroupwmsdatadialog.cpp.
const QgsMapLayerServerProperties * QgsGroupWmsDataDialog::serverProperties | ( | ) | const |
Returns QGIS Server Properties const for the layer tree group.
Definition at line 80 of file qgsgroupwmsdatadialog.cpp.
void QgsGroupWmsDataDialog::setGroupAbstract | ( | const QString & | abstract | ) |
Sets group WMS abstract.
Definition at line 69 of file qgsgroupwmsdatadialog.cpp.
void QgsGroupWmsDataDialog::setGroupShortName | ( | const QString & | shortName | ) |
Sets group WMS short name.
Definition at line 45 of file qgsgroupwmsdatadialog.cpp.
void QgsGroupWmsDataDialog::setGroupTitle | ( | const QString & | title | ) |
Sets group WMS title.
Definition at line 57 of file qgsgroupwmsdatadialog.cpp.