Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add more class and since tag
- Loading branch information
|
@@ -36,6 +36,7 @@ class QgsServerInterface; |
|
|
* \ingroup server |
|
|
* \class QgsServiceNativeLoader |
|
|
* \brief Class defining the native service module loader for QGIS server services |
|
|
* \since QGIS 3.0 |
|
|
* |
|
|
* This class provides methods for loading and managing hook for native (C++) modules |
|
|
* |
|
|
|
@@ -31,6 +31,8 @@ namespace QgsWcs |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWcs::Service |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class Service: public QgsService |
|
|
{ |
|
@@ -102,6 +104,8 @@ namespace QgsWcs |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWcsModule |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class QgsWcsModule: public QgsServiceModule |
|
|
{ |
|
@@ -124,8 +128,3 @@ QGISEXTERN void QGS_ServiceModule_Exit( QgsServiceModule * ) |
|
|
{ |
|
|
// Nothing to do |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -37,6 +37,8 @@ namespace QgsWfs |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWfs::Service |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class Service: public QgsService |
|
|
{ |
|
@@ -126,6 +128,8 @@ namespace QgsWfs |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWfsModule |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class QgsWfsModule: public QgsServiceModule |
|
|
{ |
|
@@ -148,8 +152,3 @@ QGISEXTERN void QGS_ServiceModule_Exit( QgsServiceModule * ) |
|
|
{ |
|
|
// Nothing to do |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -40,6 +40,8 @@ namespace QgsWms |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWms::Service |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class Service: public QgsService |
|
|
{ |
|
@@ -154,12 +156,12 @@ namespace QgsWms |
|
|
QString mVersion; |
|
|
QgsServerInterface *mServerIface = nullptr; |
|
|
}; |
|
|
|
|
|
|
|
|
} // namespace QgsWms |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWmsModule |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class QgsWmsModule: public QgsServiceModule |
|
|
{ |
|
@@ -182,8 +184,3 @@ QGISEXTERN void QGS_ServiceModule_Exit( QgsServiceModule * ) |
|
|
{ |
|
|
// Nothing to do |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|