Class: QgsValidityCheckContext¶
Base class for validity check contexts.
QgsAbstractValidityCheck subclasses are passed a
QgsValidityCheckContext subclass which encapsulates the
context around that particular check type. For instance, a
QgsAbstractValidityCheck of the
QgsAbstractValidityCheck.TypeLayoutCheck type will be passed
a QgsLayoutValidityCheckContext context, containing a
reference to the QgsLayout to be checked.
Added in version 3.6.
Note
This is an abstract class, with methods which must be implemented by a subclass.
The following methods must be implemented: type()
Class Hierarchy¶
Subclasses¶
Validity check context for print layout validation. |
Abstract Methods
Returns the context type. |
Attributes