File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
python/server/auto_generated Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 14
14
class QgsServiceModule
15
15
{
16
16
%Docstring
17
- QgsServiceModule
18
17
Class defining the service module interface for QGIS server services
19
18
20
19
This class acts as a service registrar for services.
21
20
22
21
For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point
22
+
23
+ .. versionadded:: 3.0
23
24
%End
24
25
25
26
%TypeHeaderCode
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ class QgsAccessControlPlugin;
34
34
* \ingroup server
35
35
* \class QgsAccessControl
36
36
* \brief A helper class that centralize the restrictions given by all the access control filter plugins.
37
+ *
37
38
* \since QGIS 2.14
38
39
**/
39
40
class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider
Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ class QgsServerInterface;
28
28
29
29
/* *
30
30
* \ingroup server
31
- * QgsServiceModule
32
- * Class defining the service module interface for QGIS server services
31
+ * \class QgsServiceModule
32
+ * \brief Class defining the service module interface for QGIS server services
33
33
*
34
34
* This class acts as a service registrar for services.
35
35
*
36
36
* For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point
37
+ *
38
+ * \since QGIS 3.0
37
39
*/
38
40
class SERVER_EXPORT QgsServiceModule
39
41
{
You can’t perform that action at this time.
0 commit comments