50 NDEVR_BLUETOOTH_API
void NDEVRBluetoothInitializeForNDEVR(
Module& module);
54 NDEVR_BLUETOOTH_API
void NDEVRBluetoothSetupRegistrationForNDEVR();
59 NDEVR_BLUETOOTH_API
void NDEVRBluetoothDefineModuleResourcesForNDEVR(
ModuleResourceManager* module_resources);
63 NDEVR_BLUETOOTH_API
void NDEVRBluetoothSetupMetatypesForNDEVR();
67 NDEVR_BLUETOOTH_API
void NDEVRBluetoothRegisterUserSettingsForNDEVR();
71 NDEVR_BLUETOOTH_API
void NDEVRBluetoothSetupFileStructureForNDEVR();
75 NDEVR_BLUETOOTH_API
void NDEVRBluetoothSetupFactoriesForNDEVR();
79 NDEVR_BLUETOOTH_API
void NDEVRBluetoothFactoryResetNDEVR();
83 NDEVR_BLUETOOTH_API
void NDEVRBluetoothSetUpdateCheckerForNDEVR();
87 NDEVR_BLUETOOTH_API
void NDEVRBluetoothSetupManualsForNDEVR();
91 NDEVR_BLUETOOTH_API
void NDEVRBluetoothSetupUIThemesForNDEVR();
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 AddNDEVRBluetoothFunctionsToModuleManager()
Registers all NDEVRBluetooth module hook functions with the module manager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...