#include <QHeaderView>
#include <QApplication>
#include <QRadioButton>
-#include <QStandardItemModel>
-#include <QStandardItem>
#include <LightApp_SelectionMgr.h>
#include <SalomeApp_Application.h>
SMP_BTNS = 0,
// SMP_ATTRACTOR_BTN,
// SMP_SEPARATOR1,
- SMP_SURFACE_BTN,
- SMP_EDGE_BTN,
SMP_POINT_BTN,
+ SMP_EDGE_BTN,
+ SMP_SURFACE_BTN,
SMP_SEPARATOR2,
SMP_REMOVE_BTN,
};
// ---
tab->insertTab( STD_TAB, myStdGroup, tr( "SMESH_ARGUMENTS" ) );
- tab->insertTab( ADV_TAB, myAdvGroup, tr( "GHS3D_ADV_ARGS" ) );
+ tab->insertTab( ADV_TAB, myAdvGroup, tr( "BLSURF_ADV_ARGS" ) );
tab->insertTab( SMP_TAB, mySmpGroup, tr( "BLSURF_SIZE_MAP" ) );
tab->setCurrentIndex( STD_TAB );
connect(removeButton, SIGNAL(clicked()), this, SLOT(onRemoveMap()));
connect(mySizeMapTable, SIGNAL(cellChanged ( int, int )),this,SLOT (onSetSizeMap(int,int )));
-// connect(tab, SIGNAL(currentChanged ( int )),this,SLOT (onSetSelectionFilter(int)));
-
return fr;
}
-
-void BLSURFPluginGUI_HypothesisCreator::onSetSelectionFilter(int page)
-{
- cout << "BLSURFPluginGUI_HypothesisCreator::onSetSelectionFilter(" << page << ")" << endl;
- aSel->clearFilters();
- if (page == SMP_TAB) {
- cout << "Page is SIZEMAP" << endl;
- aSel = GeomToolSelected->selectionMgr();
- }
-}
-
void BLSURFPluginGUI_HypothesisCreator::retrieveParams() const
{
cout << "BLSURFPluginGUI_HypothesisCreator::retrieveParams" << endl;
<source>SMP_ENTRY_COLUMN</source>
<translation>Entry</translation>
</message>
- <message>
<message>
<source>SMP_NAME_COLUMN</source>
<translation>Name</translation>
<source>BLSURF_SM_POINT_VALUE</source>
<translation>Size on Point(s)</translation>
</message>
+ <message>
+ <source>BLSURF_ADV_ARGS</source>
+ <translation>Advanced</translation>
+ </message>
<message>
<source>BLSURF_TITLE</source>
<translation>Hypothesis Construction</translation>
include $(top_srcdir)/adm_local/unix/make_common_starter.am
# header files
-salomeinclude_HEADERS =
+salomeinclude_HEADERS = \
+ BLSURFPluginGUI_HypothesisCreator.h
# Libraries targets
lib_LTLIBRARIES = libBLSURFPluginGUI.la
-dist_libBLSURFPluginGUI_la_SOURCES = \
- BLSURFPluginGUI.cxx \
- BLSURFPluginGUI_HypothesisCreator.h \
- BLSURFPluginGUI_HypothesisCreator.cxx
+dist_libBLSURFPluginGUI_la_SOURCES = \
+ BLSURFPluginGUI.cxx \
+ BLSURFPluginGUI_HypothesisCreator.cxx
# ui_BLSURFPluginGUI_MapFunctionEditor.h \
# BLSURFPluginGUI_MapFunctionEditor.h \
# BLSURFPluginGUI_MapFunctionEditor.cxx