|
QGIS API Documentation 3.99.0-Master (d270888f95f)
|
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 |
| QgsServiceModule * | mModule = nullptr |
| unloadHook_t * | mUnloadHook = nullptr |
Native module (location, the module itself and the unload function).
Definition at line 41 of file qgsservicenativeloader.cpp.
|
inline |
Constructor for QgsServiceNativeModuleEntry.
| location | Relative path of the module |
Definition at line 48 of file qgsservicenativeloader.cpp.
| 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.