X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_GroupOpDlg.h;h=89e4d3ccc84336368186ab80c1558dc2ab8aab09;hp=e04b02fde0fa88cf429a84fc478d2d1bb58d0399;hb=c3dcb1d5ce71049bef3434d77e015095d92ff646;hpb=a2f0f70d5912ea83c868916f06eaefb58a32ec2e diff --git a/src/SMESHGUI/SMESHGUI_GroupOpDlg.h b/src/SMESHGUI/SMESHGUI_GroupOpDlg.h index e04b02fde..89e4d3ccc 100644 --- a/src/SMESHGUI/SMESHGUI_GroupOpDlg.h +++ b/src/SMESHGUI/SMESHGUI_GroupOpDlg.h @@ -15,7 +15,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -36,7 +36,7 @@ class QCloseEvent; class QLabel; class QFrame; class QPushButton; -class SalomeApp_SelectionMgr; +class LightApp_SelectionMgr; class QLineEdit; class SMESHGUI; class SVTK_ViewWindow; @@ -70,6 +70,7 @@ private slots: void onOk(); bool onApply(); void onClose(); + void onHelp(); void onDeactivate(); void onSelectionDone(); @@ -87,6 +88,7 @@ private: QPushButton* myOkBtn; QPushButton* myApplyBtn; QPushButton* myCloseBtn; + QPushButton* myHelpBtn; QLineEdit* myNameEdit; QLineEdit* myEdit1; @@ -95,9 +97,8 @@ private: QPushButton* myBtn2; SMESHGUI* mySMESHGUI; - SalomeApp_SelectionMgr* mySelectionMgr; + LightApp_SelectionMgr* mySelectionMgr; int myMode; - SVTK_ViewWindow* myViewWindow; SVTK_Selector* mySelector; QLineEdit* myFocusWg; @@ -105,6 +106,8 @@ private: SMESH::SMESH_GroupBase_var myGroup1; SMESH::SMESH_GroupBase_var myGroup2; + QString myHelpFileName; + }; #endif