![]() | InDesign SDK 20.5 |

Public Member Functions | |
| INXErrLogFacade (IPMUnknown *boss) | |
| virtual | ~INXErrLogFacade () |
| virtual ErrorCode | GetINXErrorHandlerState (bool16 &state) |
| virtual ErrorCode | CreateINXErrorHandler () |
| virtual ErrorCode | ClearINXErrorHandler () |
| virtual void | SetBaseINXErrorHandlerPath (const PMString &path) |
| virtual void | GetBaseINXErrorHandlerPath (PMString &path) |
Public Member Functions inherited from CPMUnknown< IINXErrLogFacade > | |
| 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 IINXErrLogFacade | |
| enum | { kDefaultIID = IID_INXERRLOGFACADE } |
Protected Member Functions inherited from CPMUnknown< IINXErrLogFacade > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IINXErrLogFacade > | |
| HelperInterface | fHelperInterface |
| inline |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor.
| virtual |
Clear INXErrorHandler.
Implements IINXErrLogFacade.
| virtual |
Create INXErrorHandler.
Implements IINXErrLogFacade.
| inlinevirtual |
Get the base file path which is used to output the INX Error data.
Implements IINXErrLogFacade.
| virtual |
Get state of the INXErrorHandler.
| items | IN The state indicates INXErrorHandler on/off |
Implements IINXErrLogFacade.
| inlinevirtual |
Set path of INXErrorHandler.
Implements IINXErrLogFacade.