QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
#include <qgsgroupwmsdatadialog.h>
Public Slots | |
void | setGroupAbstract (const QString &abstract) |
Sets group WMS abstract. | |
void | setGroupShortName (const QString &shortName) |
Sets group WMS short name. | |
void | setGroupTitle (const QString &title) |
Sets group WMS title. | |
Public Member Functions | |
QgsGroupWmsDataDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
Constructor. | |
QString | groupAbstract () |
Returns group WMS abstract. | |
QString | groupShortName () |
Returns group WMS short name. | |
QString | groupTitle () |
Returns group WMS title. | |
Definition at line 28 of file qgsgroupwmsdatadialog.h.
QgsGroupWmsDataDialog::QgsGroupWmsDataDialog | ( | QWidget * | parent = nullptr , |
Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags |
||
) |
Constructor.
Definition at line 22 of file qgsgroupwmsdatadialog.cpp.
QString QgsGroupWmsDataDialog::groupAbstract | ( | ) |
Returns group WMS abstract.
Definition at line 51 of file qgsgroupwmsdatadialog.cpp.
QString QgsGroupWmsDataDialog::groupShortName | ( | ) |
Returns group WMS short name.
Definition at line 31 of file qgsgroupwmsdatadialog.cpp.
QString QgsGroupWmsDataDialog::groupTitle | ( | ) |
Returns group WMS title.
Definition at line 41 of file qgsgroupwmsdatadialog.cpp.
|
slot |
Sets group WMS abstract.
Definition at line 56 of file qgsgroupwmsdatadialog.cpp.
|
slot |
Sets group WMS short name.
Definition at line 36 of file qgsgroupwmsdatadialog.cpp.
|
slot |
Sets group WMS title.
Definition at line 46 of file qgsgroupwmsdatadialog.cpp.