NDEVR
API Documentation
GoogleEarthInterfaceModule.h
1#pragma once
2#include "DLLInfo.h"
3
4namespace NDEVR
5{
6 class QTModelManager;
7 class QTWindowManager;
9 struct Module;
10}
11extern "C" {
12 NDEVR_GOOGLE_EARTH_INTERFACE_API void GoogleEarthInterfaceInitializeForNDEVR(Module& module);//SetupFileStructureForNDEVR
13 NDEVR_GOOGLE_EARTH_INTERFACE_API void GoogleEarthInterfaceSetupFactoriesForNDEVR();//SetupFileStructureForNDEVR
14 NDEVR_GOOGLE_EARTH_INTERFACE_API void GoogleEarthInterfaceDefineModuleResourcesForNDEVR(ModuleResourceManager* module_resources);
15 NDEVR_GOOGLE_EARTH_INTERFACE_API void GoogleEarthInterfaceSetupUIForNDEVR(QTModelManager* model_manager, QTWindowManager* window_manager);//SetupUIForNDEVR
16}
17namespace NDEVR
18{
20 NDEVR_GOOGLE_EARTH_INTERFACE_API void AddGoogleEarthInterfaceFunctionsToModuleManager();
21}
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.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...