44 POINT_SCANNER_API
void PointScannerInitializeForNDEVR(
Module& module);
45 POINT_SCANNER_API
void PointScannerSetupRegistrationForNDEVR();
46 POINT_SCANNER_API
void PointScannerSetupMetatypesForNDEVR();
47 POINT_SCANNER_API
void PointScannerDefineModuleResourcesForNDEVR(
ModuleResourceManager* module_resources);
48 POINT_SCANNER_API
void PointScannerRegisterUserSettingsForNDEVR();
49 POINT_SCANNER_API
void PointScannerSetupFileStructureForNDEVR();
50 POINT_SCANNER_API
void PointScannerSetupFactoriesForNDEVR();
51 POINT_SCANNER_API
void PointScannerFactoryResetNDEVR();
52 POINT_SCANNER_API
void PointScanneronNDEVRExit();
53 POINT_SCANNER_API
void PointScannerSetUpdateCheckerForNDEVR();
54 POINT_SCANNER_API
void PointScannerSetupManualsForNDEVR();
55 POINT_SCANNER_API
void PointScannerSetupUIThemesForNDEVR();
Stores all dependencies for a combination of modules that make up a complete software package.
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Manages all windows and logic surrounding dialogs and views for displaying and managing a 3D environm...
The primary namespace for the NDEVR SDK.
void AddPointScannerFunctionsToModuleManager()
Register all PointScanner module hook functions with the module manager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...