]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SamplePanelPlugin/SamplePanelPlugin_WidgetCreator.h
Salome HOME
Issue #1368: Creation of a Qt panel. Persistent mechanism.
[modules/shaper.git] / src / SamplePanelPlugin / SamplePanelPlugin_WidgetCreator.h
index 315742fa60eb42e12175233c8135c71766f9e310..548cbba1aa1cecd02fe0fe7f7a3d6df2fbd9bf98 100755 (executable)
@@ -36,9 +36,11 @@ public:
   /// Create panel control by its type.
   /// \param theType a panel type
   /// \param theParent a parent widget
+  /// \param theFeature a feature to fill the panel
   /// \return created widget or null
   virtual QWidget* createPanelByType(const std::string& theType,
-                                     QWidget* theParent);
+                                     QWidget* theParent,
+                                     const FeaturePtr& theFeature);
 private:
   std::set<std::string> myPanelTypes; /// types of panels
 };