47 NDEVR_SURFACING_API
void NDEVRSurfacingInitializeForNDEVR(
Module& module);
49 NDEVR_SURFACING_API
void NDEVRSurfacingSetupRegistrationForNDEVR();
51 NDEVR_SURFACING_API
void NDEVRSurfacingSetupMetatypesForNDEVR();
55 NDEVR_SURFACING_API
void NDEVRSurfacingDefineModuleResourcesForNDEVR(
ModuleResourceManager* module_resources);
57 NDEVR_SURFACING_API
void NDEVRSurfacingRegisterUserSettingsForNDEVR();
59 NDEVR_SURFACING_API
void NDEVRSurfacingSetupFileStructureForNDEVR();
61 NDEVR_SURFACING_API
void NDEVRSurfacingSetupFactoriesForNDEVR();
63 NDEVR_SURFACING_API
void NDEVRSurfacingFactoryResetNDEVR();
65 NDEVR_SURFACING_API
void NDEVRSurfacingonNDEVRExit();
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 AddNDEVRSurfacingFunctionsToModuleManager()
Registers all NDEVRSurfacing module hook functions with the ModuleManager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...