]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetFileSelector.h
Salome HOME
Improvement of the Group Feature (Undo-Redo functionality inside the multiple selecti...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFileSelector.h
index be59f13b45627748a4164123f81c4f8885498641..e337845e94de3c38ebdb99b38892066cd7b4e59a 100644 (file)
@@ -66,9 +66,6 @@ class MODULEBASE_EXPORT ModuleBase_WidgetFileSelector : public ModuleBase_ModelW
   /// exists and has supported format
   bool isCurrentPathValid();
 
-  /// Reject the current editor dialog if it is shown and returns true.
-  virtual bool processEscape();
-
 public slots:
    /// Processing of path selection button press
   void onPathSelectionBtn();
@@ -77,6 +74,9 @@ public slots:
   void onPathChanged();
 
 protected:
+  /// Reject the current editor dialog if it is shown and returns true.
+  virtual bool processEscape();
+
   /// Saves the internal parameters to the given feature
   /// \return True in success
   virtual bool storeValueCustom();