small struct used to defined graphic style More...
Public Member Functions | |
GraphicStyle () | |
constructor | |
Public Attributes | |
int | m_colorsId [4] |
the line, shadow, surface, back pattern color id | |
int | m_lineId |
the border line id | |
LineStyle | m_lineStyle |
the line style: 123 pc | |
int | m_patternId |
the patten id: 123 pc | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, GraphicStyle const &graphic) |
operator<< | |
small struct used to defined graphic style
|
inline |
constructor
|
friend |
operator<<
int LotusStyleManagerInternal::GraphicStyle::m_colorsId[4] |
the line, shadow, surface, back pattern color id
Referenced by GraphicStyle(), LotusStyleManager::readGraphicStyle(), and LotusStyleManager::readGraphicStyleC9().
std::string LotusStyleManagerInternal::GraphicStyle::m_extra |
extra data
Referenced by LotusStyleManager::readGraphicStyle().
int LotusStyleManagerInternal::GraphicStyle::m_lineId |
the border line id
Referenced by LotusStyleManager::readGraphicStyle().
LineStyle LotusStyleManagerInternal::GraphicStyle::m_lineStyle |
the line style: 123 pc
Referenced by LotusStyleManager::readGraphicStyleC9().
int LotusStyleManagerInternal::GraphicStyle::m_patternId |
the patten id: 123 pc
Referenced by LotusStyleManager::readGraphicStyleC9().