1 // SMESH SMESHGUI : GUI for SMESH component
3 // Copyright (C) 2003 CEA
5 // This library is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU Lesser General Public
7 // License as published by the Free Software Foundation; either
8 // version 2.1 of the License.
10 // This library is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 // Lesser General Public License for more details.
15 // You should have received a copy of the GNU Lesser General Public
16 // License along with this library; if not, write to the Free Software
17 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 // See http://www.salome-platform.org or email : webmaster.salome@opencascade.org
23 // File : SMESHGUI_CreateHypothesesDlg.h
24 // Author : Julia DOROVSKIKH
28 #ifndef DIALOGBOX_CREATE_HYPOTHESES_H
29 #define DIALOGBOX_CREATE_HYPOTHESES_H
31 #include "SMESH_SMESHGUI.hxx"
36 #include <qstringlist.h>
39 #include <SALOMEconfig.h>
40 #include CORBA_SERVER_HEADER(GEOM_Gen)
41 #include CORBA_SERVER_HEADER(SMESH_Mesh)
53 //=================================================================================
54 // class : SMESHGUI_CreateHypothesesDlg
56 //=================================================================================
57 class SMESHGUI_EXPORT SMESHGUI_CreateHypothesesDlg : public QDialog
62 SMESHGUI_CreateHypothesesDlg (SMESHGUI*,
66 ~SMESHGUI_CreateHypothesesDlg ();
71 void closeEvent( QCloseEvent* e ) ;
72 void enterEvent ( QEvent * ) ;
74 void InitAlgoDefinition();
79 QGroupBox* GroupButtons;
80 QPushButton* buttonCancel;
81 QPushButton* buttonApply;
83 QGroupBox* GroupAlgorithms;
84 QListView* ListAlgoDefinition;
90 void ActivateThisDialog() ;
92 void onSelectionChanged();
93 void onDoubleClicked(QListViewItem*);
96 #endif // DIALOGBOX_CREATE_HYPOTHESES_H