theObject = myCurrentSubShape->object();
}
+//********************************************************************
+QList<ModuleBase_ViewerPrsPtr> PartSet_WidgetSubShapeSelector::getAttributeSelection() const
+{
+ return QList<ModuleBase_ViewerPrsPtr>();
+}
+
+
//********************************************************************
bool PartSet_WidgetSubShapeSelector::setSelection(
QList<std::shared_ptr<ModuleBase_ViewerPrs>>& theValues,
ObjectPtr& theObject,
GeomShapePtr& theShape);
+ /// 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
+ virtual QList<std::shared_ptr<ModuleBase_ViewerPrs>> getAttributeSelection() const;
+
protected:
/// The methiod called when widget is activated
virtual void activateCustom();