Salome HOME
Issue #2406: Use accept data method from Commit function of an operation
[modules/shaper.git] / src / ModuleBase / ModuleBase_IPropertyPanel.h
index 446e0e59bb44c35bdfa67c983e6d51060787cc86..0ada2eedd2f62772729ec4cca08cfbb1998cc58d 100644 (file)
@@ -83,6 +83,9 @@ public:
   /// \return a widget or null
   ModuleBase_ModelWidget* findFirstAcceptingValueWidget();
 
+  /// The method is called on accepting of operation
+  virtual void onAcceptData() = 0;
+
   /// Returns the first widget, where canAcceptFocus returns true
   /// \return a widget or null
   static ModuleBase_ModelWidget* findFirstAcceptingValueWidget(