mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
Windows porting
This commit is contained in:
parent
eca46466f2
commit
2907b7dd39
@ -21,7 +21,13 @@ class QLineEdit;
|
||||
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
|
||||
|
||||
|
@ -32,7 +32,13 @@
|
||||
#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
|
||||
|
||||
|
@ -31,8 +31,12 @@
|
||||
|
||||
#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
|
||||
|
||||
|
@ -17,8 +17,12 @@ class QGridLayout;
|
||||
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
|
||||
|
||||
|
@ -32,7 +32,12 @@
|
||||
#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
|
||||
|
||||
|
@ -32,7 +32,13 @@
|
||||
#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
|
||||
|
||||
|
@ -19,8 +19,12 @@ class QLabel;
|
||||
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
|
||||
|
||||
|
@ -31,8 +31,12 @@
|
||||
|
||||
#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
|
||||
|
||||
|
@ -17,8 +17,12 @@ class QGridLayout;
|
||||
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
|
||||
|
||||
|
@ -35,12 +35,16 @@
|
||||
#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
|
||||
|
@ -9,8 +9,8 @@
|
||||
// Module : SALOME
|
||||
// $Header$
|
||||
|
||||
#include "GEOMToolsGUI_NameDlg.h"
|
||||
|
||||
#include "GEOMToolsGUI_NameDlg.h"
|
||||
#include <SUIT_Session.h>
|
||||
#include <SUIT_Application.h>
|
||||
#include <SUIT_Desktop.h>
|
||||
@ -21,8 +21,8 @@
|
||||
#include <qlineedit.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qlayout.h>
|
||||
using namespace std;
|
||||
|
||||
//using namespace std;
|
||||
/*!
|
||||
Constructor
|
||||
*/
|
||||
|
@ -26,9 +26,8 @@
|
||||
// Module : GEOM
|
||||
// $Header:
|
||||
|
||||
using namespace std;
|
||||
#include "GEOMToolsGUI_NbIsosDlg.h"
|
||||
|
||||
#include "GEOMToolsGUI_NbIsosDlg.h"
|
||||
#include <SUIT_Tools.h>
|
||||
|
||||
#include <qlabel.h>
|
||||
@ -36,6 +35,7 @@ using namespace std;
|
||||
#include <qgroupbox.h>
|
||||
#include <qlayout.h>
|
||||
#include <qspinbox.h>
|
||||
//using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
// class : GEOMToolsGUI_NbIsosDlg()
|
||||
|
@ -25,7 +25,7 @@
|
||||
// Author : Lucien PIGNOLONI
|
||||
// Module : GEOM
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "GEOMToolsGUI_TransparencyDlg.h"
|
||||
#include "GEOMBase.h"
|
||||
#include "GEOM_AISShape.hxx"
|
||||
@ -62,7 +62,7 @@ using namespace std;
|
||||
#include <qgroupbox.h>
|
||||
|
||||
#include <AIS_InteractiveContext.hxx>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
// class : GEOMBase_TransparencyDlg()
|
||||
|
@ -30,7 +30,11 @@
|
||||
#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;
|
||||
|
||||
//=================================================================================
|
||||
@ -38,7 +42,7 @@ class QSlider;
|
||||
// purpose :
|
||||
// : WARNING : that is a MODAL dialog.
|
||||
//=================================================================================
|
||||
class GEOMToolsGUI_TransparencyDlg : public QDialog
|
||||
class GEOMTOOLSGUI_WNT_EXPORT GEOMToolsGUI_TransparencyDlg : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
// Module : GEOM
|
||||
// $Header$
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "PrimitiveGUI.h"
|
||||
#include "GeometryGUI.h"
|
||||
|
||||
@ -38,7 +38,7 @@ using namespace std;
|
||||
#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;
|
||||
|
||||
//=======================================================================
|
||||
|
@ -26,7 +26,6 @@
|
||||
// Module : GEOM
|
||||
// $Header$
|
||||
|
||||
using namespace std;
|
||||
#include "PrimitiveGUI_SphereDlg.h"
|
||||
|
||||
#include "SUIT_Desktop.h"
|
||||
|
Loading…
Reference in New Issue
Block a user