--- /dev/null
+// NETGENPlugin GUI: GUI for plugged-in mesher NETGENPlugin
+//
+// Copyright (C) 2003 CEA
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// 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.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+//
+//
+// File : NETGENPluginGUI.h
+// Author : Alexander A. BORODIN
+// Module : NETGENPlugin
+// $Header:
+
+#ifdef WIN32
+ #ifdef NETGENPLUGIN_GUI_EXPORTS
+ #define NETGENPLUGIN_GUI_EXPORT __declspec( dllexport )
+ #else
+ #define NETGENPLUGIN_GUI_EXPORT __declspec( dllimport )
+ #endif
+#else
+ #define NETGENPLUGIN_GUI_EXPORT
+#endif
#ifndef NETGENPLUGINGUI_HypothesisCreator_HeaderFile
#define NETGENPLUGINGUI_HypothesisCreator_HeaderFile
-#ifdef WIN32
- #ifdef NETGENPLUGIN_GUI_EXPORTS
- #define NETGENPLUGIN_GUI_EXPORT __declspec( dllexport )
- #else
- #define NETGENPLUGIN_GUI_EXPORT __declspec( dllimport )
- #endif
-#else
- #define NETGENPLUGIN_GUI_EXPORT
-#endif
+#include "NETGENPluginGUI.h"
#include <SMESHGUI_Hypotheses.h>
#ifndef NETGENPluginGUI_SimpleCreator_H
#define NETGENPluginGUI_SimpleCreator_H
+
+#include "NETGENPluginGUI.h"
// SMESH includes
-#include "NETGENPlugin_Defs.hxx"
#include <SMESHGUI_Hypotheses.h>
class QCheckBox;
class QtxIntSpinBox;
class SMESHGUI_SpinBox;
-class NETGENPLUGIN_EXPORT NETGENPluginGUI_SimpleCreator : public SMESHGUI_GenericHypothesisCreator
+class NETGENPLUGIN_GUI_EXPORT NETGENPluginGUI_SimpleCreator :
+ public SMESHGUI_GenericHypothesisCreator
{
Q_OBJECT