Class: QgsMapInfoSymbolConversionContext
Context for a MapInfo symbol conversion operation.
Warning
This is private API only, and may change in future QGIS versions
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. |
-
class qgis.core.QgsMapInfoSymbolConversionContext[source]
Bases: object
-
clearWarnings(self)[source]
Clears the list of warning messages.
-
pushWarning(self, warning: str | None)[source]
Pushes a warning
message generated during the conversion.
- Parameters:
warning (Optional[str])
-
warnings(self) → List[str][source]
Returns a list of warning messages generated during the conversion.
- Return type:
List[str]