KEYStyles_fwd.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 KEYSTYLES_FWD_H_INCLUDED
11 #define KEYSTYLES_FWD_H_INCLUDED
12 
13 #include <boost/shared_ptr.hpp>
14 #include <boost/unordered_map.hpp>
15 
16 #include "KEYTypes_fwd.h"
17 
18 namespace libetonyek
19 {
20 
22 
23 typedef boost::shared_ptr<KEYCellStyle> KEYCellStylePtr_t;
24 typedef boost::unordered_map<ID_t, KEYCellStylePtr_t> KEYCellStyleMap_t;
25 
27 
28 typedef boost::shared_ptr<KEYCharacterStyle> KEYCharacterStylePtr_t;
29 typedef boost::unordered_map<ID_t, KEYCharacterStylePtr_t> KEYCharacterStyleMap_t;
30 
32 
33 typedef boost::shared_ptr<KEYConnectionStyle> KEYConnectionStylePtr_t;
34 typedef boost::unordered_map<ID_t, KEYConnectionStylePtr_t> KEYConnectionStyleMap_t;
35 
37 
38 typedef boost::shared_ptr<KEYGraphicStyle> KEYGraphicStylePtr_t;
39 typedef boost::unordered_map<ID_t, KEYGraphicStylePtr_t> KEYGraphicStyleMap_t;
40 
42 
43 typedef boost::shared_ptr<KEYLayoutStyle> KEYLayoutStylePtr_t;
44 typedef boost::unordered_map<ID_t, KEYLayoutStylePtr_t> KEYLayoutStyleMap_t;
45 
47 
48 typedef boost::shared_ptr<KEYListStyle> KEYListStylePtr_t;
49 typedef boost::unordered_map<ID_t, KEYListStylePtr_t> KEYListStyleMap_t;
50 
52 
53 typedef boost::shared_ptr<KEYParagraphStyle> KEYParagraphStylePtr_t;
54 typedef boost::unordered_map<ID_t, KEYParagraphStylePtr_t> KEYParagraphStyleMap_t;
55 
57 
58 typedef boost::shared_ptr<KEYPlaceholderStyle> KEYPlaceholderStylePtr_t;
59 typedef boost::unordered_map<ID_t, KEYPlaceholderStylePtr_t> KEYPlaceholderStyleMap_t;
60 
62 
63 typedef boost::shared_ptr<KEYSlideStyle> KEYSlideStylePtr_t;
64 typedef boost::unordered_map<ID_t, KEYSlideStylePtr_t> KEYSlideStyleMap_t;
65 
67 
68 typedef boost::shared_ptr<KEYTabularStyle> KEYTabularStylePtr_t;
69 typedef boost::unordered_map<ID_t, KEYTabularStylePtr_t> KEYTabularStyleMap_t;
70 
72 
73 typedef boost::shared_ptr<KEYVectorStyle> KEYVectorStylePtr_t;
74 typedef boost::unordered_map<ID_t, KEYVectorStylePtr_t> KEYVectorStyleMap_t;
75 
76 }
77 
78 #endif // KEYSTYLES_FWD_H_INCLUDED
79 
80 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
boost::unordered_map< ID_t, KEYVectorStylePtr_t > KEYVectorStyleMap_t
Definition: KEYStyles_fwd.h:74
boost::shared_ptr< KEYGraphicStyle > KEYGraphicStylePtr_t
Definition: KEYStyles_fwd.h:36
boost::unordered_map< ID_t, KEYListStylePtr_t > KEYListStyleMap_t
Definition: KEYStyles_fwd.h:49
boost::unordered_map< ID_t, KEYCharacterStylePtr_t > KEYCharacterStyleMap_t
Definition: KEYStyles_fwd.h:29
boost::unordered_map< ID_t, KEYLayoutStylePtr_t > KEYLayoutStyleMap_t
Definition: KEYStyles_fwd.h:44
boost::unordered_map< ID_t, KEYCellStylePtr_t > KEYCellStyleMap_t
Definition: KEYStyles_fwd.h:24
Represents a list style.
Definition: KEYStyles.h:118
Represents a layout style.
Definition: KEYStyles.h:107
boost::shared_ptr< KEYParagraphStyle > KEYParagraphStylePtr_t
Definition: KEYStyles_fwd.h:51
boost::shared_ptr< KEYListStyle > KEYListStylePtr_t
Definition: KEYStyles_fwd.h:46
Represents a vector style.
Definition: KEYStyles.h:175
boost::shared_ptr< KEYConnectionStyle > KEYConnectionStylePtr_t
Definition: KEYStyles_fwd.h:31
boost::unordered_map< ID_t, KEYParagraphStylePtr_t > KEYParagraphStyleMap_t
Definition: KEYStyles_fwd.h:54
boost::unordered_map< ID_t, KEYTabularStylePtr_t > KEYTabularStyleMap_t
Definition: KEYStyles_fwd.h:69
Represents a tabular style.
Definition: KEYStyles.h:164
Represents a cell style.
Definition: KEYStyles.h:63
boost::unordered_map< ID_t, KEYPlaceholderStylePtr_t > KEYPlaceholderStyleMap_t
Definition: KEYStyles_fwd.h:59
boost::shared_ptr< KEYVectorStyle > KEYVectorStylePtr_t
Definition: KEYStyles_fwd.h:71
boost::unordered_map< ID_t, KEYSlideStylePtr_t > KEYSlideStyleMap_t
Definition: KEYStyles_fwd.h:64
boost::shared_ptr< KEYCharacterStyle > KEYCharacterStylePtr_t
Definition: KEYStyles_fwd.h:26
boost::shared_ptr< KEYSlideStyle > KEYSlideStylePtr_t
Definition: KEYStyles_fwd.h:61
Represents a placeholder style.
Definition: KEYStyles.h:140
boost::shared_ptr< KEYPlaceholderStyle > KEYPlaceholderStylePtr_t
Definition: KEYStyles_fwd.h:56
boost::unordered_map< ID_t, KEYConnectionStylePtr_t > KEYConnectionStyleMap_t
Definition: KEYStyles_fwd.h:34
Represents a connection style.
Definition: KEYStyles.h:85
boost::shared_ptr< KEYLayoutStyle > KEYLayoutStylePtr_t
Definition: KEYStyles_fwd.h:41
boost::shared_ptr< KEYTabularStyle > KEYTabularStylePtr_t
Definition: KEYStyles_fwd.h:66
Represents a character style.
Definition: KEYStyles.h:74
Represents a paragraph style.
Definition: KEYStyles.h:129
Represents a graphic style.
Definition: KEYStyles.h:96
boost::unordered_map< ID_t, KEYGraphicStylePtr_t > KEYGraphicStyleMap_t
Definition: KEYStyles_fwd.h:39
Represents a slide style.
Definition: KEYStyles.h:153
boost::shared_ptr< KEYCellStyle > KEYCellStylePtr_t
Definition: KEYStyles_fwd.h:21

Generated for libetonyek by doxygen 1.8.5