[Core] Managing Custom Data Elements: VarSet (#12135)

* [Core] Add a basic VarSet document object

* [Core] Add basic tests for VarSets

* Core: Replace the VarSet icon with an outlined one
This commit is contained in:
Pieter Hijma
2024-02-21 10:38:06 +01:00
committed by GitHub
parent ce59cc0bdc
commit 402421f6aa
12 changed files with 508 additions and 0 deletions

View File

@@ -123,6 +123,7 @@
#include "ViewProviderPythonFeature.h"
#include "ViewProviderTextDocument.h"
#include "ViewProviderVRMLObject.h"
#include "ViewProviderVarSet.h"
#include "WaitCursor.h"
#include "Workbench.h"
#include "WorkbenchManager.h"
@@ -2277,6 +2278,7 @@ void Application::initTypes()
Gui::LinkView ::init();
Gui::ViewProviderLink ::init();
Gui::ViewProviderLinkPython ::init();
Gui::ViewProviderVarSet ::init();
Gui::AxisOrigin ::init();
// Workbench