Internal: the shape of BeagleWksDRParser. More...
Public Member Functions | |
| Shape () | |
| constructor | |
Public Attributes | |
| int | m_type |
| the shape type | |
| MWAWBox2f | m_box |
| the shape bdbox | |
| MWAWGraphicShape | m_shape |
| the graphic shape ( for line, rect, ...) | |
| MWAWEntry | m_entry |
| the textbox or picture entry | |
| long | m_dataSize |
| the data size | |
| MWAWGraphicStyle | m_style |
| the style | |
| MWAWFont | m_font |
| the textbox font | |
| MWAWParagraph::Justification | m_justify |
| the textbox justification | |
| double | m_interline |
| the interline in percent | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Shape const &shape) |
| operator<< | |
Internal: the shape of BeagleWksDRParser.
| BeagleWksDRParserInternal::Shape::Shape | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Shape const & | shape | ||
| ) | [friend] |
operator<<
the data size
Referenced by BeagleWksDRParserInternal::operator<<(), BeagleWksDRParser::readShapeDatas(), and BeagleWksDRParser::readStyle().
the textbox or picture entry
Referenced by BeagleWksDRParser::readShapeDatas(), BeagleWksDRParser::sendPictures(), and BeagleWksDRParser::sendText().
| std::string BeagleWksDRParserInternal::Shape::m_extra |
extra data
Referenced by BeagleWksDRParserInternal::operator<<(), BeagleWksDRParser::readShapeDefinitions(), and BeagleWksDRParser::readStyle().
the textbox font
Referenced by BeagleWksDRParser::readStyle(), and BeagleWksDRParser::sendText().
the interline in percent
Referenced by BeagleWksDRParser::readStyle(), and BeagleWksDRParser::sendText().
the textbox justification
Referenced by BeagleWksDRParser::readStyle(), and BeagleWksDRParser::sendText().
the graphic shape ( for line, rect, ...)
Referenced by BeagleWksDRParser::readShapeDatas(), BeagleWksDRParser::readShapeDefinitions(), BeagleWksDRParser::readStyle(), and BeagleWksDRParser::sendPictures().