![]() | InDesign SDK 20.5 |
#include <idocumentlog.h>
Public Member Functions | |
| DocEvent () | |
| DocEvent (EventType what) | |
| DocEvent (const DocEvent &other) | |
| EventType | GetType () const |
| PlatformType | GetPlatform () const |
| FormatID | GetSystemVersion () const |
| PMString | GetHighestVersion () const |
| int16 | GetFeatureSet () const |
| int16 | GetBuildNumber () const |
| GlobalTime | GetEventTime () const |
| DocEvent & | operator= (const DocEvent &other) |
| void | ReadWrite (IPMStream *s) |
DocEvent class - used to hold the events in the document log.
| inline |
Various DocEvent constructors
| inline |
Get the build number from this document event.
| inline |
Get the time from this document event.
| inline |
| inline |
Get the highest AUM version of any plugin/library
| inline |
Get the OS platform type from this document event.
| inline |
Get the OS version from this document event.
| inline |
Get the event type from this document event.
| void IDocumentLog::DocEvent::ReadWrite | ( | IPMStream * | s | ) |
Read/Write this event from/to the given stream
| s | the stream to read/write from/to |