X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetEditor.h;h=51d7eff6095781c08fcc254a43c4fcb298bdf3d6;hb=3e6012473696e5fd94e3c8240e2e1eda8def1743;hp=d9c0671f7e3087e55ccd48cd0c29bb669faf5148;hpb=49d5a27258260087aad5e7ca30d6863e08a186d1;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetEditor.h b/src/ModuleBase/ModuleBase_WidgetEditor.h index d9c0671f7..51d7eff60 100644 --- a/src/ModuleBase/ModuleBase_WidgetEditor.h +++ b/src/ModuleBase/ModuleBase_WidgetEditor.h @@ -36,7 +36,8 @@ Q_OBJECT /// Destructor virtual ~ModuleBase_WidgetEditor(); - /// Set focus to the first control of the current widget. The focus policy of the control is checked. + /// Set focus to the first control of the current widget. + /// The focus policy of the control is checked. /// If the widget has the NonFocus focus policy, it is skipped. /// \return the state whether the widget can accept the focus virtual bool focusTo(); @@ -61,10 +62,10 @@ private: private: ///< the current widget feature - FeaturePtr myFeature; + FeaturePtr myFeature; ///< the kinds of possible features - QStringList myFeatureKinds; + QStringList myFeatureKinds; int myXPosition, myYPosition; };