QGIS/python/PyQt6/server/auto_generated/qgsservicemodule.sip.in
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

48 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/server/qgsservicemodule.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsServiceModule
{
%Docstring(signature="appended")
Defines the service module interface for QGIS server services.
This class acts as a service registrar for services.
For dynamic modules, a :py:class:`QgsServiceModule` instance is returned
from the QGS_ServiceModule_Init() entry point.
%End
%TypeHeaderCode
#include "qgsservicemodule.h"
%End
public:
QgsServiceModule();
virtual ~QgsServiceModule();
virtual void registerSelf( QgsServiceRegistry &registry, QgsServerInterface *serverIface = 0 ) = 0;
%Docstring
Asks the module to register all provided services.
:param registry: Service registry
:param serverIface: Interface for plugins
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/server/qgsservicemodule.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/