This commit is contained in:
Blottiere Paul 2018-07-10 17:43:58 +01:00
parent 69c1c3a19e
commit cb6b98349a
4 changed files with 10 additions and 11 deletions

View File

@ -16,8 +16,7 @@
class QgsAccessControl : QgsFeatureFilterProvider
{
%Docstring
A helper class that centralize the restrictions given by all the
access control filter plugins.
A helper class that centralize the restrictions given by all the access control filter plugins.
.. versionadded:: 2.14
%End

View File

@ -33,8 +33,7 @@ class QgsAccessControlPlugin;
/**
* \ingroup server
* \class QgsAccessControl
* \brief A helper class that centralize the restrictions given by all the
* access control filter plugins.
* \brief A helper class that centralize the restrictions given by all the access control filter plugins.
* \since QGIS 2.14
**/
class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider

View File

@ -30,12 +30,6 @@
#include "qgsgeometry.h"
#include "qgsprojectversion.h"
/**
* \ingroup server
* QgsWmsParameters provides an interface to retrieve and manipulate WMS
* parameters received from the client.
* \since QGIS 3.0
*/
namespace QgsWms
{
struct QgsWmsParametersLayer
@ -74,6 +68,12 @@ namespace QgsWms
QList<QgsWmsParametersHighlightLayer> mHighlightLayers; // list of highlight layers for this composer map
};
/**
* \ingroup server
* \class QgsWmsParameters
* \brief Interface to retrieve and manipulate WMS parameters received from the client.
* \since QGIS 3.0
*/
class QgsWmsParameters
{
Q_GADGET

View File

@ -29,13 +29,14 @@ namespace QgsWms
* \ingroup server
* \class QgsserviceException
* \brief Exception class for WMS service exceptions.
* \since QGIS 3.0
*
* The most important codes are:
* * "InvalidFormat"
* * "Invalid CRS"
* * "LayerNotDefined" / "StyleNotDefined"
* * "OperationNotSupported"
*
* \since QGIS 3.0
*/
class QgsServiceException : public QgsOgcServiceException
{