Salome HOME
Issue #1437: provide update of parameters table part on editing of any parameter
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_WidgetParamsMgr.h
index 9f9fda3b06b4b7270c47dee2311ef5783322d431..f722402afefa349b91dcb6813a34cc6a0be26bce 100644 (file)
@@ -88,15 +88,20 @@ private:
   QTreeWidgetItem* selectedItem() const;
 
   /// Select the given Item and scroll the table to make it visible
-  void selectItemScroll(QTreeWidgetItem* aItem);
+  void selectItemScroll(QTreeWidgetItem* theItem);
 
   /// Update values in features part
+  void updateItem(QTreeWidgetItem* theItem, const QList<QStringList>& theFeaturesList);
+
   void updateFeaturesPart();
 
+  void updateParametersPart();
+
   /// Returns true if parameter with the given name already exists
   bool hasName(const QString& theName) const;
 
   QList<QStringList> featuresItems(const QList<FeaturePtr>& theFeatures) const;
+  QList<QStringList> parametersItems(const QList<FeaturePtr>& theFeatures) const;
 
   QTreeWidget* myTable;
   QTreeWidgetItem* myFeatures;