QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | Public Attributes | List of all members
QgsServiceNativeModuleEntry Class Reference

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

Public Member Functions

 QgsServiceNativeModuleEntry (const QString &location)
 Constructor for QgsServiceNativeModuleEntry. More...
 

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 40 of file qgsservicenativeloader.cpp.

Constructor & Destructor Documentation

QgsServiceNativeModuleEntry::QgsServiceNativeModuleEntry ( const QString &  location)
inline

Constructor for QgsServiceNativeModuleEntry.

Parameters
locationRelative path of the module

Definition at line 48 of file qgsservicenativeloader.cpp.

Member Data Documentation

QString QgsServiceNativeModuleEntry::mLocation

Definition at line 52 of file qgsservicenativeloader.cpp.

QgsServiceModule* QgsServiceNativeModuleEntry::mModule = nullptr

Definition at line 53 of file qgsservicenativeloader.cpp.

unloadHook_t* QgsServiceNativeModuleEntry::mUnloadHook = nullptr

Definition at line 54 of file qgsservicenativeloader.cpp.


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