X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_PropertyPanel.h;h=04c4d1ed3c5521bfe40ab28368bc5de21968f906;hb=b5ed624c7308fceecfb3237d1e099729a1cd3c76;hp=ebd529d11056c439f61df3f0353d807501862ea7;hpb=61da4e89d2ec63daa429d304f928482a0e6fa0b7;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_PropertyPanel.h b/src/XGUI/XGUI_PropertyPanel.h index ebd529d11..04c4d1ed3 100644 --- a/src/XGUI/XGUI_PropertyPanel.h +++ b/src/XGUI/XGUI_PropertyPanel.h @@ -28,11 +28,14 @@ Q_OBJECT /// Returns main widget of the property panel, which children will be created /// by WidgetFactory using the XML definition QWidget* contentWidget(); + /// Brings back all widget created by widget factory for signal/slot /// connections and further processing void setModelWidgets(const QList& theWidgets); + /// Returns all property panel's widget created by WidgetFactory - const QList& modelWidgets() const; + virtual const QList& modelWidgets() const; + /// Removes all widgets in the widget area of the property panel void cleanContent();