small struct used to defined color style More...
Public Member Functions | |
ColorStyle () | |
constructor |
Public Attributes | |
WPSColor | m_colors [4] |
the color id : unknown0, unknown1, line, surface | |
int | m_patternId |
the pattern id | |
WPSGraphicStyle::Pattern | m_pattern |
the pattern | |
std::string | m_extra |
extra data |
Friends | |
std::ostream & | operator<< (std::ostream &o, ColorStyle const &color) |
operator<< |
small struct used to defined color style
|
inline |
constructor
Referenced by operator<<.
|
friend |
operator<<
WPSColor LotusStyleManagerInternal::ColorStyle::m_colors[4] |
the color id : unknown0, unknown1, line, surface
Referenced by ColorStyle(), operator<<, LotusStyleManager::readCellStyleD2Data(), LotusStyleManager::readCellStyleE6(), LotusStyleManager::readColorStyle(), and LotusStyleManager::updateSurfaceStyle().
std::string LotusStyleManagerInternal::ColorStyle::m_extra |
extra data
Referenced by ColorStyle(), operator<<, and LotusStyleManager::readColorStyle().
WPSGraphicStyle::Pattern LotusStyleManagerInternal::ColorStyle::m_pattern |
the pattern
Referenced by ColorStyle(), operator<<, and LotusStyleManager::readColorStyle().
int LotusStyleManagerInternal::ColorStyle::m_patternId |
the pattern id
Referenced by ColorStyle(), operator<<, LotusStyleManager::readCellStyleD2Data(), LotusStyleManager::readCellStyleE6(), LotusStyleManager::readColorStyle(), and LotusStyleManager::updateSurfaceStyle().