#include <geometry.h>
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) | |
| virtual double | getRotation () const |
| virtual double | getSkew () const |
| virtual PMDShapePoint | getXformTopLeft () const |
| virtual PMDShapePoint | getXformBotRight () const |
| virtual PMDShapePoint | getRotatingPoint () const |
| virtual PMDShapePoint | getBboxTopLeft () const |
| virtual PMDShapePoint | getBboxBotRight () const |
| virtual bool | getIsClosed () const |
| virtual std::vector < PMDShapePoint > | getPoints () const |
| virtual uint8_t | shapeType () const |
| virtual PMDFillProperties | getFillProperties () const |
| virtual PMDStrokeProperties | getStrokeProperties () const |
| virtual std::string | getText () const |
| virtual std::vector < PMDCharProperties > | getCharProperties () const |
| virtual std::vector < PMDParaProperties > | getParaProperties () const |
| virtual librevenge::RVNGBinaryData | getBitmap () const |
| virtual | ~PMDTextBox () |
Private Attributes | |
| PMDShapePoint | m_bboxTopLeft |
| PMDShapePoint | m_bboxBotRight |
| PMDXForm | m_xFormContainer |
| std::string | m_text |
| std::vector< PMDCharProperties > | m_charProps |
| std::vector< PMDParaProperties > | m_paraProps |
| 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] |
| virtual libpagemaker::PMDTextBox::~PMDTextBox | ( | ) | [inline, virtual] |
| virtual PMDShapePoint libpagemaker::PMDTextBox::getBboxBotRight | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual PMDShapePoint libpagemaker::PMDTextBox::getBboxTopLeft | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual librevenge::RVNGBinaryData libpagemaker::PMDTextBox::getBitmap | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual std::vector<PMDCharProperties> libpagemaker::PMDTextBox::getCharProperties | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual PMDFillProperties libpagemaker::PMDTextBox::getFillProperties | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual bool libpagemaker::PMDTextBox::getIsClosed | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual std::vector<PMDParaProperties> libpagemaker::PMDTextBox::getParaProperties | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual std::vector<PMDShapePoint> libpagemaker::PMDTextBox::getPoints | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual PMDShapePoint libpagemaker::PMDTextBox::getRotatingPoint | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual double libpagemaker::PMDTextBox::getRotation | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual double libpagemaker::PMDTextBox::getSkew | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual PMDStrokeProperties libpagemaker::PMDTextBox::getStrokeProperties | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual std::string libpagemaker::PMDTextBox::getText | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual PMDShapePoint libpagemaker::PMDTextBox::getXformBotRight | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual PMDShapePoint libpagemaker::PMDTextBox::getXformTopLeft | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
| virtual uint8_t libpagemaker::PMDTextBox::shapeType | ( | ) | const [inline, virtual] |
Implements libpagemaker::PMDLineSet.
Referenced by getBboxBotRight().
Referenced by getBboxTopLeft(), and getPoints().
std::vector<PMDCharProperties> libpagemaker::PMDTextBox::m_charProps [private] |
Referenced by getCharProperties().
std::vector<PMDParaProperties> libpagemaker::PMDTextBox::m_paraProps [private] |
Referenced by getParaProperties().
std::string libpagemaker::PMDTextBox::m_text [private] |
Referenced by getText().
Referenced by getRotatingPoint(), getRotation(), getSkew(), getXformBotRight(), and getXformTopLeft().