PeanutPressTypes.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 PEANUTPRESSTYPES_H_INCLUDED
11 #define PEANUTPRESSTYPES_H_INCLUDED
12 
13 namespace libebook
14 {
15 
17 {
22 };
23 
25 {
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 // PEANUTPRESSTYPES_H_INCLUDED
47 
48 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
bool indent
Definition: PeanutPressTypes.h:35
bool bold
Definition: PeanutPressTypes.h:38
bool chapter
Definition: PeanutPressTypes.h:29
bool smallcaps
Definition: PeanutPressTypes.h:41
Definition: PeanutPressTypes.h:20
Definition: PeanutPressTypes.h:18
bool overstrike
Definition: PeanutPressTypes.h:34
Definition: PeanutPressTypes.h:21
PeanutPressAttributes()
Definition: PeanutPressTypes.cpp:15
bool subscript
Definition: PeanutPressTypes.h:40
unsigned indentPercent
Definition: PeanutPressTypes.h:36
PeanutPressFontType font
Definition: PeanutPressTypes.h:37
bool right
Definition: PeanutPressTypes.h:31
PeanutPressFontType
Definition: PeanutPressTypes.h:16
Definition: PeanutPressTypes.h:19
Definition: PeanutPressTypes.h:24
Definition: BBeBCollector.cpp:18
bool pageBreak
Definition: PeanutPressTypes.h:28
bool center
Definition: PeanutPressTypes.h:30
bool italic
Definition: PeanutPressTypes.h:32
bool superscript
Definition: PeanutPressTypes.h:39
bool underline
Definition: PeanutPressTypes.h:33

Generated for libe-book by doxygen 1.8.14