| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
A widget 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 SIP_TRANSFERTHIS=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 widget which allows users to specify the properties of a model group box.
Definition at line 44 of file qgsmodelgroupboxdefinitionwidget.h.
| QgsModelGroupBoxDefinitionDialog::QgsModelGroupBoxDefinitionDialog | ( | const QgsProcessingModelGroupBox & | box, | 
| QWidget *parent | SIP_TRANSFERTHIS = nullptr  | 
        ||
| ) | 
Constructor for QgsModelGroupBoxDefinitionWidget, for the specified group box.
Definition at line 29 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 70 of file qgsmodelgroupboxdefinitionwidget.cpp.