libpagemaker::PMDTextBox Class Reference

#include <geometry.h>

Inheritance diagram for libpagemaker::PMDTextBox:
libpagemaker::PMDLineSet

Public Member Functions

 PMDTextBox (const PMDShapePoint &bboxTopLeft, const PMDShapePoint &bboxBotRight, const PMDXForm &xFormContainer, const std::string text, const std::vector< PMDCharProperties > charProps, const std::vector< PMDParaProperties > paraProps)
 
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
 
 ~PMDTextBox () override
 
- Public Member Functions inherited from libpagemaker::PMDLineSet
virtual ~PMDLineSet ()
 

Private Attributes

PMDShapePoint m_bboxTopLeft
 
PMDShapePoint m_bboxBotRight
 
PMDXForm m_xFormContainer
 
std::string m_text
 
std::vector< PMDCharPropertiesm_charProps
 
std::vector< PMDParaPropertiesm_paraProps
 

Constructor & Destructor Documentation

◆ PMDTextBox()

libpagemaker::PMDTextBox::PMDTextBox ( const PMDShapePoint bboxTopLeft,
const PMDShapePoint bboxBotRight,
const PMDXForm xFormContainer,
const std::string  text,
const std::vector< PMDCharProperties charProps,
const std::vector< PMDParaProperties paraProps 
)
inline

◆ ~PMDTextBox()

libpagemaker::PMDTextBox::~PMDTextBox ( )
inlineoverride

Member Function Documentation

◆ getBboxBotRight()

PMDShapePoint libpagemaker::PMDTextBox::getBboxBotRight ( ) const
inlineoverridevirtual

◆ getBboxTopLeft()

PMDShapePoint libpagemaker::PMDTextBox::getBboxTopLeft ( ) const
inlineoverridevirtual

◆ getBitmap()

librevenge::RVNGBinaryData libpagemaker::PMDTextBox::getBitmap ( ) const
inlineoverridevirtual

◆ getCharProperties()

std::vector<PMDCharProperties> libpagemaker::PMDTextBox::getCharProperties ( ) const
inlineoverridevirtual

◆ getFillProperties()

PMDFillProperties libpagemaker::PMDTextBox::getFillProperties ( ) const
inlineoverridevirtual

◆ getIsClosed()

bool libpagemaker::PMDTextBox::getIsClosed ( ) const
inlineoverridevirtual

◆ getParaProperties()

std::vector<PMDParaProperties> libpagemaker::PMDTextBox::getParaProperties ( ) const
inlineoverridevirtual

◆ getPoints()

std::vector<PMDShapePoint> libpagemaker::PMDTextBox::getPoints ( ) const
inlineoverridevirtual

◆ getRotatingPoint()

PMDShapePoint libpagemaker::PMDTextBox::getRotatingPoint ( ) const
inlineoverridevirtual

◆ getRotation()

double libpagemaker::PMDTextBox::getRotation ( ) const
inlineoverridevirtual

◆ getSkew()

double libpagemaker::PMDTextBox::getSkew ( ) const
inlineoverridevirtual

◆ getStrokeProperties()

PMDStrokeProperties libpagemaker::PMDTextBox::getStrokeProperties ( ) const
inlineoverridevirtual

◆ getText()

std::string libpagemaker::PMDTextBox::getText ( ) const
inlineoverridevirtual

◆ getXformBotRight()

PMDShapePoint libpagemaker::PMDTextBox::getXformBotRight ( ) const
inlineoverridevirtual

◆ getXformTopLeft()

PMDShapePoint libpagemaker::PMDTextBox::getXformTopLeft ( ) const
inlineoverridevirtual

◆ shapeType()

uint8_t libpagemaker::PMDTextBox::shapeType ( ) const
inlineoverridevirtual

Member Data Documentation

◆ m_bboxBotRight

PMDShapePoint libpagemaker::PMDTextBox::m_bboxBotRight
private

Referenced by getBboxBotRight().

◆ m_bboxTopLeft

PMDShapePoint libpagemaker::PMDTextBox::m_bboxTopLeft
private

Referenced by getBboxTopLeft(), and getPoints().

◆ m_charProps

std::vector<PMDCharProperties> libpagemaker::PMDTextBox::m_charProps
private

Referenced by getCharProperties().

◆ m_paraProps

std::vector<PMDParaProperties> libpagemaker::PMDTextBox::m_paraProps
private

Referenced by getParaProperties().

◆ m_text

std::string libpagemaker::PMDTextBox::m_text
private

Referenced by getText().

◆ m_xFormContainer

PMDXForm libpagemaker::PMDTextBox::m_xFormContainer
private

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

Generated for libpagemaker by doxygen 1.8.16