X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_MenuMgr.h;h=5061b1fec3fdaf0f9f3d59b94b30b49834a76ace;hb=423c10234142d14d0d5de89383f2f96a4ec5930f;hp=661226ef62dad02115713c8b5ca2f93b175076c2;hpb=982481c856def9c064e5f2bb65de11a5b254da6e;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_MenuMgr.h b/src/PartSet/PartSet_MenuMgr.h index 661226ef6..5061b1fec 100644 --- a/src/PartSet/PartSet_MenuMgr.h +++ b/src/PartSet/PartSet_MenuMgr.h @@ -39,7 +39,7 @@ public: /// Add menu items for viewer into the actions map /// \param theStdActions a map of standard actions - /// \param theParent a parent widget for the + /// \param theParent a parent widget for the /// \param theMenuActions map of action/menu for the desirable index in the viewer menu /// \return true if items are added and there is no necessity to provide standard menu bool addViewerMenu(const QMap& theStdActions, @@ -48,7 +48,7 @@ public: /// Update state of pop-up menu items in viewer /// \param theStdActions - a map of standard actions - void updateViewerMenu(const QMap& theStdActions); + void updateViewerMenu(const QMap& theStdActions); /// Activates a PartSet document void activatePartSet() const; @@ -94,7 +94,7 @@ private: /// \param theValue the current auxiliary value /// \return the boolean result bool canSetAuxiliary(bool& theValue) const; - + /// Changes the sketcher entity construction argument value /// \param isChecked if true, the feature is a construction void setAuxiliary(const bool isChecked); @@ -119,7 +119,7 @@ private: PartSet_Module* myModule; /// the popup menu actions - QMap myActions; + QMap myActions; /// List of lines coincided in a one point mutable QList myCoinsideLines; @@ -130,7 +130,7 @@ private: /// Id of menu item in Detach menu previously selected int myPrevId; - /// Original color of highlighted line + /// Original color of highlighted line QColor myColor; };