Public Member Functions | |
VSDXCharIX (unsigned id, unsigned level, unsigned charCount, unsigned short fontID, Colour fontColour, unsigned langId, double fontSize, bool bold, bool italic, bool underline, bool doubleunderline, bool strikeout, bool doublestrikeout, bool allcaps, bool initcaps, bool smallcaps, bool superscript, bool subscript, WPXString fontFace) | |
~VSDXCharIX () | |
void | handle (VSDXCollector *collector) |
VSDXCharacterListElement * | clone () |
Private Attributes | |
unsigned | m_id |
unsigned | m_level |
unsigned | m_charCount |
unsigned short | m_fontID |
Colour | m_fontColour |
unsigned | m_langId |
double | m_fontSize |
bool | m_bold |
bool | m_italic |
bool | m_underline |
bool | m_doubleunderline |
bool | m_strikeout |
bool | m_doublestrikeout |
bool | m_allcaps |
bool | m_initcaps |
bool | m_smallcaps |
bool | m_superscript |
bool | m_subscript |
WPXString | m_fontFace |
libvisio::VSDXCharIX::VSDXCharIX | ( | unsigned | id, |
unsigned | level, | ||
unsigned | charCount, | ||
unsigned short | fontID, | ||
Colour | fontColour, | ||
unsigned | langId, | ||
double | fontSize, | ||
bool | bold, | ||
bool | italic, | ||
bool | underline, | ||
bool | doubleunderline, | ||
bool | strikeout, | ||
bool | doublestrikeout, | ||
bool | allcaps, | ||
bool | initcaps, | ||
bool | smallcaps, | ||
bool | superscript, | ||
bool | subscript, | ||
WPXString | fontFace | ||
) | [inline] |
libvisio::VSDXCharIX::~VSDXCharIX | ( | ) | [inline] |
libvisio::VSDXCharacterListElement * libvisio::VSDXCharIX::clone | ( | ) | [virtual] |
Implements libvisio::VSDXCharacterListElement.
void libvisio::VSDXCharIX::handle | ( | VSDXCollector * | collector | ) | [virtual] |
Implements libvisio::VSDXCharacterListElement.
bool libvisio::VSDXCharIX::m_allcaps [private] |
Referenced by handle().
bool libvisio::VSDXCharIX::m_bold [private] |
Referenced by handle().
unsigned libvisio::VSDXCharIX::m_charCount [private] |
Referenced by handle().
bool libvisio::VSDXCharIX::m_doublestrikeout [private] |
Referenced by handle().
bool libvisio::VSDXCharIX::m_doubleunderline [private] |
Referenced by handle().
Colour libvisio::VSDXCharIX::m_fontColour [private] |
Referenced by handle().
WPXString libvisio::VSDXCharIX::m_fontFace [private] |
Referenced by handle().
unsigned short libvisio::VSDXCharIX::m_fontID [private] |
Referenced by handle().
double libvisio::VSDXCharIX::m_fontSize [private] |
Referenced by handle().
unsigned libvisio::VSDXCharIX::m_id [private] |
Referenced by handle().
bool libvisio::VSDXCharIX::m_initcaps [private] |
Referenced by handle().
bool libvisio::VSDXCharIX::m_italic [private] |
Referenced by handle().
unsigned libvisio::VSDXCharIX::m_langId [private] |
Referenced by handle().
unsigned libvisio::VSDXCharIX::m_level [private] |
Referenced by handle().
bool libvisio::VSDXCharIX::m_smallcaps [private] |
Referenced by handle().
bool libvisio::VSDXCharIX::m_strikeout [private] |
Referenced by handle().
bool libvisio::VSDXCharIX::m_subscript [private] |
Referenced by handle().
bool libvisio::VSDXCharIX::m_superscript [private] |
Referenced by handle().
bool libvisio::VSDXCharIX::m_underline [private] |
Referenced by handle().