IWORKDictionary.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 IWORKDICTIONARY_H_INCLUDED
11 #define IWORKDICTIONARY_H_INCLUDED
12 
13 #include "IWORKPath.h"
14 #include "IWORKStyle.h"
15 #include "IWORKStylesheet.h"
16 #include "IWORKTypes.h"
17 
18 namespace libetonyek
19 {
20 
36 {
38 
46 
48 
50 
55 
57 
59 };
60 
61 }
62 
63 #endif // IWORKDICTIONARY_H_INCLUDED
64 
65 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
IWORKStyleMap_t m_graphicStyles
Definition: IWORKDictionary.h:41
IWORKStyleMap_t m_characterStyles
Definition: IWORKDictionary.h:40
IWORKStyleMap_t m_tabularStyles
Definition: IWORKDictionary.h:44
IWORKPathMap_t m_beziers
Definition: IWORKDictionary.h:49
IWORKDictionary()
Definition: IWORKDictionary.cpp:15
IWORKStyleMap_t m_vectorStyles
Definition: IWORKDictionary.h:45
A dictionary of all referenceable entities in the presentation.
Definition: IWORKDictionary.h:35
IWORKStylesheetMap_t m_stylesheets
Definition: IWORKDictionary.h:47
IWORKFilterDescriptorMap_t m_filterDescriptors
Definition: IWORKDictionary.h:58
IWORKStyleMap_t m_layoutStyles
Definition: IWORKDictionary.h:42
boost::unordered_map< ID_t, IWORKFilterDescriptor > IWORKFilterDescriptorMap_t
Definition: IWORKTypes.h:319
IWORKImageMap_t m_images
Definition: IWORKDictionary.h:54
boost::unordered_map< ID_t, IWORKMediaContentPtr_t > IWORKMediaContentMap_t
Definition: IWORKTypes_fwd.h:56
IWORKStyleMap_t m_cellStyles
Definition: IWORKDictionary.h:39
IWORKMediaContentMap_t m_unfiltereds
Definition: IWORKDictionary.h:52
boost::unordered_map< ID_t, IWORKDataPtr_t > IWORKDataMap_t
Definition: IWORKTypes_fwd.h:51
IWORKMediaContentMap_t m_filteredImages
Definition: IWORKDictionary.h:53
boost::unordered_map< ID_t, IWORKImagePtr_t > IWORKImageMap_t
Definition: IWORKTypes_fwd.h:61
boost::unordered_map< ID_t, IWORKTabStops_t > IWORKTabStopsMap_t
Definition: IWORKTypes.h:99
IWORKStyleMap_t m_paragraphStyles
Definition: IWORKDictionary.h:43
boost::unordered_map< ID_t, IWORKStylesheetPtr_t > IWORKStylesheetMap_t
Definition: IWORKStylesheet.h:21
IWORKDataMap_t m_data
Definition: IWORKDictionary.h:51
IWORKTabStopsMap_t m_tabs
Definition: IWORKDictionary.h:56
boost::unordered_map< ID_t, IWORKStylePtr_t > IWORKStyleMap_t
Definition: IWORKStyle_fwd.h:24
boost::unordered_map< ID_t, IWORKPathPtr_t > IWORKPathMap_t
Definition: IWORKPath_fwd.h:23

Generated for libetonyek by doxygen 1.8.10