![]() | InDesign SDK 20.5 |
#include <StrMutDiagnosticHelper.h>
Public Member Functions | |
| StrMutDiagnosticHelper () | |
| virtual | ~StrMutDiagnosticHelper () |
| virtual void | DumpSelectionMessage (const ISelectionMessage *selectionMessage) const |
| virtual void | DumpGraphicAttrMessage (const IGraphicAttrMessage *graphicAttrMessage) const |
| virtual void | DumpUpdate (const ClassID &theChange, ISubject *theSubject, const PMIID &protocol, void *changedBy) |
Helper that dumps selection messages to trace.
| inline |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor.
| virtual |
Dump the given message to trace.
| graphicAttrMessage | IN |
| virtual |
Dump the given message to trace.
| selectionMessage | IN |
| virtual |
Dump the given observer update message to trace.
| theChange | specifies the class ID of the change to the subject. Frequently this is a command ID. |
| theSubject | points to the ISubject interface for the subject that has changed. |
| protocol | specifies the ID of the changed interface on the subject boss. |
| changedBy | points to additional data about the change. Often this pointer indicates the class ID of the command that has caused the change. |