2017-06-26 09:57:09 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/server/qgsservicemodule.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-12-07 22:09:57 +01:00
|
|
|
class QgsServiceModule
|
|
|
|
{
|
2017-06-26 09:57:09 +02:00
|
|
|
%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
|
|
|
|
%End
|
|
|
|
|
2016-12-07 22:09:57 +01:00
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsservicemodule.h"
|
|
|
|
%End
|
|
|
|
public:
|
|
|
|
|
|
|
|
QgsServiceModule();
|
2017-06-26 09:57:09 +02:00
|
|
|
%Docstring
|
|
|
|
Constructor
|
|
|
|
%End
|
2016-12-07 22:09:57 +01:00
|
|
|
|
|
|
|
virtual ~QgsServiceModule() = 0;
|
2017-06-26 09:57:09 +02:00
|
|
|
%Docstring
|
|
|
|
Destructor
|
|
|
|
%End
|
2016-12-07 22:09:57 +01:00
|
|
|
|
2017-06-26 09:57:09 +02:00
|
|
|
virtual void registerSelf( QgsServiceRegistry ®istry,
|
2017-05-02 07:21:20 +02:00
|
|
|
QgsServerInterface *serverIface = 0 ) = 0;
|
2017-06-26 09:57:09 +02:00
|
|
|
%Docstring
|
|
|
|
Ask module to register all provided services
|
|
|
|
\param registry QgsServiceRegistry
|
|
|
|
%End
|
2016-12-07 22:09:57 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2017-06-26 09:57:09 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/server/qgsservicemodule.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|