QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | List of all members
QgsApplyDialog Class Referenceabstract

Interface class for dialogs that have an apply operation (e.g. More...

#include <qgsapplydialog.h>

Inheritance diagram for QgsApplyDialog:
Inheritance graph
[legend]

Public Member Functions

 QgsApplyDialog ()=default
 Constructor for QgsApplyDialog. More...
 
virtual void apply () const =0
 This method is called when changes should be applied. More...
 

Detailed Description

Interface class for dialogs that have an apply operation (e.g.

for symbology)

Note
not available in Python bindings

Definition at line 27 of file qgsapplydialog.h.

Constructor & Destructor Documentation

QgsApplyDialog::QgsApplyDialog ( )
default

Constructor for QgsApplyDialog.

Member Function Documentation

virtual void QgsApplyDialog::apply ( ) const
pure virtual

This method is called when changes should be applied.

It needs to be implemented by subclasses.


The documentation for this class was generated from the following file: