Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -14,12 +14,13 @@ |
|
|
class QgsServiceModule |
|
|
{ |
|
|
%Docstring |
|
|
QgsServiceModule |
|
|
Class defining the service module interface for QGIS server services |
|
|
|
|
|
This class acts as a service registrar for services. |
|
|
|
|
|
For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point |
|
|
|
|
|
.. versionadded:: 3.0 |
|
|
%End |
|
|
|
|
|
%TypeHeaderCode |
|
|
|
@@ -34,6 +34,7 @@ class QgsAccessControlPlugin; |
|
|
* \ingroup server |
|
|
* \class QgsAccessControl |
|
|
* \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 |
|
|
|
@@ -28,12 +28,14 @@ class QgsServerInterface; |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* QgsServiceModule |
|
|
* Class defining the service module interface for QGIS server services |
|
|
* \class QgsServiceModule |
|
|
* \brief Class defining the service module interface for QGIS server services |
|
|
* |
|
|
* This class acts as a service registrar for services. |
|
|
* |
|
|
* For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point |
|
|
* |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class SERVER_EXPORT QgsServiceModule |
|
|
{ |
|
|
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.