47 REALSENSE_INTERFACE_API
void RealSenseInterfaceInitializeForNDEVR(
Module& module);
49 REALSENSE_INTERFACE_API
void RealSenseInterfaceSetupMetatypesForNDEVR();
51 REALSENSE_INTERFACE_API
void RealSenseInterfaceRegisterUserSettingsForNDEVR();
53 REALSENSE_INTERFACE_API
void RealSenseInterfaceSetupFileStructureForNDEVR();
55 REALSENSE_INTERFACE_API
void RealSenseInterfaceSetupFactoriesForNDEVR();
57 REALSENSE_INTERFACE_API
void RealSenseInterfaceSetUpdateCheckerForNDEVR();
59 REALSENSE_INTERFACE_API
void RealSenseInterfaceSetupManualsForNDEVR();
61 REALSENSE_INTERFACE_API
void RealSenseInterfaceFactoryResetNDEVR();
63 REALSENSE_INTERFACE_API
void RealSenseInterfaceSetupUIThemesForNDEVR();
67 REALSENSE_INTERFACE_API
void RealSenseInterfaceDefineModuleResourcesForNDEVR(
ModuleResourceManager* manager);
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 AddRealSenseInterfaceFunctionsToModuleManager()
Registers all RealSenseInterface module hook functions with the module manager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...