#include "DLLInfo.h"
#include <NDEVR/SoftwareService.h>
#include <NDEVR/String.h>
#include <NDEVR/Dictionary.h>
#include <NDEVR/File.h>
#include <NDEVR/TranslatedString.h>
Go to the source code of this file.
|
struct | Module |
| Base class for extensions, typically added as external DLL's that can modify or enhance the. More...
|
|
class | ModuleManager |
| Logic for the program-wide storage and execution of Modules. Called in software setup. More...
|
|
◆ NDEVRAPI_ATTR
◆ NDEVRAPI_CALL
#define NDEVRAPI_CALL __stdcall |
◆ NDEVRAPI_PTR
◆ PFN_DefineModuleResourcesForNDEVR
◆ PFN_FactoryResetNDEVR
◆ PFN_InitializeForNDEVR
◆ PFN_NDEVRVoidFunction
◆ PFN_OnNDEVRExit
◆ PFN_RegisterUserSettingsForNDEVR
◆ PFN_SetUpdateCheckerForNDEVR
◆ PFN_SetupFactoriesForNDEVR
◆ PFN_SetupFileStructureForNDEVR
◆ PFN_SetupManualsForNDEVR
◆ PFN_SetupMetatypesForNDEVR
◆ PFN_SetupRegistrationForNDEVR
◆ PFN_SetupUIForNDEVR
typedef void(* PFN_SetupUIForNDEVR) (NDEVR::QTModelManager *model_manager, NDEVR::QTWindowManager *window_manager) |
◆ PFN_SetupUIThemesForNDEVR