mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-01 17:55:37 +05:00
*** empty log message ***
This commit is contained in:
parent
dd22bb2aee
commit
7af622d565
@ -19,17 +19,14 @@
|
|||||||
//
|
//
|
||||||
// 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 : DisplayGUI.cxx
|
// File : DisplayGUI.cxx
|
||||||
// Author : Vadim SANDLER
|
// Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
|
||||||
// Module : GEOM
|
//
|
||||||
// $Header$
|
|
||||||
|
|
||||||
#include "DisplayGUI.h"
|
#include "DisplayGUI.h"
|
||||||
#include "GeometryGUI.h"
|
#include <GeometryGUI.h>
|
||||||
#include "GEOM_Displayer.h"
|
#include <GEOM_Displayer.h>
|
||||||
#include "GEOM_AISShape.hxx"
|
#include <GEOM_AISShape.hxx>
|
||||||
|
|
||||||
#include <SUIT_Desktop.h>
|
#include <SUIT_Desktop.h>
|
||||||
#include <SUIT_ViewWindow.h>
|
#include <SUIT_ViewWindow.h>
|
||||||
@ -58,7 +55,6 @@
|
|||||||
|
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
|
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
// function : DisplayGUI::DisplayGUI()
|
// function : DisplayGUI::DisplayGUI()
|
||||||
// purpose : Constructor
|
// purpose : Constructor
|
||||||
@ -470,7 +466,7 @@ void DisplayGUI::ChangeDisplayMode( const int mode, SUIT_ViewWindow* viewWindow
|
|||||||
//=====================================================================================
|
//=====================================================================================
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
GEOM_DISPLAYGUI_EXPORT
|
DISPLAYGUI_EXPORT
|
||||||
GEOMGUI* GetLibGUI( GeometryGUI* parent )
|
GEOMGUI* GetLibGUI( GeometryGUI* parent )
|
||||||
{
|
{
|
||||||
return new DisplayGUI( parent );
|
return new DisplayGUI( parent );
|
||||||
|
@ -19,25 +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 : DisplayGUI.h
|
// File : DisplayGUI.h
|
||||||
// Author : Damien COQUERET
|
// Author : Damien COQUERET, Open CASCADE S.A.S.
|
||||||
// Module : GEOM
|
//
|
||||||
|
|
||||||
#ifndef DISPLAYGUI_H
|
#ifndef DISPLAYGUI_H
|
||||||
#define DISPLAYGUI_H
|
#define DISPLAYGUI_H
|
||||||
|
|
||||||
#include "GEOMGUI.h"
|
#include "GEOMGUI.h"
|
||||||
|
|
||||||
#ifdef WNT
|
#if defined WIN32
|
||||||
# if defined DISPLAYGUI_EXPORTS
|
# if defined DISPLAYGUI_EXPORTS
|
||||||
# define GEOM_DISPLAYGUI_EXPORT __declspec( dllexport )
|
# define DISPLAYGUI_EXPORT __declspec( dllexport )
|
||||||
# else
|
# else
|
||||||
# define GEOM_DISPLAYGUI_EXPORT __declspec( dllimport )
|
# define DISPLAYGUI_EXPORT __declspec( dllimport )
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# define GEOM_DISPLAYGUI_EXPORT
|
# define DISPLAYGUI_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
@ -46,7 +44,7 @@
|
|||||||
//=================================================================================
|
//=================================================================================
|
||||||
//class QAD_ViewFrame;
|
//class QAD_ViewFrame;
|
||||||
class SUIT_ViewWindow;
|
class SUIT_ViewWindow;
|
||||||
class GEOM_DISPLAYGUI_EXPORT DisplayGUI : public GEOMGUI
|
class DISPLAYGUI_EXPORT DisplayGUI : public GEOMGUI
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
DisplayGUI( GeometryGUI* parent );
|
DisplayGUI( GeometryGUI* parent );
|
||||||
@ -80,4 +78,4 @@ public:
|
|||||||
void ChangeDisplayMode( const int mode, SUIT_ViewWindow* viewWindo = 0 );
|
void ChangeDisplayMode( const int mode, SUIT_ViewWindow* viewWindo = 0 );
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif // DISPLAYGUI_H
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
// 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, , Open CASCADE S.A.S. (sergey.anikin@opencascade.com)
|
// Author : Sergey ANIKIN, Open CASCADE S.A.S. (sergey.anikin@opencascade.com)
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <PyConsole_Console.h>
|
#include <PyConsole_Console.h>
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#include <LightApp_Application.h>
|
#include <LightApp_Application.h>
|
||||||
#include <LightApp_SelectionMgr.h>
|
#include <LightApp_SelectionMgr.h>
|
||||||
|
|
||||||
7#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
#include <QSlider>
|
#include <QSlider>
|
||||||
#include <QGridLayout>
|
#include <QGridLayout>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#define GEOM_TOOLSGUI_HXX
|
#define GEOM_TOOLSGUI_HXX
|
||||||
|
|
||||||
#if defined WIN32
|
#if defined WIN32
|
||||||
# if defined GEOMTOOLSGUI
|
# if defined GEOMTOOLSGUI_EXPORTS
|
||||||
# define GEOMTOOLSGUI_EXPORT __declspec( dllexport )
|
# define GEOMTOOLSGUI_EXPORT __declspec( dllexport )
|
||||||
# else
|
# else
|
||||||
# define GEOMTOOLSGUI_EXPORT __declspec( dllimport )
|
# define GEOMTOOLSGUI_EXPORT __declspec( dllimport )
|
||||||
|
Loading…
Reference in New Issue
Block a user