Class: QgsMapInfoSymbolConversionContext

class qgis.core.QgsMapInfoSymbolConversionContext

Bases: sip.wrapper

Context for a MapInfo symbol conversion operation.

Warning

This is private API only, and may change in future QGIS versions

New in version 3.20:

Methods

clearWarnings

Clears the list of warning messages.

pushWarning

Pushes a warning message generated during the conversion.

warnings

Returns a list of warning messages generated during the conversion.

clearWarnings(self)

Clears the list of warning messages.

pushWarning(self, warning: str)

Pushes a warning message generated during the conversion.

Parameters:

warning (str) –

warnings(self) List[str]

Returns a list of warning messages generated during the conversion.

Return type:

List[str]