Add ViewProvider and Dialogs for Analysis object and the Netgen mesher object
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user