QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Interface class for dialogs that have an apply operation (e.g. More...
#include <qgsapplydialog.h>
Public Member Functions | |
QgsApplyDialog ()=default | |
Constructor for QgsApplyDialog. More... | |
virtual void | apply () const =0 |
This method is called when changes should be applied. More... | |
Interface class for dialogs that have an apply operation (e.g.
for symbology)
Definition at line 27 of file qgsapplydialog.h.
|
default |
Constructor for QgsApplyDialog.
|
pure virtual |
This method is called when changes should be applied.
It needs to be implemented by subclasses.