Salome HOME
Issue #3069: Do not ask confirmation for operation closing if it doesn't produce...
[modules/shaper.git] / src / ModuleBase / ModuleBase_IPropertyPanel.h
index a4f954ea03ad8688b67556100c6d32cce1cff50c..16fdecf13b7a38ca9054e2e1e0c986bbf6f28346 100644 (file)
@@ -88,6 +88,9 @@ public:
   /// The method is called on accepting of operation
   virtual void onAcceptData() = 0;
 
+  /// Returns True if data of its feature was modified during operation
+  virtual bool isModified() const;
+
   /// Returns the first widget, where canAcceptFocus returns true
   /// \return a widget or null
   static ModuleBase_ModelWidget* findFirstAcceptingValueWidget(