QGIS/python/server/auto_generated/qgsservicemodule.sip.in

54 lines
1.7 KiB
Plaintext
Raw Normal View History

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 *
************************************************************************/
class QgsServiceModule
{
2017-06-26 09:57:09 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
QgsServiceModule
Class defining the service module interface for QGIS server services
2017-06-26 09:57:09 +02:00
2017-12-15 10:36:55 -04:00
This class acts as a service registrar for services.
2017-06-26 09:57:09 +02:00
2017-12-15 10:36:55 -04:00
For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point
2017-06-26 09:57:09 +02:00
%End
%TypeHeaderCode
#include "qgsservicemodule.h"
%End
public:
QgsServiceModule();
2017-06-26 09:57:09 +02:00
%Docstring
Constructor
%End
virtual ~QgsServiceModule() = 0;
2017-06-26 09:57:09 +02:00
virtual void registerSelf( QgsServiceRegistry &registry,
QgsServerInterface *serverIface = 0 ) = 0;
2017-06-26 09:57:09 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Ask module to register all provided services
2017-12-15 21:36:08 -04:00
2017-12-19 11:43:52 -04:00
:param registry: :py:class:`QgsServiceRegistry`
2017-06-26 09:57:09 +02:00
%End
};
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 *
************************************************************************/