the graphic zone of a LotusGraph More...
Public Types | |
| enum | Type { Arc, Frame, Line, Rect, Unknown } |
| the different type More... | |
Public Member Functions | |
| Zone () | |
| constructor | |
| bool | getGraphicShape (WPSGraphicShape &shape, WPSPosition &pos) const |
| returns a graphic shape corresponding to the main form (and the origin) | |
Public Attributes | |
| Type | m_type |
| the zone type | |
| int | m_subType |
| the file modifier type | |
| Box2i | m_box |
| the bdbox | |
| int | m_ordering |
| the ordering | |
| int | m_lineId |
| the line style id | |
| int | m_graphicId |
| the graphic style id, used with rect shadow | |
| int | m_surfaceId |
| the surface color style id | |
| bool | m_hasShadow |
| a flag to know if we need to add shadow | |
| WPSEntry | m_pictureEntry |
| the picture entry | |
| WPSEntry | m_textBoxEntry |
| the text box entry | |
| int | m_values [4] |
| unknown other value | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Zone const &z) |
| operator<< | |
the graphic zone of a LotusGraph
| LotusGraphInternal::Zone::Zone | ( | ) | [inline] |
constructor
| bool LotusGraphInternal::Zone::getGraphicShape | ( | WPSGraphicShape & | shape, |
| WPSPosition & | pos | ||
| ) | const |
returns a graphic shape corresponding to the main form (and the origin)
Referenced by LotusGraph::sendPicture().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Zone const & | z | ||
| ) | [friend] |
operator<<
the bdbox
Referenced by getGraphicShape().
| std::string LotusGraphInternal::Zone::m_extra |
extra data
the graphic style id, used with rect shadow
Referenced by LotusGraph::sendPicture().
a flag to know if we need to add shadow
the line style id
the ordering
the picture entry
Referenced by LotusGraph::sendPicture().
the file modifier type
Referenced by getGraphicShape().
the surface color style id
the text box entry
the zone type
Referenced by getGraphicShape().
unknown other value
Referenced by Zone().