Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -128,9 +128,6 @@ Converts the parameter into a double. |
|
|
%Docstring |
|
|
Converts the parameter into a boolean. |
|
|
|
|
|
:param ok: True if there's no error during the conversion, false otherwise |
|
|
:param delimiter: The character used for delimiting |
|
|
|
|
|
:return: A boolean |
|
|
%End |
|
|
|
|
@@ -139,7 +136,6 @@ Converts the parameter into a boolean. |
|
|
Converts the parameter into a color. |
|
|
|
|
|
:param ok: True if there's no error during the conversion, false otherwise |
|
|
:param delimiter: The character used for delimiting |
|
|
|
|
|
:return: A color |
|
|
%End |
|
|
|
@@ -126,16 +126,13 @@ class SERVER_EXPORT QgsServerParameterDefinition |
|
|
|
|
|
/** |
|
|
* Converts the parameter into a boolean. |
|
|
* \param ok True if there's no error during the conversion, false otherwise |
|
|
* \param delimiter The character used for delimiting |
|
|
* \returns A boolean |
|
|
*/ |
|
|
bool toBool() const; |
|
|
|
|
|
/** |
|
|
* Converts the parameter into a color. |
|
|
* \param ok True if there's no error during the conversion, false otherwise |
|
|
* \param delimiter The character used for delimiting |
|
|
* \returns A color |
|
|
*/ |
|
|
QColor toColor( bool &ok ) const; |
|
|
|
@@ -152,21 +152,17 @@ namespace QgsWfs |
|
|
* Constructor for WFS parameters with specific values. |
|
|
* \param parameters Map of parameters where keys are parameters' names. |
|
|
*/ |
|
|
// QgsWfsParameters( const QgsServerRequest::Parameters ¶meters ); |
|
|
QgsWfsParameters( const QgsServerParameters ¶meters ); |
|
|
|
|
|
/** |
|
|
* Constructor for WFS parameters with default values only. |
|
|
*/ |
|
|
*/ |
|
|
QgsWfsParameters(); |
|
|
|
|
|
virtual ~QgsWfsParameters() = default; |
|
|
|
|
|
/** |
|
|
* Loads new parameters. |
|
|
* \param parameters Map of parameters |
|
|
* Default destructor for QgsWfsParameters. |
|
|
*/ |
|
|
// void load( const QgsServerRequest::Parameters ¶meters ); |
|
|
virtual ~QgsWfsParameters() = default; |
|
|
|
|
|
/** |
|
|
* Dumps parameters. |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.