376 Q_ENUM( PropertyType )
528 static
void parseSymbolLayer( const QVariantMap &jsonLayer,
545 static
bool parseSymbolLayerAsRenderer( const QVariantMap &jsonLayer,
603 const QVariantMap &conversionMap,
604 QString *defaultString
SIP_OUT =
nullptr );
642 const QVariantMap &conversionMap,
643 QString *defaultString
SIP_OUT =
nullptr );
662 int maxOpacity = 255, QColor *defaultColor
SIP_OUT =
nullptr,
double *defaultNumber
SIP_OUT =
nullptr );
671 int maxOpacity = 255, QColor *defaultColor
SIP_OUT =
nullptr,
double *defaultNumber
SIP_OUT =
nullptr );
679 int maxOpacity = 255, QColor *defaultColor
SIP_OUT =
nullptr,
double *defaultNumber
SIP_OUT =
nullptr );
689 int maxOpacity = 255, QColor *defaultColor
SIP_OUT =
nullptr,
double *defaultNumber
SIP_OUT =
nullptr );
723 static
void colorAsHslaComponents( const QColor &color,
int &hue,
int &saturation,
int &lightness,
int &alpha );
731 static QString interpolateExpression(
double zoomMin,
double zoomMax, QVariant valueMin, QVariant valueMax,
double base,
double multiplier = 1,
QgsMapBoxGlStyleConversionContext *contextPtr = 0 );
738 static Qt::PenCapStyle parseCapStyle( const QString &style );
745 static Qt::PenJoinStyle parseJoinStyle( const QString &style );
771 QString spriteProperty;
772 QString spriteSizeProperty;
773 return retrieveSpriteAsBase64WithProperties( value, context, spriteSize, spriteProperty, spriteSizeProperty );
796 static QString processLabelField(
const QString &
string,
bool &isExpression );
806 static bool numericArgumentsOnly(
const QVariant &bottomVariant,
const QVariant &topVariant,
double &bottom,
double &top );
809 QStringList mWarnings;
811 std::unique_ptr< QgsVectorTileRenderer > mRenderer;
812 std::unique_ptr< QgsVectorTileLabeling > mLabeling;
814 QList< QgsMapBoxGlStyleAbstractSource * > mSources;
815 QList< QgsMapBoxGlStyleRasterSubLayer> mRasterSubLayers;
Context for a MapBox GL style conversion operation.
QStringList warnings() const
Returns a list of warning messages generated during the conversion.
void clearWarnings()
Clears the list of warning messages.