|
@@ -813,16 +813,16 @@ namespace QgsWms |
|
|
QVariant value( ParameterName name, int mapId ) const; |
|
|
QVariant defaultValue( ParameterName name, int mapId ) const; |
|
|
void log( const QString &msg ) const; |
|
|
double toDouble( QVariant value, QVariant defaultValue, bool *error = Q_NULLPTR ) const; |
|
|
double toDouble( QVariant value, const QVariant &defaultValue, bool *error = Q_NULLPTR ) const; |
|
|
double toDouble( ParameterName name ) const; |
|
|
double toDouble( ParameterName name, int mapId ) const; |
|
|
bool toBool( QVariant value, QVariant defaultValue ) const; |
|
|
bool toBool( QVariant value, const QVariant &defaultValue ) const; |
|
|
bool toBool( ParameterName name ) const; |
|
|
bool toBool( ParameterName name, int mapId ) const; |
|
|
int toInt( QVariant value, QVariant defaultValue, bool *error = Q_NULLPTR ) const; |
|
|
int toInt( QVariant value, const QVariant &defaultValue, bool *error = Q_NULLPTR ) const; |
|
|
int toInt( ParameterName name ) const; |
|
|
int toInt( ParameterName name, int mapId ) const; |
|
|
QColor toColor( QVariant value, QVariant defaultValue, bool *error = Q_NULLPTR ) const; |
|
|
QColor toColor( QVariant value, const QVariant &defaultValue, bool *error = Q_NULLPTR ) const; |
|
|
QColor toColor( ParameterName name ) const; |
|
|
QColor toColor( ParameterName name, int mapId ) const; |
|
|
QgsRectangle toRectangle( QVariant value, bool *error = Q_NULLPTR ) const; |
|
|