*** empty log message ***

This commit is contained in:
vsr 2007-10-11 10:16:12 +00:00
parent fcfaf376b0
commit dd22bb2aee
9 changed files with 162 additions and 244 deletions

View File

@ -19,22 +19,18 @@
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// //
//
//
// File : GEOMBase_Tools.cxx // File : GEOMBase_Tools.cxx
// Author : Damien COQUERET // Author : Damien COQUERET, Open CASCADE S.A.S.
// Module : GEOM //
// $Header$
#include "GEOMToolsGUI.h" #include "GEOMToolsGUI.h"
#include "GeometryGUI.h" #include <GeometryGUI.h>
#include "GEOMBase.h" #include <GEOMBase.h>
#include "GEOM_Operation.h" #include <GEOM_Operation.h>
#include "GEOM_Displayer.h" #include <GEOM_Displayer.h>
#include <SUIT_Session.h> #include <SUIT_Session.h>
//#include <SUIT_Application.h>
#include <SUIT_OverrideCursor.h> #include <SUIT_OverrideCursor.h>
#include <SUIT_MessageBox.h> #include <SUIT_MessageBox.h>
#include <SUIT_Tools.h> #include <SUIT_Tools.h>

View File

@ -19,19 +19,16 @@
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// //
//
//
// File : GEOMToolsGUI.h // File : GEOMToolsGUI.h
// Author : Damien COQUERET // Author : Damien COQUERET, Open CASCADE S.A.S.
// Module : GEOM //
// $Header$
#ifndef GEOMTOOLSGUI_H #ifndef GEOMTOOLSGUI_H
#define GEOMTOOLSGUI_H #define GEOMTOOLSGUI_H
#include "GEOM_ToolsGUI.hxx" #include "GEOM_ToolsGUI.hxx"
#include "GEOMGUI.h" #include <GEOMGUI.h>
#include <SALOMEDSClient.hxx> #include <SALOMEDSClient.hxx>
@ -93,4 +90,4 @@ private:
}; };
#endif #endif // GEOMTOOLSGUI_H

View File

@ -19,26 +19,23 @@
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// //
//
//
// File : GEOMToolsGUI_1.cxx // File : GEOMToolsGUI_1.cxx
// Author : Sergey ANIKIN // Author : Sergey ANIKIN, , Open CASCADE S.A.S. (sergey.anikin@opencascade.com)
// Module : GEOM //
// $Header$
#include <PyConsole_Console.h> #include <PyConsole_Console.h>
#include "GEOMToolsGUI.h" #include "GEOMToolsGUI.h"
#include "GeometryGUI.h" #include <GeometryGUI.h>
#include "GEOM_Displayer.h" #include <GEOM_Displayer.h>
#include "GEOMToolsGUI_TransparencyDlg.h" #include "GEOMToolsGUI_TransparencyDlg.h"
#include "GEOMToolsGUI_NbIsosDlg.h" // Method ISOS adjustement #include "GEOMToolsGUI_NbIsosDlg.h" // Method ISOS adjustement
#include "GEOMBase.h" #include <GEOMBase.h>
#include "SALOME_ListIO.hxx" #include <SALOME_ListIO.hxx>
#include "SALOME_ListIteratorOfListIO.hxx" #include <SALOME_ListIteratorOfListIO.hxx>
#include <SVTK_ViewModel.h> #include <SVTK_ViewModel.h>
#include <SVTK_ViewWindow.h> #include <SVTK_ViewWindow.h>

View File

@ -1,48 +0,0 @@
// SALOME GEOMToolsGUI : implementation of desktop and GUI kernel
//
// Copyright (C) 2003 CEA/DEN, EDF R&D
//
//
//
// File : GEOMToolsGUI_NameDlg.h
// Author : Vadim SANDLER
// Module : SALOME
// $Header$
#ifndef GEOMToolsGUI_NAMEDLG_H
#define GEOMToolsGUI_NAMEDLG_H
#include "GEOM_ToolsGUI.hxx"
#include <qdialog.h>
class QLineEdit;
class QPushButton;
//=================================================================================
// class : GEOMToolsGUI_NameDlg
// purpose : Common <Rename> dialog box class
//=================================================================================
class GEOMTOOLSGUI_EXPORT GEOMToolsGUI_NameDlg : public QDialog
{
Q_OBJECT
public:
GEOMToolsGUI_NameDlg( QWidget* parent = 0 );
~GEOMToolsGUI_NameDlg();
void setName( const QString& name );
QString name();
static QString getName( QWidget* parent = 0, const QString& oldName = QString::null );
protected slots:
void accept();
private:
QPushButton* myButtonOk;
QPushButton* myButtonCancel;
QLineEdit* myLineEdit;
};
#endif // GEOMToolsGUI_NAMEDLG_H

View File

@ -19,16 +19,12 @@
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// //
// File : GEOMToolsGUI_NbIsosDlg.cxx
// Author : OCC Team
// //
//
// File : GEOMBase_NbIsosDlg.cxx
// Author :
// Module : GEOM
// $Header:
#include "GEOMToolsGUI_NbIsosDlg.h" #include "GEOMToolsGUI_NbIsosDlg.h"
#include "GeometryGUI.h" #include <GeometryGUI.h>
#include <LightApp_Application.h> #include <LightApp_Application.h>
#include <SUIT_MessageBox.h> #include <SUIT_MessageBox.h>
#include <SUIT_ResourceMgr.h> #include <SUIT_ResourceMgr.h>
@ -41,7 +37,6 @@
#include <QGridLayout> #include <QGridLayout>
#include <QSpinBox> #include <QSpinBox>
#include <QKeyEvent> #include <QKeyEvent>
//using namespace std;
//================================================================================= //=================================================================================
// class : GEOMToolsGUI_NbIsosDlg() // class : GEOMToolsGUI_NbIsosDlg()

View File

@ -19,12 +19,9 @@
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// //
//
//
// File : GEOMToolsGUI_NbIsosDlg.h // File : GEOMToolsGUI_NbIsosDlg.h
// Author : // Author : OCC Team
// Module : GEOM //
// $Header:
#ifndef GEOMTOOLSGUI_NBISOSDLG_H #ifndef GEOMTOOLSGUI_NBISOSDLG_H
#define GEOMTOOLSGUI_NBISOSDLG_H #define GEOMTOOLSGUI_NBISOSDLG_H
@ -63,7 +60,6 @@ private:
QSpinBox* SpinBoxU; QSpinBox* SpinBoxU;
QSpinBox* SpinBoxV; QSpinBox* SpinBoxV;
QString myHelpFileName; QString myHelpFileName;
}; };
#endif // GEOMTOOLSGUI_NBISOSDLG_H #endif // GEOMTOOLSGUI_NBISOSDLG_H

View File

@ -19,20 +19,17 @@
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// //
// // File : GEOMToolsGUI_TransparencyDlg.cxx
//
// File : GEOMBase_TransparencyDlg.cxx
// Author : Lucien PIGNOLONI // Author : Lucien PIGNOLONI
// Module : GEOM //
#include "GEOMToolsGUI_TransparencyDlg.h" #include "GEOMToolsGUI_TransparencyDlg.h"
#include "GEOMBase.h" #include <GEOMBase.h>
#include "GEOM_AISShape.hxx" #include <GEOM_AISShape.hxx>
#include "GeometryGUI.h" #include <GeometryGUI.h>
#include "SALOME_ListIO.hxx" #include <SALOME_ListIO.hxx>
#include "SALOME_ListIteratorOfListIO.hxx" #include <SALOME_ListIteratorOfListIO.hxx>
#include <SVTK_ViewModel.h> #include <SVTK_ViewModel.h>
#include <SVTK_ViewWindow.h> #include <SVTK_ViewWindow.h>
@ -51,7 +48,7 @@
#include <LightApp_Application.h> #include <LightApp_Application.h>
#include <LightApp_SelectionMgr.h> #include <LightApp_SelectionMgr.h>
#include <QLabel> 7#include <QLabel>
#include <QPushButton> #include <QPushButton>
#include <QSlider> #include <QSlider>
#include <QGridLayout> #include <QGridLayout>
@ -59,6 +56,7 @@
#include <QKeyEvent> #include <QKeyEvent>
#include <AIS_InteractiveContext.hxx> #include <AIS_InteractiveContext.hxx>
using namespace std; using namespace std;
//================================================================================= //=================================================================================

View File

@ -19,15 +19,12 @@
// //
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
// //
// // File : GEOMToolsGUI_TransparencyDlg.h
//
// File : GEOMBase_TransparencyDlg.h
// Author : Lucien PIGNOLONI // Author : Lucien PIGNOLONI
// Module : GEOM //
// $Header$
#ifndef DIALOGBOX_TRANSPARENCYDLG_H #ifndef GEOMTOOLSGUI_TRANSPARENCYDLG_H
#define DIALOGBOX_TRANSPARENCYDLG_H #define GEOMTOOLSGUI_TRANSPARENCYDLG_H
#include "GEOM_ToolsGUI.hxx" #include "GEOM_ToolsGUI.hxx"
@ -64,5 +61,5 @@ private slots:
}; };
#endif // DIALOGBOX_TRANSPARENCYDLG_H #endif // GEOMTOOLSGUI_TRANSPARENCYDLG_H

View File

@ -17,31 +17,21 @@
// //
// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org // See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
// //
//
//
// File : GEOM_ToolsGUI.hxx // File : GEOM_ToolsGUI.hxx
// Author : Alexander A. BORODIN // Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
// Module : GEOM //
#ifndef _GEOM_ToolsGUI_HXX_ #ifndef GEOM_TOOLSGUI_HXX
#define _GEOM_ToolsGUI_HXX_ #define GEOM_TOOLSGUI_HXX
#ifdef WNT #if defined WIN32
#if defined GEOMTOOLSGUI_EXPORTS # if defined GEOMTOOLSGUI
#if defined WIN32 # define GEOMTOOLSGUI_EXPORT __declspec( dllexport )
#define GEOMTOOLSGUI_EXPORT __declspec( dllexport ) # else
#else # define GEOMTOOLSGUI_EXPORT __declspec( dllimport )
#define GEOMTOOLSGUI_EXPORT # endif
#endif
#else
#if defined WIN32
#define GEOMTOOLSGUI_EXPORT __declspec( dllimport )
#else
#define GEOMTOOLSGUI_EXPORT
#endif
#endif
#else #else
#define GEOMTOOLSGUI_EXPORT # define GEOMTOOLSGUI_EXPORT
#endif #endif
#endif #endif // GEOM_TOOLSGUI_HXX