Salome HOME
Selector implementation for OCC viewer.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operation.h
index c580e3f5c5e10f683e4f680e14c63d292c5a8d64..70b1ccd0f0909d1f48eb8f817b84b27544390f36 100644 (file)
@@ -52,13 +52,14 @@ protected:
   virtual void commitOperation();
 
   virtual HYDROGUI_InputPanel* createInputPanel() const;
+  virtual void closeInputPanel();
 
   virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg );
   virtual void processCancel();
 
   void startDocOperation();
-  void commitDocOperation();
   void abortDocOperation();
+  void commitDocOperation();
 
   Handle_HYDROData_Document doc() const;