Salome HOME
Issue #559: Control doesn't have variable if its text is empty
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetMultiSelector.h
index 1a98c238e5cb726e130ec62f6647f0d44cd3a162..033b260b4888c3912ea80ef46cb338fd3cee7407 100644 (file)
@@ -122,6 +122,11 @@ protected slots:
   /// \param isActivated a state whether the shape is activated or deactivated in selection
   void activateShapeSelection(const bool isActivated);
 
+  /// Return the attribute values wrapped in a list of viewer presentations
+  /// \return a list of viewer presentations, which contains an attribute result and
+  /// a shape. If the attribute do not uses the shape, it is empty
+  QList<ModuleBase_ViewerPrs> getAttributeSelection() const;
+
  protected:
    /// Update selection list
    void updateSelectionList(AttributeSelectionListPtr);