NDEVR
API Documentation
GPSInterfaceModule.h
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 class QTModelManager;
6 class QTWindowManager;
8 struct Module;
11}
12extern "C" {
15 GPS_INTERFACE_API void GPSInterfaceDefineModuleResourcesForNDEVR(ModuleResourceManager* module_resources);
18 GPS_INTERFACE_API void GPSInterfaceInitializeForNDEVR(Module& module);
20 GPS_INTERFACE_API void GPSInterfaceSetupFactoriesForNDEVR();
24 GPS_INTERFACE_API void GPSInterfaceSetupUIForNDEVR(QTModelManager* model_manager, QTWindowManager* window_manager);
26 GPS_INTERFACE_API void GPSInterfaceOnNDEVRExit();
27}
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 AddGPSInterfaceFunctionsToModuleManager()
Registers all GPSInterface module hook functions with the module manager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...