X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetPoint2dDistance.h;h=164e78bac87f7d8ecc7010f7c1562642b52b48b5;hb=94ba553e7b92f11a936e027b49bbd1d501eeee44;hp=c635aa4f5406a4b96f3bb38c85c3e74518fd37dd;hpb=0741a16dede895f053a30112a2f2216650accce0;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetPoint2dDistance.h b/src/ModuleBase/ModuleBase_WidgetPoint2dDistance.h index c635aa4f5..164e78bac 100644 --- a/src/ModuleBase/ModuleBase_WidgetPoint2dDistance.h +++ b/src/ModuleBase/ModuleBase_WidgetPoint2dDistance.h @@ -2,7 +2,6 @@ // Created: 23 June 2014 // Author: Vitaly Smetannikov - #ifndef ModuleBase_WidgetPoint2dDistance_H #define ModuleBase_WidgetPoint2dDistance_H @@ -12,14 +11,15 @@ class ModuleBase_WidgetValue; class GeomAPI_Pnt2d; -class MODULEBASE_EXPORT ModuleBase_WidgetPoint2dDistance: public ModuleBase_WidgetDoubleValue +class MODULEBASE_EXPORT ModuleBase_WidgetPoint2dDistance : public ModuleBase_WidgetDoubleValue { - Q_OBJECT -public: +Q_OBJECT + public: /// Constructor /// \theParent the parent object /// \theData the widget configuation. The attribute of the model widget is obtained from - ModuleBase_WidgetPoint2dDistance(QWidget* theParent, const Config_WidgetAPI* theData); + ModuleBase_WidgetPoint2dDistance(QWidget* theParent, const Config_WidgetAPI* theData, + const std::string& theParentId); virtual ~ModuleBase_WidgetPoint2dDistance(); @@ -28,13 +28,12 @@ public: /// \param theValue the wrapped widget value virtual bool setValue(ModuleBase_WidgetValue* theValue); -protected: + protected: /// Set the second point which defines a value in the widget as a distance with a first point defined by feature void setPoint(FeaturePtr theFeature, const boost::shared_ptr& thePnt); -private: + private: std::string myFirstPntName; }; - -#endif \ No newline at end of file +#endif