#include <FB2Style.h>
Public Member Functions | |
FB2Style (const FB2BlockFormat &blockFormat) | |
FB2TextFormat & | getTextFormat () |
const FB2TextFormat & | getTextFormat () const |
const FB2BlockFormat & | getBlockFormat () const |
Private Attributes | |
FB2TextFormat | m_textFormat |
const FB2BlockFormat | m_blockFormat |
libebook::FB2Style::FB2Style | ( | const FB2BlockFormat & | blockFormat | ) | [explicit] |
const FB2BlockFormat & libebook::FB2Style::getBlockFormat | ( | ) | const |
Referenced by libebook::makePropertyList(), and libebook::FB2ContentCollector::openSpan().
const FB2TextFormat & libebook::FB2Style::getTextFormat | ( | ) | const |
const FB2BlockFormat libebook::FB2Style::m_blockFormat [private] |
Referenced by getBlockFormat().
Referenced by getTextFormat().