![]() | InDesign SDK 20.5 |
#include <IDocumentBroadcastMsg.h>
Public Member Functions | |
| virtual void | SetData (const ClassID &, ISubject *, const PMIID &, void *)=0 |
| virtual ClassID | GetClassID (void) const =0 |
| virtual ISubject * | GetSubject (void) const =0 |
| virtual PMIID | GetPMIID (void) const =0 |
| virtual void * | GetVoidStar (void) const =0 |
The document broadcast message
| pure virtual |
Return the classID from the observer's Update() call.
| pure virtual |
Return the PMIID from the observer's Update() call.
| pure virtual |
Return the ISubject from the observer's Update() call.
| pure virtual |
Return the void* from the observer's Update() call.