QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
QgsServiceNativeModuleEntry Class Reference

Native module (location, the module itself and the unload function). More...

Public Member Functions

 QgsServiceNativeModuleEntry (const QString &location)
 Constructor for QgsServiceNativeModuleEntry.

Public Attributes

QString mLocation
QgsServiceModulemModule = nullptr
unloadHook_tmUnloadHook = nullptr

Detailed Description

Native module (location, the module itself and the unload function).

Since
QGIS 3.0

Definition at line 38 of file qgsservicenativeloader.cpp.

Constructor & Destructor Documentation

◆ QgsServiceNativeModuleEntry()

QgsServiceNativeModuleEntry::QgsServiceNativeModuleEntry ( const QString & location)
inline

Constructor for QgsServiceNativeModuleEntry.

Parameters
locationRelative path of the module

Definition at line 46 of file qgsservicenativeloader.cpp.

Member Data Documentation

◆ mLocation

QString QgsServiceNativeModuleEntry::mLocation

Definition at line 50 of file qgsservicenativeloader.cpp.

◆ mModule

QgsServiceModule* QgsServiceNativeModuleEntry::mModule = nullptr

Definition at line 51 of file qgsservicenativeloader.cpp.

◆ mUnloadHook

unloadHook_t* QgsServiceNativeModuleEntry::mUnloadHook = nullptr

Definition at line 52 of file qgsservicenativeloader.cpp.


The documentation for this class was generated from the following file: