Functions

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)
UtilExport bool  GetCanConvertUnits ()
  Max calls to ask how plug-in set canConvertUnits.
UtilExport int  AskUserConvertUnits (HWND hWnd, bool isExport)
  Max calls (if plug-in can convert units) to ask user whether to do so.
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)

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)