Sketcher: EditModeCoinManager - support to update layer configuration

=====================================================================

- Refactor scenograph creation to enable local update
- Support to perform a local update
This commit is contained in:
Abdullah Tahiri
2023-02-28 08:25:13 +01:00
committed by abdullahtahiriyo
parent c75a7b524b
commit 2f34f01c10
4 changed files with 87 additions and 38 deletions

View File

@@ -94,10 +94,17 @@ public:
void updateGeometryColor(const GeoListFacade & geolistfacade, bool issketchinvalid);
void updateGeometryLayersConfiguration();
/** @name coin nodes creation*/
void createEditModeInventorNodes();
//@}
private:
void createGeometryRootNodes();
void emptyGeometryRootNodes();
void createEditModePointInventorNodes();
void createEditModeCurveInventorNodes();
private:
ViewProviderSketch & viewProvider;