Internal: a frame of a PowerPoint3Parser. More...
| Public Member Functions | |
| Frame () | |
| constructor  More... | |
| Public Attributes | |
| int | m_type | 
| the type: 0:line, 1:rect, 2: textbox, ...  More... | |
| int | m_formatId | 
| the format id  More... | |
| MWAWBox2i | m_dimension | 
| the dimension  More... | |
| int | m_shapeId | 
| the shape id: 1: oval, 2: rectOval, 3:rectangle  More... | |
| int | m_customShapeId | 
| the custom shape id  More... | |
| int | m_customTransformation | 
| the custom transformation: 1:rot90, 2:rot180, 4:flipX  More... | |
| int | m_polygonId | 
| the polygon id  More... | |
| int | m_pictureId | 
| the picture id  More... | |
| int | m_textId | 
| the textzone id  More... | |
| bool | m_mainTextBox | 
| flag to know if the textbox is a place holder  More... | |
| float | m_angles [2] | 
| the arc angles  More... | |
| int | m_groupChild [2] | 
| the group limit  More... | |
| MWAWGraphicStyle | m_style | 
| the style  More... | |
| bool | m_isSent | 
| flag to know if a frame is sent  More... | |
Internal: a frame of a PowerPoint3Parser.
| 
 | inline | 
constructor
| float PowerPoint3ParserInternal::Frame::m_angles[2] | 
the arc angles
Referenced by Frame(), and PowerPoint3Parser::sendFrame().
| int PowerPoint3ParserInternal::Frame::m_customShapeId | 
the custom shape id
Referenced by PowerPoint3Parser::sendFrame().
| int PowerPoint3ParserInternal::Frame::m_customTransformation | 
the custom transformation: 1:rot90, 2:rot180, 4:flipX
Referenced by PowerPoint3Parser::sendFrame().
| MWAWBox2i PowerPoint3ParserInternal::Frame::m_dimension | 
the dimension
Referenced by PowerPoint3Parser::sendFrame().
| int PowerPoint3ParserInternal::Frame::m_formatId | 
the format id
| int PowerPoint3ParserInternal::Frame::m_groupChild[2] | 
the group limit
Referenced by Frame(), and PowerPoint3Parser::sendFrame().
| 
 | mutable | 
flag to know if a frame is sent
Referenced by PowerPoint3Parser::sendFrame().
| bool PowerPoint3ParserInternal::Frame::m_mainTextBox | 
flag to know if the textbox is a place holder
Referenced by PowerPoint3Parser::sendFrame().
| int PowerPoint3ParserInternal::Frame::m_pictureId | 
the picture id
Referenced by PowerPoint3Parser::sendFrame().
| int PowerPoint3ParserInternal::Frame::m_polygonId | 
the polygon id
Referenced by PowerPoint3Parser::sendFrame().
| int PowerPoint3ParserInternal::Frame::m_shapeId | 
the shape id: 1: oval, 2: rectOval, 3:rectangle
Referenced by PowerPoint3Parser::sendFrame().
| MWAWGraphicStyle PowerPoint3ParserInternal::Frame::m_style | 
the style
Referenced by PowerPoint3Parser::sendFrame().
| int PowerPoint3ParserInternal::Frame::m_textId | 
the textzone id
Referenced by PowerPoint3Parser::sendFrame().
| int PowerPoint3ParserInternal::Frame::m_type | 
the type: 0:line, 1:rect, 2: textbox, ...
Referenced by PowerPoint3Parser::sendFrame().