X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_NewSectionDlg.h;h=d37ed1176ccf79bb738a23e2a651438f26e621b4;hb=09d10e66ba0fac5353c8d1f138055fc6fe86fb65;hp=978cc1de0e423e09f673585035de03e784aa04c1;hpb=9e119e0e9083810d257cee600dea369b6c761884;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_NewSectionDlg.h b/src/HYDROCurveCreator/CurveCreator_NewSectionDlg.h index 978cc1de..d37ed117 100644 --- a/src/HYDROCurveCreator/CurveCreator_NewSectionDlg.h +++ b/src/HYDROCurveCreator/CurveCreator_NewSectionDlg.h @@ -49,6 +49,7 @@ public: void setSectionName(const QString& theName ); void clear(); void setEditMode( bool isEdit ); + bool isEnableClosed() const { return myIsEnableClosed; } signals: void addSection(); @@ -64,6 +65,7 @@ private: QComboBox* myLineType; QCheckBox* myIsClosed; bool myIsEdit; + bool myIsEnableClosed; QPushButton* myAddBtn; QPushButton* myCancelBtn; };