libetonyek::IWORKDictionary Struct Reference

A dictionary of all referenceable entities in the presentation. More...

#include <IWORKDictionary.h>

Inheritance diagram for libetonyek::IWORKDictionary:
libetonyek::KEYDictionary libetonyek::NUMDictionary libetonyek::PAGDictionary

Public Member Functions

 IWORKDictionary ()
 

Public Attributes

IWORKStyleMap_t m_characterStyles
 
IWORKStyleMap_t m_graphicStyles
 
IWORKStyleMap_t m_layoutStyles
 
IWORKStyleMap_t m_paragraphStyles
 
IWORKStyleMap_t m_vectorStyles
 
IWORKStylesheetMap_t m_stylesheets
 
IWORKPathMap_t m_beziers
 
IWORKDataMap_t m_data
 
IWORKMediaContentMap_t m_unfiltereds
 
IWORKMediaContentMap_t m_filteredImages
 
IWORKImageMap_t m_images
 
IWORKTabStopsMap_t m_tabs
 

Detailed Description

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.

Note
The dictionary contains (among other things) all master styles, therefore we do not handle them separately. (We might do that in the future, to ensure correctness of the format.)

Constructor & Destructor Documentation

libetonyek::IWORKDictionary::IWORKDictionary ( )

Member Data Documentation

IWORKPathMap_t libetonyek::IWORKDictionary::m_beziers
IWORKStyleMap_t libetonyek::IWORKDictionary::m_characterStyles
IWORKDataMap_t libetonyek::IWORKDictionary::m_data
IWORKMediaContentMap_t libetonyek::IWORKDictionary::m_filteredImages
IWORKStyleMap_t libetonyek::IWORKDictionary::m_graphicStyles
IWORKImageMap_t libetonyek::IWORKDictionary::m_images
IWORKStyleMap_t libetonyek::IWORKDictionary::m_layoutStyles
IWORKStyleMap_t libetonyek::IWORKDictionary::m_paragraphStyles
IWORKStylesheetMap_t libetonyek::IWORKDictionary::m_stylesheets
IWORKTabStopsMap_t libetonyek::IWORKDictionary::m_tabs
IWORKMediaContentMap_t libetonyek::IWORKDictionary::m_unfiltereds
IWORKStyleMap_t libetonyek::IWORKDictionary::m_vectorStyles

The documentation for this struct was generated from the following files:

Generated for libetonyek by doxygen 1.8.9.1