| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
Handles conversion of MapInfo symbols to QGIS symbology. More...
#include <qgsmapinfosymbolconverter.h>
| Static Public Member Functions | |
| static QgsFillSymbol * | convertFillSymbol (int identifier, QgsMapInfoSymbolConversionContext &context, const QColor &foreColor, const QColor &backColor=QColor()) | 
| Converts the MapInfo fill symbol with the specified identifier to a QgsFillSymbol.  More... | |
| static QgsLineSymbol * | convertLineSymbol (int identifier, QgsMapInfoSymbolConversionContext &context, const QColor &foreColor, double size, QgsUnitTypes::RenderUnit sizeUnit, bool interleaved=false) | 
| Converts the MapInfo line symbol with the specified identifier to a QgsLineSymbol.  More... | |
| static QgsMarkerSymbol * | convertMarkerSymbol (int identifier, QgsMapInfoSymbolConversionContext &context, const QColor &color, double size, QgsUnitTypes::RenderUnit sizeUnit) | 
| Converts the MapInfo marker symbol with the specified identifier to a QgsMarkerSymbol.  More... | |
Handles conversion of MapInfo symbols to QGIS symbology.
Definition at line 66 of file qgsmapinfosymbolconverter.h.
| 
 | static | 
Converts the MapInfo fill symbol with the specified identifier to a QgsFillSymbol.
The caller takes ownership of the returned symbol.
Definition at line 1103 of file qgsmapinfosymbolconverter.cpp.
| 
 | static | 
Converts the MapInfo line symbol with the specified identifier to a QgsLineSymbol.
The caller takes ownership of the returned symbol.
Definition at line 36 of file qgsmapinfosymbolconverter.cpp.
| 
 | static | 
Converts the MapInfo marker symbol with the specified identifier to a QgsMarkerSymbol.
This method will convert a MapInfo "MapInfo 3.0 Compatible" symbol with a specific identifier to a QgsMarkerSymbol.
The caller takes ownership of the returned symbol.
Definition at line 1394 of file qgsmapinfosymbolconverter.cpp.