PartDesign: transfer Datums to become AttachableObjects

Crude and quick, needs cleanup.
This commit is contained in:
DeepSOIC
2015-07-04 18:17:37 +03:00
committed by Stefan Tröger
parent d009a5cd3d
commit 8babf7c2dc
12 changed files with 29 additions and 1537 deletions

View File

@@ -43,10 +43,6 @@ public:
return "PartDesignGui::ViewProviderDatumCoordinateSystem";
}
static void initHints();
const std::set<QString> getHint() const;
const int offsetsAllowed() const;
Base::Vector3d getXAxis();
Base::Vector3d getYAxis();
Base::Vector3d getZAxis();
@@ -54,9 +50,6 @@ public:
protected:
virtual void onChanged(const App::Property* prop);
private:
// Hints on what further references are required/possible on this feature for a given set of references
static std::map<std::multiset<QString>, std::set<QString> > hints;
};
} //namespace PartDesign