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
| LotusStyleManagerInternal::ColorStyle::ColorStyle | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| ColorStyle const & | color | ||
| ) | [friend] |
operator<<
the color id : unknown0, unknown1, line, surface
Referenced by ColorStyle(), LotusStyleManager::readColorStyle(), LotusStyleManager::updateCellStyle(), LotusStyleManager::updateShadowStyle(), and LotusStyleManager::updateSurfaceStyle().
| std::string LotusStyleManagerInternal::ColorStyle::m_extra |
extra data
Referenced by LotusStyleManager::readColorStyle().
the pattern
Referenced by LotusStyleManager::readColorStyle().
the pattern id
Referenced by LotusStyleManager::readColorStyle(), LotusStyleManager::updateCellStyle(), LotusStyleManager::updateShadowStyle(), and LotusStyleManager::updateSurfaceStyle().