Add ViewProvider and Dialogs for Analysis object and the Netgen mesher object

This commit is contained in:
jriegel
2013-04-06 23:08:23 +02:00
parent 720b4a2807
commit 2818bc4ddf
26 changed files with 1817 additions and 188 deletions

View File

@@ -25,9 +25,7 @@
#define Fem_FemMeshShapeObject_H
#include "FemMesh.h"
#include "FemMeshObject.h"
#include "FemMeshProperty.h"
namespace Fem
{
@@ -45,7 +43,7 @@ public:
//virtual const char* getViewProviderName(void) const {
// return "FemGui::ViewProviderFemMeshShape";
//}
virtual App::DocumentObjectExecReturn *execute(void);
//virtual App::DocumentObjectExecReturn *execute(void);
//virtual short mustExecute(void) const;
//virtual PyObject *getPyObject(void);
@@ -54,7 +52,7 @@ public:
protected:
/// get called by the container when a property has changed
virtual void onChanged (const App::Property* prop);
//virtual void onChanged (const App::Property* prop);
};
} //namespace Fem