Salome HOME
Merge commit '9dd90968eb8ad86e7e6ae67f48bb6110bd4ffbdc' into BR_LCM_COMP
[modules/hydro.git] / src / HYDROPy / HYDROData_StricklerTable.sip
index a6493486c68d7f06215f24f64c14f912d6c4f067..01fe3353970e2e4934a0fba5c1d1ac5ce82f4cbe 100644 (file)
@@ -47,7 +47,16 @@ public:
   bool Export( const QString& theFileName );
 
   double Get( const QString& theType, double theDefault ) const;
-  void Set( const QString& theType, double theCoefficient );
+  void   Set( const QString& theType, double theCoefficient );
+
+  QString GetAttrName() const;
+  bool    SetAttrName( const QString& ) const;
+
+  QString GetAttrValue( const QString& theType ) const;
+  void    SetAttrValue( const QString& theType, const QString& theAttrValue ) const;
+
+  QColor GetColor( const QString& theType ) const;
+  void   SetColor( const QString& theType, const QColor& theColor ) const;
 
   QStringList GetTypes() const;