X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_DigueOp.h;h=f5c434555423de87a6a132bf9d29adea856cb250;hb=725562568b5fda2f805d2e761c755a98ebab7460;hp=87db05f80001bf3bebba5cd2a9642743e8da4a5f;hpb=3f67da828864f8d27b0aea2828bc8f5c5aaa9808;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_DigueOp.h b/src/HYDROGUI/HYDROGUI_DigueOp.h index 87db05f8..f5c43455 100644 --- a/src/HYDROGUI/HYDROGUI_DigueOp.h +++ b/src/HYDROGUI/HYDROGUI_DigueOp.h @@ -35,11 +35,20 @@ public: protected: - virtual void startOperation(); + virtual void startOperation(); + + virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg, + QStringList& theBrowseObjectsEntries ); virtual HYDROGUI_InputPanel* createInputPanel() const; - virtual Handle(HYDROData_Channel) getObjectToEdit() const; +protected: + + virtual Handle(HYDROData_Channel) createNewObject() const; + + virtual QColor getDefaultFillingColor() const; + + virtual QColor getDefaultBorderColor() const; private: