mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
More doc
This commit is contained in:
parent
cb6b98349a
commit
a214d773f7
@ -14,12 +14,13 @@
|
|||||||
class QgsServiceModule
|
class QgsServiceModule
|
||||||
{
|
{
|
||||||
%Docstring
|
%Docstring
|
||||||
QgsServiceModule
|
|
||||||
Class defining the service module interface for QGIS server services
|
Class defining the service module interface for QGIS server services
|
||||||
|
|
||||||
This class acts as a service registrar for 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
|
For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point
|
||||||
|
|
||||||
|
.. versionadded:: 3.0
|
||||||
%End
|
%End
|
||||||
|
|
||||||
%TypeHeaderCode
|
%TypeHeaderCode
|
||||||
|
@ -34,6 +34,7 @@ class QgsAccessControlPlugin;
|
|||||||
* \ingroup server
|
* \ingroup server
|
||||||
* \class QgsAccessControl
|
* \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
|
* \since QGIS 2.14
|
||||||
**/
|
**/
|
||||||
class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider
|
class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider
|
||||||
|
@ -28,12 +28,14 @@ class QgsServerInterface;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \ingroup server
|
* \ingroup server
|
||||||
* QgsServiceModule
|
* \class QgsServiceModule
|
||||||
* Class defining the service module interface for QGIS server services
|
* \brief Class defining the service module interface for QGIS server services
|
||||||
*
|
*
|
||||||
* This class acts as a service registrar for 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
|
* For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point
|
||||||
|
*
|
||||||
|
* \since QGIS 3.0
|
||||||
*/
|
*/
|
||||||
class SERVER_EXPORT QgsServiceModule
|
class SERVER_EXPORT QgsServiceModule
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user