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 <deque>
14 
15 #include <boost/unordered_map.hpp>
16 
17 #include "IWORKPath.h"
18 #include "IWORKStyle.h"
19 #include "IWORKStylesheet.h"
20 #include "IWORKTypes.h"
21 
22 namespace libetonyek
23 {
24 
40 {
42 
51 
53 
55 
61 
63 
65 
69 
70  boost::unordered_map<ID_t, std::deque<double> > m_doubleArrays;
71 };
72 
73 }
74 
75 #endif // IWORKDICTIONARY_H_INCLUDED
76 
77 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
IWORKStyleMap_t m_graphicStyles
Definition: IWORKDictionary.h:45
IWORKStyleMap_t m_characterStyles
Definition: IWORKDictionary.h:44
IWORKStyleMap_t m_tabularStyles
Definition: IWORKDictionary.h:49
IWORKPathMap_t m_beziers
Definition: IWORKDictionary.h:54
IWORKDictionary()
Definition: IWORKDictionary.cpp:15
IWORKStyleMap_t m_vectorStyles
Definition: IWORKDictionary.h:50
A dictionary of all referenceable entities in the presentation.
Definition: IWORKDictionary.h:39
IWORKStylesheetMap_t m_stylesheets
Definition: IWORKDictionary.h:52
IWORKFilterDescriptorMap_t m_filterDescriptors
Definition: IWORKDictionary.h:64
IWORKStyleMap_t m_layoutStyles
Definition: IWORKDictionary.h:46
boost::unordered_map< ID_t, IWORKFilterDescriptor > IWORKFilterDescriptorMap_t
Definition: IWORKTypes.h:320
IWORKImageMap_t m_images
Definition: IWORKDictionary.h:60
boost::unordered_map< ID_t, IWORKMediaContentPtr_t > IWORKMediaContentMap_t
Definition: IWORKTypes_fwd.h:56
boost::unordered_map< ID_t, IWORKListLabelTypeInfo_t > IWORKListLabelTypeInfoMap_t
Definition: IWORKTypes.h:356
IWORKListLabelTypeInfoMap_t m_listLabelTypeInfos
Definition: IWORKDictionary.h:66
IWORKStyleMap_t m_cellStyles
Definition: IWORKDictionary.h:43
IWORKMediaContentMap_t m_unfiltereds
Definition: IWORKDictionary.h:58
boost::unordered_map< ID_t, IWORKDataPtr_t > IWORKDataMap_t
Definition: IWORKTypes_fwd.h:51
IWORKMediaContentMap_t m_filteredImages
Definition: IWORKDictionary.h:59
boost::unordered_map< ID_t, IWORKImagePtr_t > IWORKImageMap_t
Definition: IWORKTypes_fwd.h:61
boost::unordered_map< ID_t, std::deque< double > > m_doubleArrays
Definition: IWORKDictionary.h:70
boost::unordered_map< ID_t, IWORKTabStops_t > IWORKTabStopsMap_t
Definition: IWORKTypes.h:100
IWORKListLabelTypeInfoMap_t m_textLabels
Definition: IWORKDictionary.h:67
IWORKStyleMap_t m_paragraphStyles
Definition: IWORKDictionary.h:48
IWORKListStyleMap_t m_listStyles
Definition: IWORKDictionary.h:47
boost::unordered_map< ID_t, IWORKStylesheetPtr_t > IWORKStylesheetMap_t
Definition: IWORKStylesheet.h:21
boost::unordered_map< ID_t, IWORKListLabelGeometry > IWORKListLabelGeometryMap_t
Definition: IWORKTypes.h:332
IWORKDataMap_t m_data
Definition: IWORKDictionary.h:56
IWORKTabStopsMap_t m_tabs
Definition: IWORKDictionary.h:62
boost::unordered_map< ID_t, IWORKStylePtr_t > IWORKStyleMap_t
Definition: IWORKStyle_fwd.h:24
boost::unordered_map< ID_t, IWORKListStyle_t > IWORKListStyleMap_t
Definition: IWORKTypes.h:359
boost::unordered_map< ID_t, IWORKPathPtr_t > IWORKPathMap_t
Definition: IWORKPath_fwd.h:23
IWORKMediaContentMap_t m_binaries
Definition: IWORKDictionary.h:57
IWORKListLabelGeometryMap_t m_listLabelGeometries
Definition: IWORKDictionary.h:68

Generated for libetonyek by doxygen 1.8.6