SpringBoardParserInternal::Shape Struct Reference

Internal: a structure used to store the shape data in SpringBoardParserInternal. More...

Classes

struct  Paragraph
 a paragraph contained in a SpringBoardParserInternal::Shape More...
 

Public Member Functions

 Shape ()
 constructor More...
 

Public Attributes

int m_type
 the shape type: 0: layout, 1: text, 2: graphic More...
 
std::vector< Paragraphm_paragraphs
 the list of paragraph More...
 
MWAWEntry m_pictEntry
 the picture entry: graphic only More...
 

Detailed Description

Internal: a structure used to store the shape data in SpringBoardParserInternal.

Constructor & Destructor Documentation

SpringBoardParserInternal::Shape::Shape ( )
inline

constructor

Member Data Documentation

std::vector<Paragraph> SpringBoardParserInternal::Shape::m_paragraphs
MWAWEntry SpringBoardParserInternal::Shape::m_pictEntry

the picture entry: graphic only

Referenced by SpringBoardParser::parseShape(), and SpringBoardParser::sendFrame().

int SpringBoardParserInternal::Shape::m_type

the shape type: 0: layout, 1: text, 2: graphic

Referenced by SpringBoardParser::parseShape(), and SpringBoardParser::sendFrame().


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

Generated on Thu May 30 2024 13:09:18 for libmwaw by doxygen 1.8.10