NDEVR
API Documentation
SketchupInterfaceModule.h
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 struct Module;
7}
8extern "C" {
9 SKETCHUP_INTERFACE_API void SketchupInterfaceInitializeForNDEVR(Module& module);
10 SKETCHUP_INTERFACE_API void SketchupInterfaceDefineModuleResourcesForNDEVR(ModuleResourceManager* module_resources);
11 SKETCHUP_INTERFACE_API void SketchupInterfaceSetupFactoriesForNDEVR();//SetupFileStructureForNDEVR
12}
13namespace NDEVR
14{
16 SKETCHUP_INTERFACE_API void AddSketchupInterfaceModuleToModuleManager();
17}
Stores all dependencies for a combination of modules that make up a complete software package.
The primary namespace for the NDEVR SDK.
void AddSketchupInterfaceModuleToModuleManager()
Registers all SketchupInterface module hook functions with the module manager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...