Add some version

This commit is contained in:
Blottiere Paul 2018-07-10 17:19:31 +01:00
parent 120262e3b8
commit 69c1c3a19e
19 changed files with 41 additions and 24 deletions

View File

@ -18,6 +18,8 @@ class QgsAccessControl : QgsFeatureFilterProvider
%Docstring
A helper class that centralize the restrictions given by all the
access control filter plugins.
.. versionadded:: 2.14
%End
%TypeHeaderCode

View File

@ -12,8 +12,9 @@
class QgsBufferServerRequest : QgsServerRequest
{
%Docstring
QgsBufferServerRequest
Class defining request with data
Class defining request with data
.. versionadded:: 3.0
%End
%TypeHeaderCode

View File

@ -13,6 +13,8 @@ class QgsBufferServerResponse: QgsServerResponse
{
%Docstring
Class defining buffered response
.. versionadded:: 3.0
%End
%TypeHeaderCode

View File

@ -15,6 +15,8 @@ class QgsConfigCache : QObject
{
%Docstring
Cache for server configuration.
.. versionadded:: 2.8
%End
%TypeHeaderCode

View File

@ -35,6 +35,7 @@ class QgsAccessControlPlugin;
* \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
{

View File

@ -28,8 +28,9 @@
/**
* \ingroup server
* QgsBufferServerRequest
* Class defining request with data
* \class QgsBufferServerRequest
* \brief Class defining request with data
* \since QGIS 3.0
*/
class SERVER_EXPORT QgsBufferServerRequest : public QgsServerRequest
{

View File

@ -30,7 +30,8 @@
/**
* \ingroup server
* \class QgsBufferServerResponse
* Class defining buffered response
* \brief Class defining buffered response
* \since QGIS 3.0
*/
class SERVER_EXPORT QgsBufferServerResponse: public QgsServerResponse
{

View File

@ -31,8 +31,9 @@
#include "qgsproject.h"
/**
* Cache for server configuration.
* \ingroup server
* \brief Cache for server configuration.
* \since QGIS 2.8
*/
class SERVER_EXPORT QgsConfigCache : public QObject
{

View File

@ -28,8 +28,9 @@
/**
* \ingroup server
* QgsFcgiServerResquest
* Class defining fcgi request
* \class QgsFcgiServerResquest
* \brief Class defining fcgi request
* \since QGIS 3.0
*/
class SERVER_EXPORT QgsFcgiServerRequest: public QgsServerRequest
{

View File

@ -29,8 +29,9 @@
/**
* \ingroup server
* QgsFcgiServerResponse
* Class defining fcgi response
* \class QgsFcgiServerResponse
* \brief Class defining fcgi response
* \since QGIS 3.0
*/
class SERVER_EXPORT QgsFcgiServerResponse: public QgsServerResponse
{

View File

@ -30,7 +30,8 @@ class QgsAccessControl;
/**
* \ingroup server
* RAII class to restore layer filters on destruction
* \brief RAII class to restore layer filters on destruction
* \since QGIS 3.0
*/
class SERVER_EXPORT QgsOWSServerFilterRestorer
{

View File

@ -30,7 +30,6 @@
* \ingroup server
* \class QgsServerException
* \brief Exception base class for server exceptions.
*
* \since QGIS 3.0
*/
#ifndef SIP_RUN

View File

@ -27,13 +27,12 @@
/**
* \ingroup server
* QgsServerInterface
* Class defining interfaces exposed by QGIS Server and
* made available to plugins.
* \class QgsServerInterface
* \brief Interfaces exposed by QGIS Server and made available to plugins.
* \since QGIS 2.8
*/
class QgsServerInterfaceImpl : public QgsServerInterface
{
public:
//! Constructor

View File

@ -31,6 +31,7 @@
/**
* \ingroup server
* \brief Writes message log into server logfile
* \since QGIS 2.8
*/
class QgsServerLogger: public QObject
{

View File

@ -30,6 +30,7 @@ class QgsPythonUtils;
/**
* \ingroup server
* \brief Initializes Python server plugins and stores a list of server plugin names
* \since QGIS 2.8
*/
class SERVER_EXPORT QgsServerPlugins
{

View File

@ -29,6 +29,7 @@ namespace QgsWcs
* \ingroup server
* \class QgsserviceException
* \brief Exception class for WFS service exceptions.
* \since QGIS 3.0
*/
class QgsServiceException : public QgsOgcServiceException
{
@ -52,11 +53,11 @@ namespace QgsWcs
};
/**
* \ingroup server
* \class QgsSecurityAccessException
* \brief Exception thrown when data access violates access controls
* \since QGIS 3.0
*/
class QgsSecurityAccessException: public QgsServiceException
{
@ -74,6 +75,7 @@ namespace QgsWcs
* \ingroup server
* \class QgsRequestNotWellFormedException
* \brief Exception thrown in case of malformed request
* \since QGIS 3.0
*/
class QgsRequestNotWellFormedException: public QgsServiceException
{

View File

@ -29,6 +29,7 @@ namespace QgsWfs
* \ingroup server
* \class QgsserviceException
* \brief Exception class for WFS service exceptions.
* \since QGIS 3.0
*/
class QgsServiceException : public QgsOgcServiceException
{
@ -52,11 +53,11 @@ namespace QgsWfs
};
/**
* \ingroup server
* \class QgsSecurityAccessException
* \brief Exception thrown when data access violates access controls
* \since QGIS 3.0
*/
class QgsSecurityAccessException: public QgsServiceException
{
@ -74,6 +75,7 @@ namespace QgsWfs
* \ingroup server
* \class QgsRequestNotWellFormedException
* \brief Exception thrown in case of malformed request
* \since QGIS 3.0
*/
class QgsRequestNotWellFormedException: public QgsServiceException
{
@ -91,6 +93,7 @@ namespace QgsWfs
* \ingroup server
* \class QgsBadRequestException
* \brief Exception thrown in case of malformed request
* \since QGIS 3.0
*/
class QgsBadRequestException: public QgsServiceException
{
@ -103,8 +106,6 @@ namespace QgsWfs
: QgsServiceException( code, message, locator, 400 )
{}
};
} // namespace QgsWfs
#endif

View File

@ -68,15 +68,12 @@ class QgsLayerTreeGroup;
* - getlegendgraphics
* - getprint
*/
// These requests share common methods: putting them into a single helper class is
// more practical than spitting everything in a more functional way.
namespace QgsWms
{
/**
* \ingroup server
* \since QGIS 3.0
*/
class QgsRenderer
{

View File

@ -29,6 +29,7 @@ namespace QgsWms
* \ingroup server
* \class QgsserviceException
* \brief Exception class for WMS service exceptions.
* \since QGIS 3.0
*
* The most important codes are:
* * "InvalidFormat"
@ -61,6 +62,7 @@ namespace QgsWms
* \ingroup server
* \class QgsSecurityException
* \brief Exception thrown when data access violates access controls
* \since QGIS 3.0
*/
class QgsSecurityException: public QgsServiceException
{
@ -78,6 +80,7 @@ namespace QgsWms
* \ingroup server
* \class QgsBadRequestException
* \brief Exception thrown in case of malformed request
* \since QGIS 3.0
*/
class QgsBadRequestException: public QgsServiceException
{