A dictionary of all referenceable entities in the presentation. More...
#include <IWORKDictionary.h>
Public Member Functions | |
IWORKDictionary () | |
A dictionary of all referenceable entities in the presentation.
In other words, all entities that might be included through a -ref element in the format. This is purely a file format concept; all that matters when an entity is inserted by a reference is that there has been an entity of the same type and with the same content inserted previously (or at least that is how I understand it. I might be wrong about it). That means we need to know all entities in the whole presentation to resolve references.
libetonyek::IWORKDictionary::IWORKDictionary | ( | ) |
IWORKPathMap_t libetonyek::IWORKDictionary::m_beziers |
IWORKMediaContentMap_t libetonyek::IWORKDictionary::m_binaries |
IWORKStyleMap_t libetonyek::IWORKDictionary::m_cellStyles |
Referenced by libetonyek::IWORKDiscardContext::element().
IWORKStyleMap_t libetonyek::IWORKDictionary::m_characterStyles |
Referenced by libetonyek::IWORKDiscardContext::element().
IWORKDataMap_t libetonyek::IWORKDictionary::m_data |
std::unordered_map<ID_t, std::deque<double> > libetonyek::IWORKDictionary::m_doubleArrays |
IWORKFilterDescriptorMap_t libetonyek::IWORKDictionary::m_filterDescriptors |
IWORKMediaContentMap_t libetonyek::IWORKDictionary::m_filteredImages |
IWORKStyleMap_t libetonyek::IWORKDictionary::m_graphicStyles |
IWORKImageMap_t libetonyek::IWORKDictionary::m_images |
IWORKStyleMap_t libetonyek::IWORKDictionary::m_layoutStyles |
Referenced by libetonyek::IWORKDiscardContext::element().
IWORKListLabelGeometryMap_t libetonyek::IWORKDictionary::m_listLabelGeometries |
IWORKListLabelTypeInfoMap_t libetonyek::IWORKDictionary::m_listLabelTypeInfos |
IWORKListStyleMap_t libetonyek::IWORKDictionary::m_listStyles |
IWORKStyleMap_t libetonyek::IWORKDictionary::m_paragraphStyles |
Referenced by libetonyek::IWORKDiscardContext::element().
IWORKStylesheetMap_t libetonyek::IWORKDictionary::m_stylesheets |
IWORKTabStopsMap_t libetonyek::IWORKDictionary::m_tabs |
IWORKStyleMap_t libetonyek::IWORKDictionary::m_tabularStyles |
Referenced by libetonyek::IWORKDiscardContext::element().
IWORKListLabelTypeInfoMap_t libetonyek::IWORKDictionary::m_textLabels |
IWORKMediaContentMap_t libetonyek::IWORKDictionary::m_unfiltereds |
IWORKStyleMap_t libetonyek::IWORKDictionary::m_vectorStyles |