Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2019-09-19 13:49:23 +00:00
parent 2b50535e08
commit b3f26419ae
3 changed files with 6 additions and 2 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------
// EgalTech 2013-2014
// EgalTech 2014-2019
//----------------------------------------------------------------------------
// File : EGrScene.h Data : 13.02.14 Versione : 1.5b1
// File : EGrScene.h Data : 13.02.14 Versione : 2.1i2
// Contenuto : Dichiarazione della interfaccia IEGrScene per scena OpenGL.
//
//
@@ -50,6 +50,7 @@ class IEGrScene
virtual bool RedrawWindow( void) = 0 ;
virtual bool Resize( int nW, int nH) = 0 ;
virtual bool SetBackground( Color colBackTop, Color colBackBottom) = 0 ;
virtual bool GetBackground( Color& colBackTop, Color& colBackBottom) = 0 ;
virtual bool Draw( void) = 0 ;
virtual bool Project( const Point3d& ptWorld, Point3d& ptView) const = 0 ;
virtual bool UnProject( const Point3d& ptView, Point3d& ptWorld) const = 0 ;
+2
View File
@@ -61,6 +61,7 @@ const int TPA_DOU = 0x4000 ;
const int TPA_STR = 0x8000 ;
// Costanti tipo parametri modificabili direttamente negli utensili
enum TpaType { TPA_NONE = 0,
TPA_ACTIVE = ( TPA_BOOL + 0),
TPA_CORR = ( TPA_INT + 0),
TPA_EXIT = ( TPA_INT + 1),
TPA_TYPE = ( TPA_INT + 2),
@@ -103,6 +104,7 @@ const int TD_CUSTOMDRAW_ERR = 997 ;
// Costanti per info in note di sistema
const std::string TSI_THLEN = "THH" ; // lunghezza portautensile da naso mandrino
const std::string TSI_THDIAM = "THD" ; // diametro massimo portautensile
const std::string TSI_ACTIVE = "ACTIVE" ; // flag di utensile attivo
//----------------------------------------------------------------------------
// Costanti per info in portautensili
+1
View File
@@ -933,6 +933,7 @@ EXE_EXPORT bool ExeSetMachineLook( int nFlag) ;
EXE_EXPORT bool ExeInitScene( HWND hWnd, int nDriver, bool b2Buff, int nColorBits, int nDepthBits) ;
EXE_EXPORT bool ExeGetSceneInfo( std::string& sInfo) ;
EXE_EXPORT bool ExeSetBackground( Color TopCol, Color BottomCol, bool bRedraw) ;
EXE_EXPORT bool ExeGetBackground( Color& TopCol, Color& BottomCol) ;
EXE_EXPORT bool ExeSetMarkAttribs( Color MarkCol) ;
EXE_EXPORT bool ExeSetSelSurfAttribs( Color SelSurfCol) ;
EXE_EXPORT bool ExeSetGeoLineAttribs( Color GlCol) ;