X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FMG_ADAPTGUI.hxx;h=cd2bf2bbf312ef3f3a14d0c7e6827d961b744279;hb=55f658966bd743c8a7a5c9405f4d09e60657b97c;hp=7b50a32a502575ce50598386793a55f1d7a05953;hpb=238d8c9c1e12b3f45e01ad94de72ad63d015f720;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/MG_ADAPTGUI.hxx b/src/SMESHGUI/MG_ADAPTGUI.hxx index 7b50a32a5..cd2bf2bbf 100644 --- a/src/SMESHGUI/MG_ADAPTGUI.hxx +++ b/src/SMESHGUI/MG_ADAPTGUI.hxx @@ -102,10 +102,10 @@ med_idt OuvrirFichier(QString aFile); std::string remove_extension(const std::string& filename); -enum ADAPTATION_MODE{ +enum ADAPTATION_MODE{ SURFACE, // surface adaption when meshDim == 2 - VOLUME, // - BOTH + VOLUME, // + BOTH }; //================================================================================= // class : SMESHGUI_MgAdaptDlg @@ -227,7 +227,7 @@ protected slots: private slots: void modeChanged( int); void sizeMapDefChanged(int); - void timeStepGroupChanged(int timeStepType, bool disableOther = false, int max = 0); + void timeStepGroupChanged(int timeStepType, bool disableOther = false, int vmax = 0); void onSelectMedFilebuttonClicked(); void clear(); void onMedFileCheckBox(int); @@ -237,7 +237,8 @@ private slots: void onLocalSelected(QString); void onNoTimeStep(bool disableOther = false); void onLastTimeStep(bool disableOther = false); - void onChosenTimeStep(bool disableOther = false, int max = 0); + void onChosenTimeStep(bool disableOther = false, int vmax = 0); + void visibleTimeStepRankLabel(bool visible); private: @@ -297,7 +298,7 @@ private slots: private: void setOptionValue(QString& option, QString& value); std::map optionTreeWidgetItem; - + QTreeWidgetItem* getNewQTreeWidgetItem(QTreeWidget* table, const char* option, QString& name, bool isCustom); };