Salome HOME
Preselection realization for multi-selector widget to accept some selection values.
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2d.h
index e39011c9054e32484b65472bdf9bdda846078354..a2fe2aa8df1b53afbc3caca4e3fccd53ddf55756 100644 (file)
@@ -53,7 +53,7 @@ Q_OBJECT
   /// Set the given wrapped value to the current widget
   /// This value should be processed in the widget according to the needs
   /// \param theValue the wrapped widget value
-  virtual bool setSelection(ModuleBase_ViewerPrs theValue);
+  virtual bool setSelection(const QList<ModuleBase_ViewerPrs>& theValues, int& thePosition);
 
   virtual bool restoreValue();