QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include <QLibrary>
#include <QDir>
#include <QDebug>
#include "qgsservicenativeloader.h"
#include "qgsservicemodule.h"
#include "qgsmessagelog.h"
#include "qgis.h"
Go to the source code of this file.
Classes | |
class | QgsServiceNativeModuleEntry |
Native module (location, the module itself and the unload function). More... | |
Typedefs | |
typedef QgsServiceModule * | serviceEntryPoint_t() |
typedef void | unloadHook_t(QgsServiceModule *) |
typedef QgsServiceModule* serviceEntryPoint_t() |
Definition at line 83 of file qgsservicenativeloader.cpp.
typedef void unloadHook_t(QgsServiceModule *) |
Definition at line 30 of file qgsservicenativeloader.cpp.