X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_TableView.h;h=4565ab5d7ad4774e48cfae5f993c64381066bfa0;hb=4e1b53167581be7e084a3d71c075507bc6699c06;hp=ffbd3da7fd92602a0bdb11da5b5cbc8a2b0a10c2;hpb=bc94f7ba1f12d74aee550ceae01684f1438bd8ac;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_TableView.h b/src/HYDROCurveCreator/CurveCreator_TableView.h index ffbd3da7..4565ab5d 100644 --- a/src/HYDROCurveCreator/CurveCreator_TableView.h +++ b/src/HYDROCurveCreator/CurveCreator_TableView.h @@ -42,12 +42,13 @@ public: class CurveCreator_TableView : public QTableWidget { public: - CurveCreator_TableView( CurveCreator_ICurve* theCurve, QWidget* theParent = 0 ); + CurveCreator_TableView( CurveCreator_ICurve* theCurve, QWidget* theParent = 0, + const QStringList& theCoordTitles = QStringList() ); ~CurveCreator_TableView() {}; void setCurve( CurveCreator_ICurve* theCurve ); - void addLocalPointToTable( const double theX, const double theY ); + void setLocalPointsToTable( const CurveCreator_ICurve::SectionToPointList& thePoints ); /** * Returns a section index from the table