X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_PropertyPanel.h;h=28c62461856c5a0c64fd5833c40127076133c334;hb=fc2acc7bd36f7bff6ec1f5095bf7c44be15e2574;hp=04c4d1ed3c5521bfe40ab28368bc5de21968f906;hpb=9854dbe3ec458621458f78823cf31d0fc3e9de85;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_PropertyPanel.h b/src/XGUI/XGUI_PropertyPanel.h index 04c4d1ed3..28c624618 100644 --- a/src/XGUI/XGUI_PropertyPanel.h +++ b/src/XGUI/XGUI_PropertyPanel.h @@ -49,22 +49,23 @@ Q_OBJECT /// Activate the next from current widget in the property panel virtual void activateNextWidget(); + void setStretchEnabled(bool isEnabled); + public slots: void updateContentWidget(FeaturePtr theFeature); // Enables / disables "ok" ("accept") button void setAcceptEnabled(bool); - protected slots: // Makes the given widget active, highlights it and removes // highlighting from the previous active widget // emits widgetActivated(theWidget) signal - void activateWidget(ModuleBase_ModelWidget* theWidget); + virtual void activateWidget(ModuleBase_ModelWidget* theWidget); signals: /// Signal about the point 2d set to the feature /// \param the feature /// \param the attribute of the feature - void storedPoint2D(ObjectPtr theFeature, const std::string& theAttribute); + //void storedPoint2D(ObjectPtr theFeature, const std::string& theAttribute); private: