NDEVR
API Documentation
NDEVRMakeModule.h
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 class QTModelManager;
6 class QTWindowManager;
7 struct Module;
11}
12extern "C" {
13 NDEVR_MAKE_API void NDEVRMakeInitializeForNDEVR(Module& module);//InitializeForNDEVR
14 NDEVR_MAKE_API void NDEVRMakeSetupMetatypesForNDEVR();//SetupMetatypesForNDEVR
15 NDEVR_MAKE_API void NDEVRMakeRegisterUserSettingsForNDEVR();
16 NDEVR_MAKE_API void NDEVRMakeSetupRegistrationForNDEVR();
17 NDEVR_MAKE_API void NDEVRMakeSetupFileStructureForNDEVR();//SetupFileStructureForNDEVR
18 NDEVR_MAKE_API void NDEVRMakeSetupFactoriesForNDEVR();//SetupFileStructureForNDEVR
19 NDEVR_MAKE_API void NDEVRMakeSetUpdateCheckerForNDEVR();//SetupFileStructureForNDEVR
20 NDEVR_MAKE_API void NDEVRMakeSetupManualsForNDEVR();//SetupManualsForNDEVR
21 NDEVR_MAKE_API void NDEVRMakeSetupUIThemesForNDEVR();//SetupUIThemesForNDEVR
22 NDEVR_MAKE_API void NDEVRMakeSetupUIForNDEVR(QTModelManager* model_manager, QTWindowManager* window_manager);//SetupUIForNDEVR
23}
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 AddNDEVRMakeFunctionsToModuleManager()
Registers all NDEVRMake 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 ...