13#include "chartranslator.h"
14#include "doctemplate.h"
55 TextStyle anchor, inline_reference, postline_reference,
59 std::string starting_template, style_separator, file_extension, line_prefix;
61 CharTranslatorPtr charTranslator;
Translates specific character sequences into corresponding ones; it can also use regular expression f...
Definition: chartranslator.h:39
Simple map for colors (maps a color constant string to the corresponding color of the output format)
Definition: colormap.h:38
Definition: doctemplate.h:18
Represents a formatting template where there can be some variables (starting with $,...
Definition: textstyle.h:36
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
boost::shared_ptr< TextStyles > TextStylesPtr
shared pointer
Definition: textstyles.h:77
boost::shared_ptr< ColorMap > ColorMapPtr
shared pointer for ColorMap
Definition: colormap.h:78
The TextStyle objects for reference formatting.
Definition: textstyles.h:54
Contains TextStyle objects for all formats (e.g., bold, italics, etc), and other templates (e....
Definition: textstyles.h:23
TextStyle fixed
the TextStyle for fixed width font
Definition: textstyles.h:37
TextStyle bold
the TextStyle for bold
Definition: textstyles.h:25
TextStyle onestyle
the TextStyle used when there's only one specification for all formats
Definition: textstyles.h:46
DocTemplate noDocTemplate
template used when not generating entire document
Definition: textstyles.h:69
TextStyle italics
the TextStyle for italics
Definition: textstyles.h:28
DocTemplate docTemplate
template used when generating entire document
Definition: textstyles.h:66
TextStyle bg_color
the TextStyle for background color specification
Definition: textstyles.h:43
TextStyle linenum
the TextStyle for line numbering
Definition: textstyles.h:49
TextStyle notfixed
the TextStyle for non fixed width font
Definition: textstyles.h:34
TextStyle underline
the TextStyle for underline
Definition: textstyles.h:31
TextStyle color
the TextStyle for color specification
Definition: textstyles.h:40