Skip to content

Commit

Permalink
Sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 7, 2021
1 parent 98f0bcb commit 2c75fd0
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -60,6 +60,13 @@ Handles conversion of MapInfo symbols to QGIS symbology.
%Docstring
Converts the MapInfo line symbol with the specified ``identifier`` to a :py:class:`QgsLineSymbol`.

The caller takes ownership of the returned symbol.
%End

static QgsFillSymbol *convertFillSymbol( int identifier, QgsMapInfoSymbolConversionContext &context, const QColor &foreColor, const QColor &backColor = QColor() ) /Factory/;
%Docstring
Converts the MapInfo fill symbol with the specified ``identifier`` to a :py:class:`QgsFillSymbol`.

The caller takes ownership of the returned symbol.
%End

Expand Down

0 comments on commit 2c75fd0

Please sign in to comment.