libetonyek::KEY2Dictionary Struct Reference

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

#include <KEY2Dictionary.h>

Inheritance diagram for libetonyek::KEY2Dictionary:
libetonyek::IWORKDictionary

Public Member Functions

 KEY2Dictionary ()
 
- Public Member Functions inherited from libetonyek::IWORKDictionary
 IWORKDictionary ()
 

Public Attributes

IWORKStyleMap_t m_placeholderStyles
 
KEYPlaceholderMap_t m_bodyPlaceholders
 
KEYPlaceholderMap_t m_objectPlaceholders
 
KEYPlaceholderMap_t m_slidenumberPlaceholders
 
KEYPlaceholderMap_t m_titlePlaceholders
 
KEYLayerMap_t m_layers
 
KEYSlideMap_t m_masterSlides
 
std::deque< KEYSlidePtr_tm_slides
 
KEYTransitionMap_t m_transitions
 
- Public Attributes inherited from libetonyek::IWORKDictionary
IWORKStyleMap_t m_cellStyles
 
IWORKStyleMap_t m_cellCommentStyles
 
IWORKStyleMap_t m_characterStyles
 
IWORKStyleMap_t m_chartStyles
 
IWORKStyleMap_t m_chartSeriesStyles
 
IWORKStyleMap_t m_graphicStyles
 
IWORKStyleMap_t m_headlineStyles
 
IWORKStyleMap_t m_layoutStyles
 
IWORKStyleMap_t m_listStyles
 
IWORKStyleMap_t m_paragraphStyles
 
IWORKStyleMap_t m_slideStyles
 
IWORKStyleMap_t m_tableStyles
 
IWORKStyleMap_t m_tableCellStyles
 
IWORKStyleMap_t m_tableVectorStyles
 
IWORKStyleMap_t m_tabularStyles
 
IWORKStyleMap_t m_tocStyles
 
IWORKStyleMap_t m_vectorStyles
 
IWORKStylesheetMap_t m_stylesheets
 
IWORKPathMap_t m_beziers
 
IWORKMediaContentMap_t m_binaries
 
IWORKColumnsMap_t m_columnSets
 
IWORKShadowMap_t m_coreImageFilterInfos
 
IWORKDataMap_t m_data
 
IWORKDateTimeFormatMap_t m_dateTimeFormats
 
IWORKDurationFormatMap_t m_durationFormats
 
IWORKExternalTextWrapMap_t m_externalTextWraps
 
IWORKFillMap_t m_fills
 
IWORKFilterDescriptorMap_t m_filterDescriptors
 
IWORKMediaContentMap_t m_filteredImages
 
IWORKFiltersMap_t m_filters
 
IWORKFormulaMap_t m_formulas
 
IWORKGradientMap_t m_gradients
 
IWORKGradientStopMap_t m_gradientStops
 
IWORKMediaContentMap_t m_images
 
IWORKLineSpacingMap_t m_lineSpacings
 
IWORKListLabelGeometryMap_t m_listLabelGeometries
 
IWORKListLabelTypeInfoMap_t m_listLabelTypeInfos
 
IWORKNumberFormatMap_t m_numberFormats
 
IWORKPaddingMap_t m_paddings
 
IWORKPatternMap_t m_patterns
 
IWORKShadowMap_t m_shadows
 
IWORKStrokeMap_t m_strokes
 
IWORKTableCellMap_t m_tableCells
 
IWORKTableCommentMap_t m_tableComments
 
IWORKTableVectorMap_t m_tableVectors
 
IWORKTabStopsMap_t m_tabs
 
IWORKTableMap_t m_tabulars
 
IWORKListLabelTypeInfoMap_t m_textLabels
 
IWORKMediaContentMap_t m_texturedFillImages
 
IWORKMediaContentMap_t m_unfiltereds
 
std::unordered_map< ID_t,
std::deque< double > > 
m_doubleArrays
 
std::unordered_map< ID_t,
std::deque
< IWORKListLabelGeometry > > 
m_listLabelGeometriesArrays
 
std::unordered_map< ID_t,
std::deque
< IWORKListLabelTypeInfo_t > > 
m_listLabelTypesArrays
 

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::KEY2Dictionary::KEY2Dictionary ( )

Member Data Documentation

KEYPlaceholderMap_t libetonyek::KEY2Dictionary::m_bodyPlaceholders
KEYLayerMap_t libetonyek::KEY2Dictionary::m_layers
KEYSlideMap_t libetonyek::KEY2Dictionary::m_masterSlides
KEYPlaceholderMap_t libetonyek::KEY2Dictionary::m_objectPlaceholders
IWORKStyleMap_t libetonyek::KEY2Dictionary::m_placeholderStyles
KEYPlaceholderMap_t libetonyek::KEY2Dictionary::m_slidenumberPlaceholders
std::deque<KEYSlidePtr_t> libetonyek::KEY2Dictionary::m_slides
KEYPlaceholderMap_t libetonyek::KEY2Dictionary::m_titlePlaceholders
KEYTransitionMap_t libetonyek::KEY2Dictionary::m_transitions

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

Generated for libetonyek by doxygen 1.8.6