45 URDF_INTERFACE_API
void URDFInterfaceInitializeForNDEVR(
Module& module);
46 URDF_INTERFACE_API
void URDFInterfaceSetupRegistrationForNDEVR();
47 URDF_INTERFACE_API
void URDFInterfaceSetupMetatypesForNDEVR();
48 URDF_INTERFACE_API
void URDFInterfaceDefineModuleResourcesForNDEVR(
ModuleResourceManager* module_resources);
49 URDF_INTERFACE_API
void URDFInterfaceRegisterUserSettingsForNDEVR();
50 URDF_INTERFACE_API
void URDFInterfaceSetupFileStructureForNDEVR();
51 URDF_INTERFACE_API
void URDFInterfaceSetupFactoriesForNDEVR();
52 URDF_INTERFACE_API
void URDFInterfaceFactoryResetNDEVR();
53 URDF_INTERFACE_API
void URDFInterfaceSetUpdateCheckerForNDEVR();
54 URDF_INTERFACE_API
void URDFInterfaceSetupManualsForNDEVR();
55 URDF_INTERFACE_API
void URDFInterfaceSetupUIThemesForNDEVR();
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 AddURDFInterfaceFunctionsToModuleManager()
Registers all URDFInterface module hook functions with the module manager.
Stores information for how to draw icons, when supported.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...