KEYDictionary.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2/*
3 * This file is part of the libetonyek project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#ifndef KEYDICTIONARY_H_INCLUDED
11#define KEYDICTIONARY_H_INCLUDED
12
13#include "KEYPath.h"
14#include "KEYStyles_fwd.h"
15#include "KEYStylesheet.h"
16#include "KEYTypes.h"
17
18namespace libetonyek
19{
20
36{
42
44
46
51
54
56};
57
58}
59
60#endif // KEYDICTIONARY_H_INCLUDED
61
62/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: EtonyekDocument.cpp:41
boost::unordered_map< ID_t, KEYPlaceholderPtr_t > KEYPlaceholderMap_t
Definition: KEYTypes_fwd.h:68
boost::unordered_map< ID_t, KEYDataPtr_t > KEYDataMap_t
Definition: KEYTypes_fwd.h:36
boost::unordered_map< ID_t, KEYParagraphStylePtr_t > KEYParagraphStyleMap_t
Definition: KEYStyles_fwd.h:54
boost::unordered_map< ID_t, KEYStylesheetPtr_t > KEYStylesheetMap_t
Definition: KEYStylesheet.h:21
boost::unordered_map< ID_t, KEYLayoutStylePtr_t > KEYLayoutStyleMap_t
Definition: KEYStyles_fwd.h:44
boost::unordered_map< ID_t, KEYPathPtr_t > KEYPathMap_t
Definition: KEYPath_fwd.h:20
boost::unordered_map< ID_t, KEYImagePtr_t > KEYImageMap_t
Definition: KEYTypes_fwd.h:46
boost::unordered_map< ID_t, KEYCharacterStylePtr_t > KEYCharacterStyleMap_t
Definition: KEYStyles_fwd.h:29
boost::unordered_map< ID_t, KEYGraphicStylePtr_t > KEYGraphicStyleMap_t
Definition: KEYStyles_fwd.h:39
boost::unordered_map< ID_t, KEYPlaceholderStylePtr_t > KEYPlaceholderStyleMap_t
Definition: KEYStyles_fwd.h:59
boost::unordered_map< ID_t, KEYMediaContentPtr_t > KEYMediaContentMap_t
Definition: KEYTypes_fwd.h:41
A dictionary of all referenceable entities in the presentation.
Definition: KEYDictionary.h:36
KEYDictionary()
Definition: KEYDictionary.cpp:15
KEYImageMap_t images
Definition: KEYDictionary.h:50
KEYParagraphStyleMap_t paragraphStyles
Definition: KEYDictionary.h:40
KEYLayoutStyleMap_t layoutStyles
Definition: KEYDictionary.h:39
KEYPlaceholderMap_t bodyPlaceholders
Definition: KEYDictionary.h:52
KEYStylesheetMap_t stylesheets
Definition: KEYDictionary.h:43
KEYMediaContentMap_t filteredImages
Definition: KEYDictionary.h:49
KEYCharacterStyleMap_t characterStyles
Definition: KEYDictionary.h:37
KEYGraphicStyleMap_t graphicStyles
Definition: KEYDictionary.h:38
KEYPathMap_t beziers
Definition: KEYDictionary.h:45
KEYPlaceholderStyleMap_t placeholderStyles
Definition: KEYDictionary.h:41
KEYPlaceholderMap_t titlePlaceholders
Definition: KEYDictionary.h:53
KEYDataMap_t data
Definition: KEYDictionary.h:47
KEYMediaContentMap_t unfiltereds
Definition: KEYDictionary.h:48

Generated for libetonyek by doxygen 1.9.3