API Documentation
Loading...
Searching...
No Matches
CADInterfaceModule.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3
4namespace NDEVR
5{
6 class QTModelManager;
7 class QTWindowManager;
8 struct Module;
9 class ModuleResourceManager;
10}
11extern "C" {
14 NDEVR_CAD_INTERFACE_API void CADInterfaceSetupUIForNDEVR(NDEVR::QTModelManager* model_manager, NDEVR::QTWindowManager* window_manager);//SetupUIForNDEVR
16}
17namespace NDEVR
18{
20}
#define NDEVR_CAD_INTERFACE_API
Definition DLLInfo.h:58
void CADInterfaceSetupUIForNDEVR(NDEVR::QTModelManager *model_manager, NDEVR::QTWindowManager *window_manager)
void CADInterfaceSetupFactoriesForNDEVR()
void CADInterfaceDefineModuleResourcesForNDEVR(NDEVR::ModuleResourceManager *manager)
void CADInterfaceInitializeForNDEVR(NDEVR::Module &module)
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 AddCADInterfaceFunctionsToModuleManager()
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition ModuleManager.h:59