QgsApplyDialog class
Interface class for dialogs that have an apply operation (e.g.
Contents
for symbology)
Constructors, destructors, conversion operators
- QgsApplyDialog() defaulted
- Constructor for QgsApplyDialog.
Public functions
- void apply() const pure virtual
- This method is called when changes should be applied.
Function documentation
void QgsApplyDialog:: apply() const pure virtual
This method is called when changes should be applied.
It needs to be implemented by subclasses.