26#ifndef STDMESHERSGUI_BlockRenumberCreator_H
27#define STDMESHERSGUI_BlockRenumberCreator_H
33#include <SALOMEconfig.h>
34#include CORBA_SERVER_HEADER(GEOM_Gen)
51 virtual bool checkParams( QString& )
const override;
52 virtual QString
helpPage()
const override;
53 virtual QString
hypTypeName(
const QString& )
const override;
61 void onSelectionChange();
62 void onTreeSelectionChange();
64 void onSelectBtnClick();
66 void onModifBtnClick();
67 void onRemoveBtnClick();
71 void setBlockToTree( QTreeWidgetItem* item = 0 );
76 QPushButton* myShapeSelectBut[3];
78 QLineEdit* myLineEdit[3];
84 GEOM::GEOM_Object_var myGO[3];
#define STDMESHERSGUI_EXPORT
Definition: SMESH_StdMeshersGUI.hxx:36
virtual QString helpPage() const
Definition: SMESHGUI_Hypotheses.cxx:591
Class : SMESH_NumberFilter Description : Filter for geom or smesh objects.
Definition: SMESH_NumberFilter.hxx:57
Definition: StdMeshersGUI_BlockRenumberCreator.h:44
QLineEdit * myName
Definition: StdMeshersGUI_BlockRenumberCreator.h:73
QTreeWidget * myBlockTree
Definition: StdMeshersGUI_BlockRenumberCreator.h:74
SMESH_NumberFilter mySolidFilter
Definition: StdMeshersGUI_BlockRenumberCreator.h:86
QButtonGroup * myButGroup
Definition: StdMeshersGUI_BlockRenumberCreator.h:77
QPushButton * myAddBut
Definition: StdMeshersGUI_BlockRenumberCreator.h:80
QPushButton * myRemoveBut
Definition: StdMeshersGUI_BlockRenumberCreator.h:82
QPushButton * myModifBut
Definition: StdMeshersGUI_BlockRenumberCreator.h:81
Class for creation of standard hypotheses.
Definition: StdMeshersGUI_StdHypothesisCreator.h:38
virtual void retrieveParams() const
Initialise parameter values in controls.
Definition: StdMeshersGUI_StdHypothesisCreator.cxx:159
virtual QFrame * buildFrame()
Builds dlg layout.
Definition: StdMeshersGUI_StdHypothesisCreator.cxx:148
virtual QString hypTypeName(const QString &) const
String to insert in "SMESH_%1_HYPOTHESIS" to get hypothesis type name from message resource file.
Definition: StdMeshersGUI_StdHypothesisCreator.cxx:1528
virtual QString storeParams() const
Store params from GUI controls to a hypothesis.
Definition: StdMeshersGUI_StdHypothesisCreator.cxx:506
virtual bool checkParams(QString &) const
Check parameter values before accept()
Definition: StdMeshersGUI_StdHypothesisCreator.cxx:429