#include <CDRTypes.h>
Public Member Functions | |
| CDRBox () | |
| CDRBox (double x0, double y0, double x1, double y1) | |
| double | getWidth () const |
| double | getHeight () const |
| double | getMinX () const |
| double | getMinY () const |
Public Attributes | |
| double | m_x |
| double | m_y |
| double | m_w |
| double | m_h |
| libcdr::CDRBox::CDRBox | ( | ) | [inline] |
| libcdr::CDRBox::CDRBox | ( | double | x0, |
| double | y0, | ||
| double | x1, | ||
| double | y1 | ||
| ) | [inline] |
| double libcdr::CDRBox::getHeight | ( | ) | const [inline] |
Referenced by libcdr::CDRContentCollector::collectBBox(), and libcdr::CMXParser::readBeginPage().
| double libcdr::CDRBox::getMinX | ( | ) | const [inline] |
Referenced by libcdr::CDRContentCollector::collectBBox(), and libcdr::CMXParser::readBeginPage().
| double libcdr::CDRBox::getMinY | ( | ) | const [inline] |
Referenced by libcdr::CDRContentCollector::collectBBox(), and libcdr::CMXParser::readBeginPage().
| double libcdr::CDRBox::getWidth | ( | ) | const [inline] |
Referenced by libcdr::CDRContentCollector::collectBBox(), and libcdr::CMXParser::readBeginPage().
| double libcdr::CDRBox::m_h |
Referenced by getHeight(), and libcdr::CMXParser::readCMXHeader().
| double libcdr::CDRBox::m_w |
Referenced by getWidth(), and libcdr::CMXParser::readCMXHeader().
| double libcdr::CDRBox::m_x |
Referenced by getMinX(), and libcdr::CMXParser::readCMXHeader().
| double libcdr::CDRBox::m_y |
Referenced by getMinY(), and libcdr::CMXParser::readCMXHeader().