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

Generated for libetonyek by doxygen 1.8.13