![]() | InDesign SDK 20.5 |
#include <CPreviewDialogErrorHandler.h>

Public Member Functions | |
| CPreviewDialogErrorHandler (IPMUnknown *boss) | |
| virtual void | ReportError (const ErrorCode &error) |
| virtual void | CleanupDialog (IDialog *) |
Public Member Functions inherited from CPMUnknown< IPreviewDialogErrorHandler > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IPreviewDialogErrorHandler | |
| enum | { kDefaultIID = IID_IPREVIEWDIALOGERRORHANDLER } |
Protected Member Functions inherited from CPMUnknown< IPreviewDialogErrorHandler > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IPreviewDialogErrorHandler > | |
| HelperInterface | fHelperInterface |
Default implementation of the error handler interface used for dialogs with preview capability. Subclasses should derive from CPreviewDialogErrorHandler.
| virtual |
Override to clean up the dialog after an error has occurred. Default implementation cancels and closes the dialog.
Implements IPreviewDialogErrorHandler.
| virtual |
Override to report that an error has occurred. Default implementation does nothing.
Implements IPreviewDialogErrorHandler.