X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESHGUI%2FSMESHGUI_CreatePatternDlg.h;h=130ad7e0d9342b46e8328fed92c757a33b4e03d1;hb=975d5ce014dd39e2af90e059a4b03f5a4fec415c;hp=84a0cbd34ea1cbf9e60efa2a6442580cfe34c8c7;hpb=81a502af8470190be359d6491a20796dbad5bb97;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_CreatePatternDlg.h b/src/SMESHGUI/SMESHGUI_CreatePatternDlg.h index 84a0cbd34..130ad7e0d 100755 --- a/src/SMESHGUI/SMESHGUI_CreatePatternDlg.h +++ b/src/SMESHGUI/SMESHGUI_CreatePatternDlg.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 // // // @@ -27,6 +27,8 @@ #ifndef SMESHGUI_CreatePatternDlg_H #define SMESHGUI_CreatePatternDlg_H +#include "SMESH_SMESHGUI.hxx" + #include // IDL Headers @@ -57,7 +59,7 @@ class SMESHGUI; * Description : Dialog to specify filters for VTK viewer */ -class SMESHGUI_CreatePatternDlg : public QDialog +class SMESHGUI_EXPORT SMESHGUI_CreatePatternDlg : public QDialog { Q_OBJECT @@ -84,12 +86,14 @@ private: void closeEvent (QCloseEvent* e); void enterEvent (QEvent*); + void keyPressEvent(QKeyEvent*); private slots: void onOk(); void onSave(); void onClose(); + void onHelp(); void onDeactivate(); @@ -116,6 +120,7 @@ private: QPushButton* myOkBtn; QPushButton* mySaveBtn; QPushButton* myCloseBtn; + QPushButton* myHelpBtn; QButtonGroup* myTypeGrp; QRadioButton* mySwitch2d; @@ -141,6 +146,8 @@ private: SMESH::SMESH_Pattern_var myPattern; bool myIsLoaded; + + QString myHelpFileName; }; #endif