Salome HOME
Issue #18876 (Tuleap): Hide sketcher pop-up messages on deactivation of a main window
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index 64dbdb81785448db8d9081fae94cf31ae22573bc..635332dc9ab74f8834fdf7c2bde361e7bce536db 100644 (file)
@@ -202,9 +202,15 @@ protected:
   /// \param thePrs a presentation
   bool fillSketchPlaneBySelection(const std::shared_ptr<ModuleBase_ViewerPrs>& thePrs);
 
-
+  /// Redefinition of a virtual function
   virtual void showEvent(QShowEvent* theEvent);
 
+  /// Redefinition of a virtual function
+  virtual void hideEvent(QHideEvent* theEvent);
+
+  /// Redefinition of a virtual function
+  virtual bool eventFilter(QObject* theObj, QEvent* theEvent);
+
 private slots:
   /// A slot called on set sketch plane view
   void onSetPlaneView();