X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_StricklerTable.sip;h=01fe3353970e2e4934a0fba5c1d1ac5ce82f4cbe;hb=009886e34d3efa0ee0c860b6bcb1a2db718f098a;hp=a6493486c68d7f06215f24f64c14f912d6c4f067;hpb=f64a3ec454c0826cd41e7bff2d2b64bccebb1cd4;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_StricklerTable.sip b/src/HYDROPy/HYDROData_StricklerTable.sip index a6493486..01fe3353 100644 --- a/src/HYDROPy/HYDROData_StricklerTable.sip +++ b/src/HYDROPy/HYDROData_StricklerTable.sip @@ -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;