From 375901bec3e68a29f029f20074bfe03026f87864 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 26 Sep 2016 13:51:46 +0000 Subject: [PATCH] Include : - aggiornamento. --- EInAPI.h | 3 ++- EXeExecutor.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/EInAPI.h b/EInAPI.h index 141695e..21c4a1c 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -341,6 +341,7 @@ EIN_EXPORT BOOL __stdcall EgtGetTextureFrame( int nId, int nRefId, double vOrig[ double vX[3], double vY[3], double vZ[3]) ; // GeomDb Obj Selection +EIN_EXPORT BOOL __stdcall EgtSetObjFilterForSelect( BOOL bZerodim, BOOL bCurve, BOOL bSurf, BOOL bVolume, BOOL bExtra) ; EIN_EXPORT BOOL __stdcall EgtSelectObj( int nId) ; EIN_EXPORT BOOL __stdcall EgtDeselectObj( int nId) ; EIN_EXPORT BOOL __stdcall EgtSelectAll( BOOL bOnlyIfVisible) ; @@ -701,7 +702,7 @@ EIN_EXPORT BOOL __stdcall EgtSetGridColor( const int nMinCol[4], const int nMajC EIN_EXPORT BOOL __stdcall EgtResize( int nW, int nH) ; EIN_EXPORT BOOL __stdcall EgtDraw( void) ; EIN_EXPORT BOOL __stdcall EgtSelect( int nWinX, int nWinY, int nSelW, int nSelH, int* pnSel) ; -EIN_EXPORT BOOL __stdcall EgtSetObjFilterForSelect( BOOL bZerodim, BOOL bCurve, BOOL bSurf, BOOL bVolume, BOOL bExtra) ; +EIN_EXPORT BOOL __stdcall EgtSetObjFilterForSelWin( BOOL bZerodim, BOOL bCurve, BOOL bSurf, BOOL bVolume, BOOL bExtra) ; EIN_EXPORT BOOL __stdcall EgtUnselectableAdd( int nId) ; EIN_EXPORT BOOL __stdcall EgtUnselectableRemove( int nId) ; EIN_EXPORT BOOL __stdcall EgtUnselectableClearAll( void) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index 85a25eb..39b1541 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -363,6 +363,7 @@ EXE_EXPORT bool ExeGetTextureName( int nId, std::string& sTxrName) ; EXE_EXPORT bool ExeGetTextureFrame( int nId, int nRefId, Frame3d& frTxrRef) ; // GeomDb Obj Selection +EXE_EXPORT bool ExeSetObjFilterForSelect( bool bZerodim, bool bCurve, bool bSurf, bool bVolume, bool bExtra) ; EXE_EXPORT bool ExeSelectObj( int nId) ; EXE_EXPORT bool ExeDeselectObj( int nId) ; EXE_EXPORT bool ExeSelectAll( bool bOnlyIfVisible) ; @@ -755,7 +756,7 @@ EXE_EXPORT bool ExeSetGridColor( Color colMin, Color colMaj) ; EXE_EXPORT bool ExeResize( int nW, int nH) ; EXE_EXPORT bool ExeDraw( void) ; EXE_EXPORT bool ExeSelect( int nWinX, int nWinY, int nSelW, int nSelH, int* pnSel) ; -EXE_EXPORT bool ExeSetObjFilterForSelect( bool bZerodim, bool bCurve, bool bSurf, bool bVolume, bool bExtra) ; +EXE_EXPORT bool ExeSetObjFilterForSelWin( bool bZerodim, bool bCurve, bool bSurf, bool bVolume, bool bExtra) ; EXE_EXPORT bool ExeUnselectableRemove( int nId) ; EXE_EXPORT bool ExeUnselectableAdd( int nId) ; EXE_EXPORT bool ExeUnselectableClearAll( void) ;