mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
More doc
This commit is contained in:
parent
69c1c3a19e
commit
cb6b98349a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user