|
QGIS API Documentation 3.99.0-Master (0c964c3d988)
|
A dialog which allows users to specify the properties of a model group box. More...
#include <qgsmodelgroupboxdefinitionwidget.h>

Public Member Functions | |
| QgsModelGroupBoxDefinitionDialog (const QgsProcessingModelGroupBox &box, QWidget *parent=nullptr) | |
| Constructor for QgsModelGroupBoxDefinitionWidget, for the specified group box. | |
| QgsProcessingModelGroupBox | groupBox () const |
| Returns a new instance of the group box, using the current settings defined in the dialog. | |
A dialog which allows users to specify the properties of a model group box.
Definition at line 73 of file qgsmodelgroupboxdefinitionwidget.h.
| QgsModelGroupBoxDefinitionDialog::QgsModelGroupBoxDefinitionDialog | ( | const QgsProcessingModelGroupBox & | box, |
| QWidget * | parent = nullptr ) |
Constructor for QgsModelGroupBoxDefinitionWidget, for the specified group box.
Definition at line 90 of file qgsmodelgroupboxdefinitionwidget.cpp.
| QgsProcessingModelGroupBox QgsModelGroupBoxDefinitionDialog::groupBox | ( | ) | const |
Returns a new instance of the group box, using the current settings defined in the dialog.
Definition at line 110 of file qgsmodelgroupboxdefinitionwidget.cpp.