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: */
Definition: BBeBCollector.cpp:19
PeanutPressFontType
Definition: PeanutPressTypes.h:17
@ PEANUTPRESS_FONT_TYPE_NORMAL
Definition: PeanutPressTypes.h:18
@ PEANUTPRESS_FONT_TYPE_LARGE
Definition: PeanutPressTypes.h:21
@ PEANUTPRESS_FONT_TYPE_BOLD
Definition: PeanutPressTypes.h:20
@ PEANUTPRESS_FONT_TYPE_STD
Definition: PeanutPressTypes.h:19
Definition: PeanutPressTypes.h:25
bool right
Definition: PeanutPressTypes.h:31
bool indent
Definition: PeanutPressTypes.h:35
bool chapter
Definition: PeanutPressTypes.h:29
bool overstrike
Definition: PeanutPressTypes.h:34
bool underline
Definition: PeanutPressTypes.h:33
PeanutPressFontType font
Definition: PeanutPressTypes.h:37
bool superscript
Definition: PeanutPressTypes.h:39
bool bold
Definition: PeanutPressTypes.h:38
bool center
Definition: PeanutPressTypes.h:30
bool subscript
Definition: PeanutPressTypes.h:40
bool smallcaps
Definition: PeanutPressTypes.h:41
bool italic
Definition: PeanutPressTypes.h:32
PeanutPressAttributes()
Definition: PeanutPressTypes.cpp:15
bool pageBreak
Definition: PeanutPressTypes.h:28
unsigned indentPercent
Definition: PeanutPressTypes.h:36

Generated for libe-book by doxygen 1.9.0