SuperPaintParserInternal::Shape Struct Reference

Internal: the shape of a SuperPaintParser. More...

List of all members.

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<<

Detailed Description

Internal: the shape of a SuperPaintParser.


Member Enumeration Documentation

the type

Enumerator:
GraphicShape 
Group 
Picture 
TextBox 

Constructor & Destructor Documentation

SuperPaintParserInternal::Shape::Shape ( Type  type,
MWAWBox2f const &  box 
) [inline]

constructor


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Shape const &  shape 
) [friend]

operator<<


Member Data Documentation

the interline in percent

Referenced by SuperPaintParser::sendText().


The documentation for this struct was generated from the following file: