PMLTypes.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 libe-book 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 PMLTYPES_H_INCLUDED
11 #define PMLTYPES_H_INCLUDED
12 
13 namespace libebook
14 {
15 
17 {
22 };
23 
25 {
26  PMLAttributes();
27 
28  bool pageBreak;
29  bool chapter;
30  bool center;
31  bool right;
32  bool italic;
33  bool underline;
34  bool overstrike;
35  bool indent;
36  unsigned indentPercent;
38  bool bold;
40  bool subscript;
41  bool smallcaps;
42 };
43 
44 } // namespace libebook
45 
46 #endif // PMLTYPES_H_INCLUDED
47 
48 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: PMLTypes.h:19
Definition: PMLTypes.h:24
Definition: PMLTypes.h:21
bool superscript
Definition: PMLTypes.h:39
bool italic
Definition: PMLTypes.h:32
bool overstrike
Definition: PMLTypes.h:34
bool chapter
Definition: PMLTypes.h:29
unsigned indentPercent
Definition: PMLTypes.h:36
bool right
Definition: PMLTypes.h:31
Definition: PMLTypes.h:20
bool smallcaps
Definition: PMLTypes.h:41
PMLFontType font
Definition: PMLTypes.h:37
bool indent
Definition: PMLTypes.h:35
bool underline
Definition: PMLTypes.h:33
bool bold
Definition: PMLTypes.h:38
Definition: PMLTypes.h:18
PMLFontType
Definition: PMLTypes.h:16
PMLAttributes()
Definition: PMLTypes.cpp:15
Definition: CHMParser.cpp:20
bool pageBreak
Definition: PMLTypes.h:28
bool subscript
Definition: PMLTypes.h:40
bool center
Definition: PMLTypes.h:30

Generated for libe-book by doxygen 1.8.8