A dictionary of all referenceable entities in the presentation. More...
#include <KEY2Dictionary.h>
Public Member Functions | |
KEY2Dictionary () | |
![]() | |
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::KEY2Dictionary::KEY2Dictionary | ( | ) |
KEYPlaceholderMap_t libetonyek::KEY2Dictionary::m_bodyPlaceholders |
Referenced by KEY2Dictionary().
KEYLayerMap_t libetonyek::KEY2Dictionary::m_layers |
Referenced by KEY2Dictionary().
KEYSlideMap_t libetonyek::KEY2Dictionary::m_masterSlides |
Referenced by KEY2Dictionary().
KEYPlaceholderMap_t libetonyek::KEY2Dictionary::m_objectPlaceholders |
Referenced by KEY2Dictionary().
IWORKStyleMap_t libetonyek::KEY2Dictionary::m_placeholderStyles |
Referenced by KEY2Dictionary().
KEYPlaceholderMap_t libetonyek::KEY2Dictionary::m_slidenumberPlaceholders |
Referenced by KEY2Dictionary().
std::deque<KEYSlidePtr_t> libetonyek::KEY2Dictionary::m_slides |
Referenced by KEY2Dictionary().
KEYPlaceholderMap_t libetonyek::KEY2Dictionary::m_titlePlaceholders |
Referenced by KEY2Dictionary().
KEYTransitionMap_t libetonyek::KEY2Dictionary::m_transitions |
Referenced by KEY2Dictionary().