X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IPropertyPanel.h;h=7f8d9d32d3c06e0a915adce51a348ed52db54e42;hb=3c5cc0cd68b845cee1d58e61974ae0013b50199c;hp=b43a3d42c1ec92ff548cf6b883220a8282ca4728;hpb=19bc85698899d6bee8704e7b0953ee045b0eb66f;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IPropertyPanel.h b/src/ModuleBase/ModuleBase_IPropertyPanel.h index b43a3d42c..7f8d9d32d 100644 --- a/src/ModuleBase/ModuleBase_IPropertyPanel.h +++ b/src/ModuleBase/ModuleBase_IPropertyPanel.h @@ -24,6 +24,9 @@ public: /// Returns currently active widget virtual ModuleBase_ModelWidget* activeWidget() const = 0; + /// Returns all property panel's widget created by WidgetFactory + virtual const QList& modelWidgets() const = 0; + signals: /// The signal about key release on the control, that corresponds to the attribute /// \param theEvent key release event