X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ChannelOp.h;h=bb1c5acbf20b6b14e037f7b148f473e0dada911a;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=eb15b4e861515b35970a17934079f49412935369;hpb=ff8d3c8919312e506334fd31e19928b09093bebe;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ChannelOp.h b/src/HYDROGUI/HYDROGUI_ChannelOp.h index eb15b4e8..bb1c5acb 100644 --- a/src/HYDROGUI/HYDROGUI_ChannelOp.h +++ b/src/HYDROGUI/HYDROGUI_ChannelOp.h @@ -46,17 +46,22 @@ protected: virtual HYDROGUI_InputPanel* createInputPanel() const; - virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg ); + virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg, + QStringList& theBrowseObjectsEntries ); protected slots: - virtual void onCreatePreview( const bool theIsInit = false ); + virtual void onCreatePreview(); protected: virtual void erasePreview(); - virtual Handle(HYDROData_Channel) getObjectToEdit() const; + virtual Handle(HYDROData_Channel) createNewObject() const; - virtual HYDROGUI_Shape* getPreviewShape() const { return myPreviewPrs; }; + virtual QColor getDefaultFillingColor() const; + + virtual QColor getDefaultBorderColor() const; + + virtual HYDROGUI_Shape* getPreviewShape() const { return myPreviewPrs; }; protected: bool myIsEdit;