API Documentation
Loading...
Searching...
No Matches
VehicleDatabaseModule.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}
9extern "C" {
10
13 VEHICLE_DATABASE_API void VehicleDatabaseSetupUIForNDEVR(NDEVR::QTModelManager* model_manager, NDEVR::QTWindowManager* window_manager);//SetupUIForNDEVR
14}
15namespace NDEVR
16{
18}
#define VEHICLE_DATABASE_API
Definition DLLInfo.h:57
void VehicleDatabaseSetupFactoriesForNDEVR()
void VehicleDatabaseSetupUIForNDEVR(NDEVR::QTModelManager *model_manager, NDEVR::QTWindowManager *window_manager)
void VehicleDatabaseInitializeForNDEVR(NDEVR::Module &module)
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Definition QTModelManager.h:105
Definition ACIColor.h:37
void AddVehicleDatabaseFunctionsToModuleManager()
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition ModuleManager.h:59