X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_CalculationOp.h;h=81c19c61dcd4142c75b9524c964d78be9a09a17f;hb=95fae05fbf436c6efd6dcebe37dc8315e9f3147b;hp=c7c92fdef2637b7c71473da147521a34f0c9b231;hpb=4b82ec592a58884d56d7637ab16c3cff757f4b8f;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_CalculationOp.h b/src/HYDROGUI/HYDROGUI_CalculationOp.h index c7c92fde..81c19c61 100644 --- a/src/HYDROGUI/HYDROGUI_CalculationOp.h +++ b/src/HYDROGUI/HYDROGUI_CalculationOp.h @@ -52,7 +52,8 @@ protected: virtual HYDROGUI_InputPanel* createInputPanel() const; virtual void onApply(); - virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg ); + virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg, + QStringList& theBrowseObjectsEntries ); void setAvailableGroups(); @@ -113,10 +114,10 @@ protected slots: private: void createPreview(); void closePreview(); - void showObject( Handle(HYDROData_Entity) theEntity, Handle(AIS_InteractiveContext) theCtx ); + void setObjectVisibility( Handle(HYDROData_Entity) theEntity, const bool theIsVisible ); void setZonesVisible( bool theIsVisible ); void getNamesAndEntries( const HYDROData_SequenceOfObjects& theSeq, - QStringList& theNames, QStringList& theEntries ) const; + QStringList& theNames, QStringList& theEntries ) const; /** * Ask user to confirm splitting zones recalculation.