18 #ifndef QGSSERVERPLUGINS_H 
   19 #define QGSSERVERPLUGINS_H 
   50     static QStringList &serverPlugins();
 
QgsServerInterface Class defining interfaces exposed by QGIS Server and made available to plugins.
Initializes Python server plugins and stores a list of server plugin names.
QgsServerPlugins()=default
Default constructor for QgsServerPlugins.
static QgsPythonUtils * sPythonUtils
Pointer to QgsPythonUtils.