QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Context for a MapInfo symbol conversion operation. More...
#include <qgsmapinfosymbolconverter.h>
Public Member Functions | |
void | clearWarnings () |
Clears the list of warning messages. More... | |
void | pushWarning (const QString &warning) |
Pushes a warning message generated during the conversion. More... | |
QStringList | warnings () const |
Returns a list of warning messages generated during the conversion. More... | |
Context for a MapInfo symbol conversion operation.
Definition at line 35 of file qgsmapinfosymbolconverter.h.
|
inline |
Clears the list of warning messages.
Definition at line 52 of file qgsmapinfosymbolconverter.h.
void QgsMapInfoSymbolConversionContext::pushWarning | ( | const QString & | warning | ) |
Pushes a warning message generated during the conversion.
Definition at line 29 of file qgsmapinfosymbolconverter.cpp.
|
inline |
Returns a list of warning messages generated during the conversion.
Definition at line 47 of file qgsmapinfosymbolconverter.h.