ImportExportInterface Namespace Reference

ImportExportInterface Namespace Reference

Functions

UtilExport void SetCanConvertUnits (bool ifSo)
 Plug-in calls to say whether plug-in can both convert to/from current system units and ignore them (no conversion) More...
 
UtilExport bool GetCanConvertUnits ()
 Max calls to ask how plug-in set canConvertUnits. More...
 
UtilExport int AskUserConvertUnits (HWND hWnd, bool isExport)
 Max calls (if plug-in can convert units) to ask user whether to do so. More...
 
UtilExport bool GetShouldConvertUnits ()
 Plug-in calls to ask whether user has indicated to convert to/from system units (only should be called if last call to SetCanConvertUnits(ifSo) had arg value true) More...
 

Function Documentation

UtilExport void ImportExportInterface::SetCanConvertUnits ( bool  ifSo)

Plug-in calls to say whether plug-in can both convert to/from current system units and ignore them (no conversion)

UtilExport bool ImportExportInterface::GetCanConvertUnits ( )

Max calls to ask how plug-in set canConvertUnits.

UtilExport int ImportExportInterface::AskUserConvertUnits ( HWND  hWnd,
bool  isExport 
)

Max calls (if plug-in can convert units) to ask user whether to do so.

UtilExport bool ImportExportInterface::GetShouldConvertUnits ( )

Plug-in calls to ask whether user has indicated to convert to/from system units (only should be called if last call to SetCanConvertUnits(ifSo) had arg value true)