X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_StandardMeshInfosDlg.h;h=74c7bb8e9992510e41888180243ca0a3f04298cd;hb=refs%2Ftags%2FT3_2_0b2;hp=857be0d4d7eff497fda3be44461d7564b3e4990a;hpb=c38c10811a065cf5b13e8807ed71864d92ca7d80;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_StandardMeshInfosDlg.h b/src/SMESHGUI/SMESHGUI_StandardMeshInfosDlg.h index 857be0d4d..74c7bb8e9 100644 --- a/src/SMESHGUI/SMESHGUI_StandardMeshInfosDlg.h +++ b/src/SMESHGUI/SMESHGUI_StandardMeshInfosDlg.h @@ -17,7 +17,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 // // // @@ -40,14 +40,16 @@ class QLabel; class QPushButton; class QLineEdit; class QTextBrowser; -class SalomeApp_SelectionMgr; +class LightApp_SelectionMgr; +class SMESHGUI; + class SMESHGUI_StandardMeshInfosDlg : public QDialog { Q_OBJECT public: - SMESHGUI_StandardMeshInfosDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + SMESHGUI_StandardMeshInfosDlg( SMESHGUI*, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~SMESHGUI_StandardMeshInfosDlg(); protected: @@ -60,9 +62,11 @@ private slots: void DeactivateActiveDialog() ; void ActivateThisDialog(); void onStartSelection(); + void onHelp(); private: - SalomeApp_SelectionMgr* mySelectionMgr; + SMESHGUI* mySMESHGUI; + LightApp_SelectionMgr* mySelectionMgr; bool myStartSelection; bool myIsActiveWindow; @@ -80,6 +84,9 @@ private: QGroupBox* myButtonsGroup; QPushButton* myOkBtn; + QPushButton* myHelpBtn; + + QString myHelpFileName; }; #endif // SMESHGUI_STANDARDMESHINFOSDLG_H