API Documentation
Loading...
Searching...
No Matches
KMLInterfaceModule.h
Go to the documentation of this file.
1
#pragma once
2
#include "
DLLInfo.h
"
3
namespace
NDEVR
4
{
5
class
ModuleResourceManager;
6
struct
Module;
7
}
8
extern
"C"
{
9
10
KML_INTERFACE_API
void
KMLInterfaceInitializeForNDEVR
(
NDEVR::Module
& module);
11
KML_INTERFACE_API
void
KMLInterfaceSetupFactoriesForNDEVR
();
//SetupFileStructureForNDEVR
12
KML_INTERFACE_API
void
KMLInterfaceDefineModuleResourcesForNDEVR
(
NDEVR::ModuleResourceManager
* module_resources);
13
}
14
namespace
NDEVR
15
{
16
KML_INTERFACE_API
void
AddKMLInterfaceFunctionsToModuleManager
();
17
}
DLLInfo.h
KML_INTERFACE_API
#define KML_INTERFACE_API
Definition
DLLInfo.h:57
KMLInterfaceDefineModuleResourcesForNDEVR
void KMLInterfaceDefineModuleResourcesForNDEVR(NDEVR::ModuleResourceManager *module_resources)
KMLInterfaceSetupFactoriesForNDEVR
void KMLInterfaceSetupFactoriesForNDEVR()
KMLInterfaceInitializeForNDEVR
void KMLInterfaceInitializeForNDEVR(NDEVR::Module &module)
NDEVR::ModuleResourceManager
Stores all dependencies for a combination of modules that make up a complete software package.
Definition
ModuleResourceManager.h:239
NDEVR
Definition
ACIColor.h:37
NDEVR::AddKMLInterfaceFunctionsToModuleManager
void AddKMLInterfaceFunctionsToModuleManager()
NDEVR::Module
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition
ModuleManager.h:59
KMLInterface
Headers
KMLInterfaceModule.h