Adopt planes to Part size

This commit is contained in:
Stefan Tröger
2015-05-04 22:31:38 +02:00
parent 7d4a0c9555
commit 940857e508
6 changed files with 130 additions and 42 deletions

View File

@@ -56,11 +56,6 @@ public:
virtual bool doubleClicked(void);
std::vector<std::string> getDisplayModes(void) const;
void hide(void);
void show(void);
bool isShow(void) const;
virtual bool onDelete(const std::vector<std::string> &);
/// get called if the user hover over a object in the tree
@@ -74,6 +69,7 @@ protected:
/// get called by the container whenever a property has been changed
void onChanged(const App::Property* prop);
void getViewProviders(std::vector<ViewProviderDocumentObject*>&) const;
void onObjectChanged(const App::DocumentObject&, const App::Property&);
private: