mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-01 04:10:34 +05:00
Merging with BR_WPdev_For_5_0
This commit is contained in:
parent
917ced834c
commit
c9fc0eec6a
@ -766,7 +766,7 @@ public:
|
|||||||
|
|
||||||
namespace DlgRef
|
namespace DlgRef
|
||||||
{
|
{
|
||||||
QString PrintDoubleValue( double, int = 16 );
|
DLGREF_EXPORT QString PrintDoubleValue( double, int = 16 );
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // GEOM_DLGREF_H
|
#endif // GEOM_DLGREF_H
|
||||||
|
@ -168,8 +168,6 @@ void GEOMToolsGUI::OnCheckGeometry()
|
|||||||
|
|
||||||
void GEOMToolsGUI::OnAutoColor()
|
void GEOMToolsGUI::OnAutoColor()
|
||||||
{
|
{
|
||||||
QList<SALOME_Prs> aListOfGroups;
|
|
||||||
|
|
||||||
SALOME_ListIO selected;
|
SALOME_ListIO selected;
|
||||||
SalomeApp_Application* app = dynamic_cast< SalomeApp_Application* >( SUIT_Session::session()->activeApplication() );
|
SalomeApp_Application* app = dynamic_cast< SalomeApp_Application* >( SUIT_Session::session()->activeApplication() );
|
||||||
if( !app )
|
if( !app )
|
||||||
|
@ -26,22 +26,14 @@
|
|||||||
#ifndef _GEOM_OBJECT_defs_HXX_
|
#ifndef _GEOM_OBJECT_defs_HXX_
|
||||||
#define _GEOM_OBJECT_defs_HXX_
|
#define _GEOM_OBJECT_defs_HXX_
|
||||||
|
|
||||||
#ifdef WNT
|
#ifdef WIN32
|
||||||
#if defined OBJECT_EXPORTS
|
# if defined GEOM_OBJECT_EXPORTS
|
||||||
#if defined WIN32
|
# define GEOM_OBJECT_EXPORT __declspec( dllexport )
|
||||||
#define GEOM_OBJECT_EXPORT __declspec( dllexport )
|
# else
|
||||||
#else
|
# define GEOM_OBJECT_EXPORT __declspec( dllimport )
|
||||||
#define GEOM_OBJECT_EXPORT
|
# endif
|
||||||
#endif
|
|
||||||
#else
|
|
||||||
#if defined WIN32
|
|
||||||
#define GEOM_OBJECT_EXPORT __declspec( dllimport )
|
|
||||||
#else
|
|
||||||
#define GEOM_OBJECT_EXPORT
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
#define GEOM_OBJECT_EXPORT
|
# define GEOM_OBJECT_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include <TopTools_IndexedMapOfShape.hxx>
|
#include <TopTools_IndexedMapOfShape.hxx>
|
||||||
|
|
||||||
#include <GEOMImpl_Types.hxx>
|
#include <GEOMImpl_Types.hxx>
|
||||||
#include <ostream.h>
|
#include <ostream>
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
// class : PrimitiveGUI_BoxDlg()
|
// class : PrimitiveGUI_BoxDlg()
|
||||||
|
Loading…
Reference in New Issue
Block a user