NDEVR
API Documentation
VehicleDatabaseModule.h
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 class QTModelManager;
6 class QTWindowManager;
7 struct Module;
8}
9extern "C" {
12 VEHICLE_DATABASE_API void VehicleDatabaseInitializeForNDEVR(Module& module);
14 VEHICLE_DATABASE_API void VehicleDatabaseSetupFactoriesForNDEVR();
18 VEHICLE_DATABASE_API void VehicleDatabaseSetupUIForNDEVR(QTModelManager* model_manager, QTWindowManager* window_manager);
19}
20namespace NDEVR
21{
23 VEHICLE_DATABASE_API void AddVehicleDatabaseFunctionsToModuleManager();
24}
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 AddVehicleDatabaseFunctionsToModuleManager()
Registers all VehicleDatabase hook functions with the NDEVR module manager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...