Eliminate superfluous DPG executes

This commit is contained in:
WandererFan
2017-08-14 19:49:42 -04:00
committed by wmayer
parent 2524053887
commit e35e2f2573
26 changed files with 159 additions and 242 deletions

View File

@@ -62,7 +62,7 @@ public:
virtual void onDocumentRestored() override;
virtual void unsetupObject() override;
DrawProjGroup* getGroup(void) const;
DrawProjGroup* getPGroup(void) const;
double getRotateAngle();
/// returns the type name of the ViewProvider
@@ -76,6 +76,9 @@ public:
const Base::Vector3d& direction,
const bool flip=true) const override;
virtual double getScale(void) const override;
protected:
void onChanged(const App::Property* prop) override;