3f724959a8
- aggiunta funzione ExeAdvancedImport (per import IGES, STEP, ACIS, PARASOLID, JT e VRML) - piccole migliorie.
34 lines
1.1 KiB
C++
34 lines
1.1 KiB
C++
//----------------------------------------------------------------------------
|
|
// EgalTech 2014-2015
|
|
//----------------------------------------------------------------------------
|
|
// File : EXE.h Data : 05.05.15 Versione : 1.6e2
|
|
// Contenuto : Dichiarazioni locali per moduli EXE.
|
|
//
|
|
//
|
|
//
|
|
// Modifiche : 01.09.14 DS Creazione modulo.
|
|
//
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#include "GseContext.h"
|
|
#include "/EgtDev/Include/EgtILogger.h"
|
|
|
|
//-----------------------------------------------------------------------------
|
|
HWND ExeGetMainWindowHandle( void) ;
|
|
|
|
//----------------------------------------------------------------------------
|
|
const std::string& ExeGetIniFile( void) ;
|
|
|
|
//----------------------------------------------------------------------------
|
|
const std::string& ExeGetKey( void) ;
|
|
const std::string& ExeGetNestKey( void) ;
|
|
|
|
//----------------------------------------------------------------------------
|
|
ILogger* GetLogger( void) ;
|
|
ILogger* GetCmdLogger( void) ;
|
|
bool SetCmdLog( bool bVal) ;
|
|
bool IsCmdLog( void) ;
|