API Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
KMLInterfaceModule.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 class ModuleResourceManager;
6 struct Module;
7}
8extern "C" {
9
11 KML_INTERFACE_API void KMLInterfaceSetupFactoriesForNDEVR();//SetupFileStructureForNDEVR
13}
14namespace NDEVR
15{
17}
#define KML_INTERFACE_API
Definition DLLInfo.h:78
KML_INTERFACE_API void KMLInterfaceInitializeForNDEVR(NDEVR::Module &module)
Definition KMLInterfaceModule.cpp:10
KML_INTERFACE_API void KMLInterfaceSetupFactoriesForNDEVR()
Definition KMLInterfaceModule.cpp:21
KML_INTERFACE_API void KMLInterfaceDefineModuleResourcesForNDEVR(NDEVR::ModuleResourceManager *module_resources)
Definition KMLInterfaceModule.cpp:26
Definition ModuleResourceManager.h:179
Definition ACIColor.h:37
KML_INTERFACE_API void AddKMLInterfaceFunctionsToModuleManager()
Definition KMLInterfaceModule.cpp:33
Definition ModuleManager.h:54