libpagemaker::PMDPolygon Class Reference

#include <geometry.h>

Inheritance diagram for libpagemaker::PMDPolygon:
libpagemaker::PMDLineSet

Public Member Functions

 PMDPolygon (std::vector< PMDShapePoint > points, bool isClosed, const PMDShapePoint &bboxTopLeft, const PMDShapePoint &bboxBotRight, const PMDXForm &xFormContainer, const PMDFillProperties fillProps, const PMDStrokeProperties strokeProps)
 
double getRotation () const override
 
double getSkew () const override
 
PMDShapePoint getXformTopLeft () const override
 
PMDShapePoint getXformBotRight () const override
 
PMDShapePoint getRotatingPoint () const override
 
PMDShapePoint getBboxTopLeft () const override
 
PMDShapePoint getBboxBotRight () const override
 
bool getIsClosed () const override
 
std::vector< PMDShapePointgetPoints () const override
 
uint8_t shapeType () const override
 
PMDFillProperties getFillProperties () const override
 
PMDStrokeProperties getStrokeProperties () const override
 
std::string getText () const override
 
std::vector< PMDCharPropertiesgetCharProperties () const override
 
std::vector< PMDParaPropertiesgetParaProperties () const override
 
librevenge::RVNGBinaryData getBitmap () const override
 
 ~PMDPolygon () override
 
- Public Member Functions inherited from libpagemaker::PMDLineSet
virtual ~PMDLineSet ()
 

Private Attributes

std::vector< PMDShapePointm_points
 
bool m_isClosed
 
PMDShapePoint m_bboxTopLeft
 
PMDShapePoint m_bboxBotRight
 
PMDXForm m_xFormContainer
 
PMDFillProperties m_fillProps
 
PMDStrokeProperties m_strokeProps
 

Constructor & Destructor Documentation

libpagemaker::PMDPolygon::PMDPolygon ( std::vector< PMDShapePoint points,
bool  isClosed,
const PMDShapePoint bboxTopLeft,
const PMDShapePoint bboxBotRight,
const PMDXForm xFormContainer,
const PMDFillProperties  fillProps,
const PMDStrokeProperties  strokeProps 
)
inline
libpagemaker::PMDPolygon::~PMDPolygon ( )
inlineoverride

Member Function Documentation

PMDShapePoint libpagemaker::PMDPolygon::getBboxBotRight ( ) const
inlineoverridevirtual
PMDShapePoint libpagemaker::PMDPolygon::getBboxTopLeft ( ) const
inlineoverridevirtual
librevenge::RVNGBinaryData libpagemaker::PMDPolygon::getBitmap ( ) const
inlineoverridevirtual
std::vector<PMDCharProperties> libpagemaker::PMDPolygon::getCharProperties ( ) const
inlineoverridevirtual
PMDFillProperties libpagemaker::PMDPolygon::getFillProperties ( ) const
inlineoverridevirtual
bool libpagemaker::PMDPolygon::getIsClosed ( ) const
inlineoverridevirtual
std::vector<PMDParaProperties> libpagemaker::PMDPolygon::getParaProperties ( ) const
inlineoverridevirtual
std::vector<PMDShapePoint> libpagemaker::PMDPolygon::getPoints ( ) const
inlineoverridevirtual
PMDShapePoint libpagemaker::PMDPolygon::getRotatingPoint ( ) const
inlineoverridevirtual
double libpagemaker::PMDPolygon::getRotation ( ) const
inlineoverridevirtual
double libpagemaker::PMDPolygon::getSkew ( ) const
inlineoverridevirtual
PMDStrokeProperties libpagemaker::PMDPolygon::getStrokeProperties ( ) const
inlineoverridevirtual
std::string libpagemaker::PMDPolygon::getText ( ) const
inlineoverridevirtual
PMDShapePoint libpagemaker::PMDPolygon::getXformBotRight ( ) const
inlineoverridevirtual
PMDShapePoint libpagemaker::PMDPolygon::getXformTopLeft ( ) const
inlineoverridevirtual
uint8_t libpagemaker::PMDPolygon::shapeType ( ) const
inlineoverridevirtual

Member Data Documentation

PMDShapePoint libpagemaker::PMDPolygon::m_bboxBotRight
private

Referenced by getBboxBotRight().

PMDShapePoint libpagemaker::PMDPolygon::m_bboxTopLeft
private

Referenced by getBboxTopLeft().

PMDFillProperties libpagemaker::PMDPolygon::m_fillProps
private

Referenced by getFillProperties().

bool libpagemaker::PMDPolygon::m_isClosed
private

Referenced by getIsClosed().

std::vector<PMDShapePoint> libpagemaker::PMDPolygon::m_points
private

Referenced by getPoints().

PMDStrokeProperties libpagemaker::PMDPolygon::m_strokeProps
private

Referenced by getStrokeProperties().

PMDXForm libpagemaker::PMDPolygon::m_xFormContainer
private

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

Generated for libpagemaker by doxygen 1.8.6