filedialogcallback.h 725 B

1234567891011121314151617181920
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright 2015 Autodesk, Inc. All rights reserved.
  4. //
  5. // Use of this software is subject to the terms of the Autodesk license
  6. // agreement provided at the time of installation or download, or which
  7. // otherwise accompanies this software in either electronic or hard copy form.
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. #pragma once
  11. class CAcUiNavDialog;
  12. typedef void (*FileDiaCallbackFuncPtr)(CAcUiNavDialog*);
  13. ACAD_PORT void acedRegisterNavDialogCallbackFunction(FileDiaCallbackFuncPtr funcPtr);
  14. ACAD_PORT void acedUnregisterNavDialogCallbackFunction(FileDiaCallbackFuncPtr funcPtr);