![]() | InDesign SDK 20.5 |
#include <IContentTracker.h>
Public Member Functions | |
| ContentTrackerEnabler (IPMStream *stream, ClassID context) | |
| ContentTrackerEnabler (IPMStream *stream, ImplementationID context) | |
| ~ContentTrackerEnabler () | |
| IContentTracker * | GetTracker () const |
This is a stack-based helper class that will push an appropriate class or implementation context when constructed and pop the context when destructed.
Establishes a new class context, if possible.
| stream | IN The stream being written into |
| context | IN The class context to establish |
| inline |
Establishes a new implementation context, if possible.
| stream | IN The stream being written into |
| context | IN The implementation context to establish |
| inline |
Pops the most recent context, if any.
| inline |
Returns an unreferenced interface pointer to the IContentTracker begin used, if any.