NDEVR
API Documentation
XRInterfaceModule.h
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 class QTModelManager;
6 class QTWindowManager;
7 struct Module;
10 XR_INTERFACE_API void AddXRInterfaceModuleToModuleManager();
11}
12extern "C" {
13 XR_INTERFACE_API void XRInterfaceSetupFactoriesForNDEVR();//SetupFileStructureForNDEVR
14 XR_INTERFACE_API void XRInterfaceSetupUIForNDEVR(QTModelManager* model_manager, QTWindowManager* window_manager);//SetupUIForNDEVR
15}
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 AddXRInterfaceModuleToModuleManager()
Register all XRInterface 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 ...