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 
44 
46 
48 
53 
55 };
56 
57 }
58 
59 #endif // IWORKDICTIONARY_H_INCLUDED
60 
61 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
IWORKStyleMap_t m_graphicStyles
Definition: IWORKDictionary.h:40
IWORKStyleMap_t m_characterStyles
Definition: IWORKDictionary.h:39
IWORKPathMap_t m_beziers
Definition: IWORKDictionary.h:47
IWORKDictionary()
Definition: IWORKDictionary.cpp:15
IWORKStyleMap_t m_vectorStyles
Definition: IWORKDictionary.h:43
A dictionary of all referenceable entities in the presentation.
Definition: IWORKDictionary.h:35
IWORKStylesheetMap_t m_stylesheets
Definition: IWORKDictionary.h:45
IWORKStyleMap_t m_layoutStyles
Definition: IWORKDictionary.h:41
IWORKImageMap_t m_images
Definition: IWORKDictionary.h:52
boost::unordered_map< ID_t, IWORKMediaContentPtr_t > IWORKMediaContentMap_t
Definition: IWORKTypes_fwd.h:49
IWORKMediaContentMap_t m_unfiltereds
Definition: IWORKDictionary.h:50
boost::unordered_map< ID_t, IWORKDataPtr_t > IWORKDataMap_t
Definition: IWORKTypes_fwd.h:44
IWORKMediaContentMap_t m_filteredImages
Definition: IWORKDictionary.h:51
boost::unordered_map< ID_t, IWORKImagePtr_t > IWORKImageMap_t
Definition: IWORKTypes_fwd.h:54
boost::unordered_map< ID_t, IWORKTabStops_t > IWORKTabStopsMap_t
Definition: IWORKTypes.h:97
IWORKStyleMap_t m_paragraphStyles
Definition: IWORKDictionary.h:42
boost::unordered_map< ID_t, IWORKStylesheetPtr_t > IWORKStylesheetMap_t
Definition: IWORKStylesheet.h:21
IWORKDataMap_t m_data
Definition: IWORKDictionary.h:49
IWORKTabStopsMap_t m_tabs
Definition: IWORKDictionary.h:54
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:22

Generated for libetonyek by doxygen 1.8.11