TechDraw: Link related changes

* Support link and group objects

* Support view sync by implementing view provider API getMDIView()

* Use handleChangedPropertyType() for object migration instead of
  reimplementing Restore() because of a lots of changes in
  PropertyContainer::Restore().

* Various other small fixes.
This commit is contained in:
Zheng, Lei
2019-07-12 11:28:07 +08:00
committed by wmayer
parent f028ba42ff
commit e90d09dc40
30 changed files with 204 additions and 412 deletions

View File

@@ -64,9 +64,6 @@ public:
virtual short mustExecute() const override;
void Restore(Base::XMLReader &reader) override;
protected:
/* virtual void onChanged(const App::Property* prop) override;*/
Base::BoundBox3d bbox;