X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_StdHypothesisCreator.h;h=b9e22ae0217873b724855e2c7a4acb29ec8d6169;hb=df9cc07c95bbe75654ed43634939a133ccebe2f6;hp=d9e82ece7af71e5c73458c6fa6f91d87b751c29b;hpb=251f8c052dd12dd29922210dc901b295fe999a0e;p=modules%2Fsmesh.git diff --git a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.h b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.h index d9e82ece7..b9e22ae02 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.h +++ b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.h @@ -54,15 +54,20 @@ protected: virtual QPixmap icon() const; virtual QString type() const; virtual QWidget* getCustomWidget( const StdParam&, QWidget*, const int ) const; + virtual QWidget* getHelperWidget() const { return myHelperWidget; } virtual bool getParamFromCustomWidget( StdParam& , QWidget* ) const; virtual QString hypTypeName( const QString& ) const; virtual QWidget* getWidgetForParam( int paramIndex ) const; virtual ListOfWidgets* customWidgets() const; virtual void onReject(); + virtual void valueChanged( QWidget* ); + bool initVariableName(SMESH::SMESH_Hypothesis_var theHyp, StdParam& theParams, const char* theMethod) const; + QWidget* makeReverseEdgesWdg( SMESH::long_array_var edgeIDs, + CORBA::String_var shapeEntry) const; + - virtual void valueChanged( QWidget* ); template T* widget(int i) const { @@ -70,6 +75,7 @@ protected: } ListOfWidgets myCustomWidgets; + QWidget* myHelperWidget; }; #endif // STDMESHERSGUI_STDHYPOTHESISCREATOR_H