]> SALOME platform Git repositories - plugins/gmshplugin.git/blobdiff - src/GUI/GMSHPluginGUI_HypothesisCreator.h
Salome HOME
Adding verbosity control for gmsh
[plugins/gmshplugin.git] / src / GUI / GMSHPluginGUI_HypothesisCreator.h
index 89d6eaf4666aade48fe123e9c249ce2b969894a1..981fb873d6c3657d0be7ab26ead01ac21aaea865 100644 (file)
@@ -53,6 +53,7 @@ typedef struct
   QString             myMaxSizeVar, myMinSizeVar, mySmouthStepsVar, mySizeFactorVar;
 #endif
   mutable QString     myErrorMsg;
+  int                 myVerbLvl;
 } GmshHypothesisData;
 
 /*!
@@ -73,7 +74,7 @@ protected:
   virtual QFrame*  buildFrame    ();
   virtual void     retrieveParams() const;
   virtual QString  storeParams   () const;
-  
+
   virtual QString  caption() const;
   virtual QPixmap  icon() const;
   virtual QString  type() const;
@@ -82,7 +83,7 @@ protected slots:
   void               updateWidgets();
   virtual void       onAddCompound();
   virtual void       onRemoveCompound();
-  
+
 private:
   bool readParamsFromHypo( GmshHypothesisData& ) const;
   bool readParamsFromWidgets( GmshHypothesisData& ) const;
@@ -107,6 +108,7 @@ private:
  SMESHGUI_SpinBox* myMinSize;
  QCheckBox*        myUseIncomplElem;
  QCheckBox*        mySecondOrder;
+ QComboBox*        myVerbLvl;
  bool myIs2D;
  bool myIs3D;