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