API Documentation
Loading...
Searching...
No Matches
CoordinateProjectionModule.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 struct Module;
6 class ModuleResourceManager;
7 class QTModelManager;
8 class QTWindowManager;
9}
10extern "C" {
16 COORDINATE_PROJECTION_API void CoordinateProjectionSetupUIForNDEVR(NDEVR::QTModelManager* model_manager, NDEVR::QTWindowManager* window_manager);
18}
19namespace NDEVR
20{
22}
#define COORDINATE_PROJECTION_API
Definition DLLInfo.h:58
void CoordinateProjectionInitializeForNDEVR(NDEVR::Module &module)
void CoordinateProjectionRegisterUserSettingsForNDEVR()
void CoordinateProjectionSetupUIForNDEVR(NDEVR::QTModelManager *model_manager, NDEVR::QTWindowManager *window_manager)
void CoordinateProjectionDefineModuleResourcesForNDEVR(NDEVR::ModuleResourceManager *module_resources)
void CoordinateProjectionSetupFileStructureForNDEVR()
void CoordinateProjectionSetupFactoriesForNDEVR()
void CoordinateProjectionSetupMetatypesForNDEVR()
Stores all dependencies for a combination of modules that make up a complete software package.
Definition ModuleResourceManager.h:239
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Definition QTModelManager.h:105
Definition ACIColor.h:37
void AddCoordinateProjectionFunctionsToModuleManager()
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition ModuleManager.h:59