small structure of FreeHandParserInternal used to stored a shape header More...
| Public Member Functions | |
| ShapeHeader () | |
| constructor  More... | |
| Public Attributes | |
| long | m_size | 
| a field related to the zone size  More... | |
| int | m_type | 
| the zone type  More... | |
| std::string | m_note | 
| the note  More... | |
| int | m_dataId | 
| the data id (used to store a note, ...)  More... | |
| int | m_layerId | 
| the layer id  More... | |
| MWAWVariable< ScreenMode > | m_screen | 
| the screen mode  More... | |
| int | m_values [4] | 
| the unknown values  More... | |
| std::string | m_extra | 
| extra data  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, ShapeHeader const &shape) | 
| operator<<  More... | |
small structure of FreeHandParserInternal used to stored a shape header
| 
 | inline | 
constructor
| 
 | friend | 
operator<<
| int FreeHandParserInternal::ShapeHeader::m_dataId | 
the data id (used to store a note, ...)
Referenced by FreeHandParser::readShapeHeader().
| std::string FreeHandParserInternal::ShapeHeader::m_extra | 
extra data
Referenced by FreeHandParser::readShapeHeader().
| int FreeHandParserInternal::ShapeHeader::m_layerId | 
the layer id
Referenced by FreeHandParser::readBackgroundPicture(), FreeHandParser::readPictureZone(), FreeHandParser::readShape(), and FreeHandParser::readShapeHeader().
| std::string FreeHandParserInternal::ShapeHeader::m_note | 
the note
Referenced by FreeHandParser::readShapeHeader().
| MWAWVariable<ScreenMode> FreeHandParserInternal::ShapeHeader::m_screen | 
the screen mode
Referenced by FreeHandParser::readShapeHeader().
| long FreeHandParserInternal::ShapeHeader::m_size | 
a field related to the zone size
Referenced by FreeHandParser::readShape(), FreeHandParser::readShapeHeader(), and FreeHandParser::readTransformGroup().
| int FreeHandParserInternal::ShapeHeader::m_type | 
the zone type
Referenced by FreeHandParser::readBackgroundPicture(), FreeHandParser::readJoinGroup(), FreeHandParser::readPictureZone(), FreeHandParser::readShape(), FreeHandParser::readShapeHeader(), FreeHandParser::readTextboxV1(), FreeHandParser::readTextboxV2(), and FreeHandParser::readTransformGroup().
| int FreeHandParserInternal::ShapeHeader::m_values[4] | 
the unknown values
Referenced by FreeHandParser::readShapeHeader(), and ShapeHeader().