Internal: the structure used to store a style of a CWGraph. More...
Public Member Functions | |
| Style () | |
| constructor | |
Public Attributes | |
| int | m_id |
| the identificator | |
| int | m_wrapping |
| the wrap type | |
| int | m_lineFlags |
| the line flags | |
| int | m_surfacePatternType |
| the surface pattern type | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Style const &st) |
| operator<< | |
Internal: the structure used to store a style of a CWGraph.
| CWGraphInternal::Style::Style | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Style const & | st | ||
| ) | [friend] |
operator<<
the identificator
Referenced by CWGraph::readGroupDef().
the line flags
Referenced by CWGraph::readGroupDef(), and CWGraph::readShape().
the surface pattern type
Referenced by CWGraph::readGroupDef().
the wrap type
Referenced by CWGraph::readGroupDef(), and CWGraph::sendGroupChild().