![]() | InDesign SDK 20.5 |
#include <IBookUtils.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| OriginallyCloseDocInfo () | |
| OriginallyCloseDocInfo (const K2Vector< UIDRef > &documentList) | |
| bool16 | operator== (const OriginallyCloseDocInfo &other) const |
| void | Clear () |
Public Attributes | |
| K2Vector< UIDRef > | fCurrentOpenedDocumentList |
Helper class to cache originally closed documents during operations (e.g., TOC/Indexing) across book.
| inline |
Default constructor.
Copy constructor with given values.
| documentList | IN the list of documents opened that were originally closed |
| documentUndoList | IN the corresponding list of undo state for the originally closed document |
| inline |
Equal operator for comparison.
| other | IN the object to compare with. |