Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
KEYDictionary.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 KEYDICTIONARY_H_INCLUDED
11
#define KEYDICTIONARY_H_INCLUDED
12
13
#include "
KEYPath.h
"
14
#include "
KEYStyles_fwd.h
"
15
#include "
KEYStylesheet.h
"
16
#include "
KEYTypes.h
"
17
18
namespace
libetonyek
19
{
20
35
struct
KEYDictionary
36
{
37
KEYCharacterStyleMap_t
characterStyles
;
38
KEYGraphicStyleMap_t
graphicStyles
;
39
KEYLayoutStyleMap_t
layoutStyles
;
40
KEYParagraphStyleMap_t
paragraphStyles
;
41
KEYPlaceholderStyleMap_t
placeholderStyles
;
42
43
KEYStylesheetMap_t
stylesheets
;
44
45
KEYPathMap_t
beziers
;
46
47
KEYDataMap_t
data
;
48
KEYMediaContentMap_t
unfiltereds
;
49
KEYMediaContentMap_t
filteredImages
;
50
KEYImageMap_t
images
;
51
52
KEYPlaceholderMap_t
bodyPlaceholders
;
53
KEYPlaceholderMap_t
titlePlaceholders
;
54
55
KEYDictionary
();
56
};
57
58
}
59
60
#endif // KEYDICTIONARY_H_INCLUDED
61
62
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Generated for libetonyek by
doxygen
1.8.3.1