class QPushButton;
class QRadioButton;
-class DlgRef_1Sel1Check1List_QTD : public QWidget
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define DLGREF_WNT_EXPORT __declspec( dllexport )
+#else
+#define DLGREF_WNT_EXPORT
+#endif
+
+class DLGREF_WNT_EXPORT DlgRef_1Sel1Check1List_QTD : public QWidget
{
Q_OBJECT
#include "DlgRef_1Sel5Spin_QTD.h"
#include "DlgRef_SpinBox.h"
-class DlgRef_1Sel5Spin : public DlgRef_1Sel5Spin_QTD
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define DLGREF_WNT_EXPORT __declspec( dllexport )
+#else
+#define DLGREF_WNT_EXPORT
+#endif
+
+class DLGREF_WNT_EXPORT DlgRef_1Sel5Spin : public DlgRef_1Sel5Spin_QTD
{
Q_OBJECT
#include "DlgRef_1Spin_QTD.h"
#include "DlgRef_SpinBox.h"
-
-class DlgRef_1Spin : public DlgRef_1Spin_QTD
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define DLGREF_WNT_EXPORT __declspec( dllexport )
+#else
+#define DLGREF_WNT_EXPORT
+#endif
+class DLGREF_WNT_EXPORT DlgRef_1Spin : public DlgRef_1Spin_QTD
{
Q_OBJECT
class QGroupBox;
class QLabel;
class QSpinBox;
-
-class DlgRef_1Spin_QTD : public QWidget
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define DLGREF_WNT_EXPORT __declspec( dllexport )
+#else
+#define DLGREF_WNT_EXPORT
+#endif
+class DLGREF_WNT_EXPORT DlgRef_1Spin_QTD : public QWidget
{
Q_OBJECT
#include "DlgRef_2Sel1Spin2Check_QTD.h"
#include "DlgRef_SpinBox.h"
-class DlgRef_2Sel1Spin2Check : public DlgRef_2Sel1Spin2Check_QTD
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define DLGREF_WNT_EXPORT __declspec( dllexport )
+#else
+#define DLGREF_WNT_EXPORT
+#endif
+class DLGREF_WNT_EXPORT DlgRef_2Sel1Spin2Check : public DlgRef_2Sel1Spin2Check_QTD
{
Q_OBJECT
#include "DlgRef_2Sel3Spin_QTD.h"
#include "DlgRef_SpinBox.h"
-class DlgRef_2Sel3Spin : public DlgRef_2Sel3Spin_QTD
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define DLGREF_WNT_EXPORT __declspec( dllexport )
+#else
+#define DLGREF_WNT_EXPORT
+#endif
+
+class DLGREF_WNT_EXPORT DlgRef_2Sel3Spin : public DlgRef_2Sel3Spin_QTD
{
Q_OBJECT
class QLineEdit;
class QPushButton;
class QSpinBox;
-
-class DlgRef_2Sel3Spin_QTD : public QWidget
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define DLGREF_WNT_EXPORT __declspec( dllexport )
+#else
+#define DLGREF_WNT_EXPORT
+#endif
+class DLGREF_WNT_EXPORT DlgRef_2Sel3Spin_QTD : public QWidget
{
Q_OBJECT
#include "DlgRef_2Spin_QTD.h"
#include "DlgRef_SpinBox.h"
-
-class DlgRef_2Spin : public DlgRef_2Spin_QTD
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define DLGREF_WNT_EXPORT __declspec( dllexport )
+#else
+#define DLGREF_WNT_EXPORT
+#endif
+class DLGREF_WNT_EXPORT DlgRef_2Spin : public DlgRef_2Spin_QTD
{
Q_OBJECT
class QGroupBox;
class QLabel;
class QSpinBox;
-
-class DlgRef_2Spin_QTD : public QWidget
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define DLGREF_WNT_EXPORT __declspec( dllexport )
+#else
+#define DLGREF_WNT_EXPORT
+#endif
+class DLGREF_WNT_EXPORT DlgRef_2Spin_QTD : public QWidget
{
Q_OBJECT
#include <SALOME_ListIO.hxx>
#include <CORBA.h>
-
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define GEOMTOOLSGUI_WNT_EXPORT __declspec( dllexport )
+#else
+#define GEOMTOOLSGUI_WNT_EXPORT
+#endif
//=================================================================================
// class : GEOMToolsGUI
// purpose :
//=================================================================================
-class GEOMToolsGUI : public GEOMGUI
+class GEOMTOOLSGUI_WNT_EXPORT GEOMToolsGUI : public GEOMGUI
{
public :
GEOMToolsGUI( GeometryGUI* ); // hide constructor to avoid direct creation
// Module : SALOME
// $Header$
-#include "GEOMToolsGUI_NameDlg.h"
+#include "GEOMToolsGUI_NameDlg.h"
#include <SUIT_Session.h>
#include <SUIT_Application.h>
#include <SUIT_Desktop.h>
#include <qlineedit.h>
#include <qpushbutton.h>
#include <qlayout.h>
-using namespace std;
+//using namespace std;
/*!
Constructor
*/
// Module : GEOM
// $Header:
-using namespace std;
-#include "GEOMToolsGUI_NbIsosDlg.h"
+#include "GEOMToolsGUI_NbIsosDlg.h"
#include <SUIT_Tools.h>
#include <qlabel.h>
#include <qgroupbox.h>
#include <qlayout.h>
#include <qspinbox.h>
+//using namespace std;
//=================================================================================
// class : GEOMToolsGUI_NbIsosDlg()
// Author : Lucien PIGNOLONI
// Module : GEOM
-using namespace std;
+
#include "GEOMToolsGUI_TransparencyDlg.h"
#include "GEOMBase.h"
#include "GEOM_AISShape.hxx"
#include <qgroupbox.h>
#include <AIS_InteractiveContext.hxx>
-
+using namespace std;
//=================================================================================
// class : GEOMBase_TransparencyDlg()
#define DIALOGBOX_TRANSPARENCYDLG_H
#include <qdialog.h>
-
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define GEOMTOOLSGUI_WNT_EXPORT __declspec( dllexport )
+#else
+#define GEOMTOOLSGUI_WNT_EXPORT
+#endif
class QSlider;
//=================================================================================
// purpose :
// : WARNING : that is a MODAL dialog.
//=================================================================================
-class GEOMToolsGUI_TransparencyDlg : public QDialog
+class GEOMTOOLSGUI_WNT_EXPORT GEOMToolsGUI_TransparencyDlg : public QDialog
{
Q_OBJECT
bool myFirstInit ; /* Inform for the first init */
QSlider* mySlider;
-private slots:
+private slots:
void ClickOnOk();
void ClickOnClose();
void ValueHasChanged( int ) ;
// Module : GEOM
// $Header$
-using namespace std;
+
#include "PrimitiveGUI.h"
#include "GeometryGUI.h"
#include "PrimitiveGUI_SphereDlg.h" // Method SPHERE
#include "PrimitiveGUI_TorusDlg.h" // Method TORUS
#include "PrimitiveGUI_ConeDlg.h" // Method CONE
-
+using namespace std;
PrimitiveGUI* PrimitiveGUI::myGUIObject = 0;
//=======================================================================
// Module : GEOM
// $Header$
-using namespace std;
#include "PrimitiveGUI_SphereDlg.h"
#include "SUIT_Desktop.h"