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
21namespace libetonyek
22{
23
39{
41
46 IWORKStyleMap_t m_graphicStyles; // graphic-style or connection-style
58
60
92
93 std::unordered_map<ID_t, std::deque<double> > m_doubleArrays;
94 std::unordered_map<ID_t, std::deque<IWORKListLabelGeometry> > m_listLabelGeometriesArrays;
95 std::unordered_map<ID_t, std::deque<IWORKListLabelTypeInfo_t> > m_listLabelTypesArrays;
96};
97
98}
99
100#endif // IWORKDICTIONARY_H_INCLUDED
101
102/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition IWORKBezierElement.cpp:21
std::unordered_map< ID_t, IWORKStroke > IWORKStrokeMap_t
Definition IWORKTypes.h:287
std::unordered_map< ID_t, IWORKTabStops_t > IWORKTabStopsMap_t
Definition IWORKTypes.h:120
std::unordered_map< ID_t, IWORKExternalTextWrap > IWORKExternalTextWrapMap_t
Definition IWORKTypes.h:184
std::unordered_map< ID_t, IWORKPattern > IWORKPatternMap_t
Definition IWORKTypes.h:275
std::unordered_map< ID_t, IWORKDateTimeFormat > IWORKDateTimeFormatMap_t
Definition IWORKTypes.h:388
std::unordered_map< ID_t, IWORKColumns > IWORKColumnsMap_t
Definition IWORKTypes.h:354
std::unordered_map< ID_t, IWORKStylePtr_t > IWORKStyleMap_t
Definition IWORKStyle_fwd.h:24
std::unordered_map< ID_t, IWORKTableCell > IWORKTableCellMap_t
Definition IWORKTypes.h:239
std::unordered_map< ID_t, IWORKStylesheetPtr_t > IWORKStylesheetMap_t
Definition IWORKStylesheet.h:21
std::unordered_map< ID_t, IWORKPadding > IWORKPaddingMap_t
Definition IWORKTypes.h:108
std::unordered_map< ID_t, IWORKFilters_t > IWORKFiltersMap_t
Definition IWORKTypes.h:325
std::unordered_map< ID_t, IWORKShadow > IWORKShadowMap_t
Definition IWORKTypes.h:323
std::unordered_map< ID_t, IWORKLineSpacing > IWORKLineSpacingMap_t
Definition IWORKTypes.h:202
std::unordered_map< ID_t, IWORKTableVector > IWORKTableVectorMap_t
Definition IWORKTypes.h:230
std::unordered_map< ID_t, IWORKFilterDescriptor > IWORKFilterDescriptorMap_t
Definition IWORKTypes.h:405
std::unordered_map< ID_t, IWORKFormulaPtr_t > IWORKFormulaMap_t
Definition IWORKTypes.h:124
std::unordered_map< ID_t, IWORKGradient > IWORKGradientMap_t
Definition IWORKTypes.h:307
std::unordered_map< ID_t, IWORKGradientStop > IWORKGradientStopMap_t
Definition IWORKTypes.h:297
std::unordered_map< ID_t, IWORKMediaContentPtr_t > IWORKMediaContentMap_t
Definition IWORKTypes_fwd.h:57
std::unordered_map< ID_t, IWORKDataPtr_t > IWORKDataMap_t
Definition IWORKTypes_fwd.h:52
std::unordered_map< ID_t, IWORKFill > IWORKFillMap_t
Definition IWORKTypes.h:310
std::unordered_map< ID_t, IWORKPathPtr_t > IWORKPathMap_t
Definition IWORKPath_fwd.h:23
std::unordered_map< ID_t, IWORKListLabelTypeInfo_t > IWORKListLabelTypeInfoMap_t
Definition IWORKTypes.h:456
std::unordered_map< ID_t, IWORKTablePtr_t > IWORKTableMap_t
Definition IWORKTypes_fwd.h:82
std::unordered_map< ID_t, IWORKNumberFormat > IWORKNumberFormatMap_t
Definition IWORKTypes.h:380
std::unordered_map< ID_t, IWORKDurationFormat > IWORKDurationFormatMap_t
Definition IWORKTypes.h:396
std::unordered_map< ID_t, IWORKListLabelGeometry > IWORKListLabelGeometryMap_t
Definition IWORKTypes.h:432
A dictionary of all referenceable entities in the presentation.
Definition IWORKDictionary.h:39
IWORKMediaContentMap_t m_binaries
Definition IWORKDictionary.h:62
IWORKDateTimeFormatMap_t m_dateTimeFormats
Definition IWORKDictionary.h:66
IWORKListLabelGeometryMap_t m_listLabelGeometries
Definition IWORKDictionary.h:78
IWORKStyleMap_t m_chartStyles
Definition IWORKDictionary.h:44
IWORKFillMap_t m_fills
Definition IWORKDictionary.h:69
IWORKStyleMap_t m_vectorStyles
Definition IWORKDictionary.h:57
IWORKListLabelTypeInfoMap_t m_textLabels
Definition IWORKDictionary.h:89
IWORKTableCellMap_t m_tableCells
Definition IWORKDictionary.h:85
std::unordered_map< ID_t, std::deque< IWORKListLabelGeometry > > m_listLabelGeometriesArrays
Definition IWORKDictionary.h:94
IWORKStyleMap_t m_slideStyles
Definition IWORKDictionary.h:51
IWORKPathMap_t m_beziers
Definition IWORKDictionary.h:61
IWORKDurationFormatMap_t m_durationFormats
Definition IWORKDictionary.h:67
IWORKPaddingMap_t m_paddings
Definition IWORKDictionary.h:81
IWORKStyleMap_t m_tocStyles
Definition IWORKDictionary.h:56
IWORKStyleMap_t m_tabularStyles
Definition IWORKDictionary.h:55
IWORKNumberFormatMap_t m_numberFormats
Definition IWORKDictionary.h:80
IWORKPatternMap_t m_patterns
Definition IWORKDictionary.h:82
IWORKDictionary()
Definition IWORKDictionary.cpp:15
IWORKExternalTextWrapMap_t m_externalTextWraps
Definition IWORKDictionary.h:68
IWORKStylesheetMap_t m_stylesheets
Definition IWORKDictionary.h:59
IWORKStyleMap_t m_tableVectorStyles
Definition IWORKDictionary.h:54
std::unordered_map< ID_t, std::deque< double > > m_doubleArrays
Definition IWORKDictionary.h:93
IWORKMediaContentMap_t m_texturedFillImages
Definition IWORKDictionary.h:90
IWORKGradientMap_t m_gradients
Definition IWORKDictionary.h:74
IWORKMediaContentMap_t m_unfiltereds
Definition IWORKDictionary.h:91
IWORKShadowMap_t m_shadows
Definition IWORKDictionary.h:83
IWORKStyleMap_t m_chartSeriesStyles
Definition IWORKDictionary.h:45
IWORKTableMap_t m_tabulars
Definition IWORKDictionary.h:88
IWORKFilterDescriptorMap_t m_filterDescriptors
Definition IWORKDictionary.h:70
IWORKStyleMap_t m_tableStyles
Definition IWORKDictionary.h:52
IWORKListLabelTypeInfoMap_t m_listLabelTypeInfos
Definition IWORKDictionary.h:79
IWORKFiltersMap_t m_filters
Definition IWORKDictionary.h:72
IWORKStyleMap_t m_listStyles
Definition IWORKDictionary.h:49
IWORKStyleMap_t m_paragraphStyles
Definition IWORKDictionary.h:50
IWORKStrokeMap_t m_strokes
Definition IWORKDictionary.h:84
IWORKStyleMap_t m_graphicStyles
Definition IWORKDictionary.h:46
IWORKShadowMap_t m_coreImageFilterInfos
Definition IWORKDictionary.h:64
IWORKMediaContentMap_t m_images
Definition IWORKDictionary.h:76
IWORKFormulaMap_t m_formulas
Definition IWORKDictionary.h:73
IWORKStyleMap_t m_characterStyles
Definition IWORKDictionary.h:43
IWORKStyleMap_t m_headlineStyles
Definition IWORKDictionary.h:47
IWORKStyleMap_t m_layoutStyles
Definition IWORKDictionary.h:48
IWORKStyleMap_t m_cellStyles
Definition IWORKDictionary.h:42
IWORKTableVectorMap_t m_tableVectors
Definition IWORKDictionary.h:86
IWORKStyleMap_t m_tableCellStyles
Definition IWORKDictionary.h:53
std::unordered_map< ID_t, std::deque< IWORKListLabelTypeInfo_t > > m_listLabelTypesArrays
Definition IWORKDictionary.h:95
IWORKTabStopsMap_t m_tabs
Definition IWORKDictionary.h:87
IWORKGradientStopMap_t m_gradientStops
Definition IWORKDictionary.h:75
IWORKLineSpacingMap_t m_lineSpacings
Definition IWORKDictionary.h:77
IWORKMediaContentMap_t m_filteredImages
Definition IWORKDictionary.h:71
IWORKDataMap_t m_data
Definition IWORKDictionary.h:65
IWORKColumnsMap_t m_columnSets
Definition IWORKDictionary.h:63

Generated for libetonyek by doxygen 1.9.8