File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed
python/server/auto_generated Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 16
16
class QgsAccessControl : QgsFeatureFilterProvider
17
17
{
18
18
%Docstring
19
- A helper class that centralize the restrictions given by all the
20
- access control filter plugins.
19
+ A helper class that centralize the restrictions given by all the access control filter plugins.
21
20
22
21
.. versionadded:: 2.14
23
22
%End
Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ class QgsAccessControlPlugin;
33
33
/* *
34
34
* \ingroup server
35
35
* \class QgsAccessControl
36
- * \brief A helper class that centralize the restrictions given by all the
37
- * access control filter plugins.
36
+ * \brief A helper class that centralize the restrictions given by all the access control filter plugins.
38
37
* \since QGIS 2.14
39
38
**/
40
39
class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider
Original file line number Diff line number Diff line change 30
30
#include " qgsgeometry.h"
31
31
#include " qgsprojectversion.h"
32
32
33
- /* *
34
- * \ingroup server
35
- * QgsWmsParameters provides an interface to retrieve and manipulate WMS
36
- * parameters received from the client.
37
- * \since QGIS 3.0
38
- */
39
33
namespace QgsWms
40
34
{
41
35
struct QgsWmsParametersLayer
@@ -74,6 +68,12 @@ namespace QgsWms
74
68
QList<QgsWmsParametersHighlightLayer> mHighlightLayers ; // list of highlight layers for this composer map
75
69
};
76
70
71
+ /* *
72
+ * \ingroup server
73
+ * \class QgsWmsParameters
74
+ * \brief Interface to retrieve and manipulate WMS parameters received from the client.
75
+ * \since QGIS 3.0
76
+ */
77
77
class QgsWmsParameters
78
78
{
79
79
Q_GADGET
Original file line number Diff line number Diff line change @@ -29,13 +29,14 @@ namespace QgsWms
29
29
* \ingroup server
30
30
* \class QgsserviceException
31
31
* \brief Exception class for WMS service exceptions.
32
- * \since QGIS 3.0
33
32
*
34
33
* The most important codes are:
35
34
* * "InvalidFormat"
36
35
* * "Invalid CRS"
37
36
* * "LayerNotDefined" / "StyleNotDefined"
38
37
* * "OperationNotSupported"
38
+ *
39
+ * \since QGIS 3.0
39
40
*/
40
41
class QgsServiceException : public QgsOgcServiceException
41
42
{
You can’t perform that action at this time.
0 commit comments