PowerPoint3ParserInternal::Polygon Struct Reference

Internal: a polygon of a PowerPoint3Parser. More...

Public Member Functions

 Polygon ()
 constructor More...
 
bool updateShape (MWAWBox2f const &finalBox, MWAWGraphicShape &shape) const
 update the shape More...
 

Public Attributes

int m_type
 the polygon type More...
 
MWAWBox2i m_box
 the bdbox More...
 
std::vector< MWAWVec2fm_vertices
 the list of points More...
 

Detailed Description

Internal: a polygon of a PowerPoint3Parser.

Constructor & Destructor Documentation

◆ Polygon()

PowerPoint3ParserInternal::Polygon::Polygon ( )
inline

constructor

Member Function Documentation

◆ updateShape()

bool PowerPoint3ParserInternal::Polygon::updateShape ( MWAWBox2f const &  finalBox,
MWAWGraphicShape shape 
) const

update the shape

Member Data Documentation

◆ m_box

MWAWBox2i PowerPoint3ParserInternal::Polygon::m_box

the bdbox

◆ m_type

int PowerPoint3ParserInternal::Polygon::m_type

the polygon type

Referenced by updateShape().

◆ m_vertices

std::vector<MWAWVec2f> PowerPoint3ParserInternal::Polygon::m_vertices

the list of points

Referenced by updateShape().


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

Generated for libmwaw by doxygen 1.8.14