PMLTypes.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* libe-book
3  * Version: MPL 2.0 / LGPLv2.1+
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  * Alternatively, the contents of this file may be used under the terms
10  * of the GNU Lesser General Public License Version 2.1 or later
11  * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
12  * applicable instead of those above.
13  *
14  * For further information visit http://libebook.sourceforge.net
15  */
16 
17 #ifndef PMLTYPES_H_INCLUDED
18 #define PMLTYPES_H_INCLUDED
19 
20 namespace libebook
21 {
22 
24 {
29 };
30 
32 {
33  PMLAttributes();
34 
35  bool pageBreak;
36  bool chapter;
37  bool center;
38  bool right;
39  bool italic;
40  bool underline;
41  bool overstrike;
42  bool indent;
43  unsigned indentPercent;
45  bool bold;
47  bool subscript;
48  bool smallcaps;
49 };
50 
51 } // namespace libebook
52 
53 #endif // PMLTYPES_H_INCLUDED
54 
55 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: PMLTypes.h:26
Definition: PMLTypes.h:31
Definition: PMLTypes.h:28
bool superscript
Definition: PMLTypes.h:46
bool italic
Definition: PMLTypes.h:39
bool overstrike
Definition: PMLTypes.h:41
bool chapter
Definition: PMLTypes.h:36
unsigned indentPercent
Definition: PMLTypes.h:43
bool right
Definition: PMLTypes.h:38
Definition: PMLTypes.h:27
bool smallcaps
Definition: PMLTypes.h:48
PMLFontType font
Definition: PMLTypes.h:44
bool indent
Definition: PMLTypes.h:42
bool underline
Definition: PMLTypes.h:40
bool bold
Definition: PMLTypes.h:45
Definition: PMLTypes.h:25
PMLFontType
Definition: PMLTypes.h:23
PMLAttributes()
Definition: PMLTypes.cpp:22
bool pageBreak
Definition: PMLTypes.h:35
bool subscript
Definition: PMLTypes.h:47
bool center
Definition: PMLTypes.h:37

Generated for libe-book by doxygen 1.8.5