Internal: the shape of a SuperPaintParser. More...
Public Types | |
| enum | Type { GraphicShape, Group, Picture, TextBox } |
| the type More... | |
Public Member Functions | |
| Shape (Type type, MWAWBox2f const &box) | |
| constructor | |
Public Attributes | |
| Type | m_type |
| the shape type | |
| MWAWBox2f | m_box |
| the bdbox | |
| MWAWEntry | m_entry |
| the picture/textbox entry | |
| MWAWGraphicShape | m_shape |
| the graphic shape | |
| MWAWGraphicStyle | m_style |
| the graphic style | |
| MWAWFont | m_font |
| the textbox font | |
| MWAWParagraph::Justification | m_justify |
| the textbox justification | |
| double | m_interline |
| the interline in percent | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Shape const &shape) |
| operator<< | |
Internal: the shape of a SuperPaintParser.
| SuperPaintParserInternal::Shape::Shape | ( | Type | type, |
| MWAWBox2f const & | box | ||
| ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Shape const & | shape | ||
| ) | [friend] |
operator<<
the bdbox
Referenced by SuperPaintParserInternal::operator<<(), and SuperPaintParser::sendPictures().
the picture/textbox entry
Referenced by SuperPaintParser::readShape(), SuperPaintParser::sendPictures(), and SuperPaintParser::sendText().
the textbox font
Referenced by SuperPaintParser::sendText().
the interline in percent
Referenced by SuperPaintParser::sendText().
the textbox justification
Referenced by SuperPaintParser::sendText().
the graphic shape
Referenced by SuperPaintParserInternal::operator<<(), SuperPaintParser::readShape(), and SuperPaintParser::sendPictures().
the graphic style
Referenced by SuperPaintParserInternal::operator<<(), SuperPaintParser::readShape(), and SuperPaintParser::sendPictures().
the shape type
Referenced by SuperPaintParserInternal::operator<<(), SuperPaintParser::sendPictures(), and SuperPaintParser::sendText().