Handle multiple DrawPage in Document

This commit is contained in:
WandererFan
2016-04-25 14:30:50 -04:00
committed by wmayer
parent bd1c150930
commit fb439b3d34
8 changed files with 372 additions and 251 deletions

View File

@@ -70,6 +70,7 @@ public:
virtual PyObject *getPyObject(void);
std::vector<std::string> getChildViewNames();
bool isViewInClip(App::DocumentObject* view);
protected: