|
QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Interface class for dialogs that have an apply operation (e.g. for symbology) 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.
1.8.17