NDEVR
API Documentation
FormSheetEditorMainModule.h
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 class QTModelManager;
6 class QTWindowManager;
7 struct Module;
9 FORM_SHEET_EDITOR_API void AddFormSheetEditorModuleToModuleManager();
10}
11extern "C" {
15 FORM_SHEET_EDITOR_API void FormSheetEditorInitializeForNDEVR(Module& mod);
17 FORM_SHEET_EDITOR_API void FormSheetEditorSetupMetatypesForNDEVR();
19 FORM_SHEET_EDITOR_API void FormSheetEditorSetupFileStructureForNDEVR();
21 FORM_SHEET_EDITOR_API void FormSheetEditorSetupFactoriesForNDEVR();
23 FORM_SHEET_EDITOR_API void FormSheetEditorSetUpdateCheckerForNDEVR();
25 FORM_SHEET_EDITOR_API void FormSheetEditorSetupManualsForNDEVR();
27 FORM_SHEET_EDITOR_API void FormSheetEditorSetupUIThemesForNDEVR();
32 FORM_SHEET_EDITOR_API void FormSheetEditorSetupUIForNDEVR(QTModelManager* model_manager, QTWindowManager* window_manager);
33}
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Manages all windows and logic surrounding dialogs and views for displaying and managing a 3D environm...
The primary namespace for the NDEVR SDK.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...