API Documentation
Loading...
Searching...
No Matches
XRInterfaceModule.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 class QTModelManager;
6 class QTWindowManager;
7 struct Module;
8 struct IconThemeSettings;
10}
11extern "C" {
12 XR_INTERFACE_API void XRInterfaceSetupFactoriesForNDEVR();//SetupFileStructureForNDEVR
13 XR_INTERFACE_API void XRInterfaceSetupUIForNDEVR(NDEVR::QTModelManager* model_manager, NDEVR::QTWindowManager* window_manager);//SetupUIForNDEVR
14}
#define XR_INTERFACE_API
Definition DLLInfo.h:59
void XRInterfaceSetupUIForNDEVR(NDEVR::QTModelManager *model_manager, NDEVR::QTWindowManager *window_manager)
void XRInterfaceSetupFactoriesForNDEVR()
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Definition QTModelManager.h:105
Definition ACIColor.h:37
void AddXRInterfaceModuleToModuleManager()