#include <CDRTypes.h>
Public Member Functions | |
CDRTextLine () | |
CDRTextLine (const CDRTextLine &line) | |
void | append (const CDRText &text) |
void | clear () |
Public Attributes | |
std::vector< CDRText > | m_line |
libcdr::CDRTextLine::CDRTextLine | ( | ) | [inline] |
libcdr::CDRTextLine::CDRTextLine | ( | const CDRTextLine & | line | ) | [inline] |
void libcdr::CDRTextLine::append | ( | const CDRText & | text | ) | [inline] |
Referenced by libcdr::CDRStylesCollector::collectText().
void libcdr::CDRTextLine::clear | ( | ) | [inline] |
std::vector<CDRText> libcdr::CDRTextLine::m_line |