#include <Coordinate.h>
Public Member Functions | |
| Coordinate (int xs, int ys, int xe, int ye) | |
| Coordinate () | |
| void | arrange () |
| double | getXIn (double pageWidth) const |
| double | getYIn (double pageHeight) const |
| double | getWidthIn () const |
| double | getHeightIn () const |
Public Attributes | |
| int | m_xs |
| int | m_ys |
| int | m_xe |
| int | m_ye |
| libmspub::Coordinate::Coordinate | ( | int | xs, |
| int | ys, | ||
| int | xe, | ||
| int | ye | ||
| ) |
|
inline |
| void libmspub::Coordinate::arrange | ( | ) |
Referenced by Coordinate(), and libmspub::MSPUBParser::parseEscherShape().
|
inline |
|
inline |
|
inline |
Referenced by libmspub::MSPUBCollector::paintShape(), and libmspub::MSPUBCollector::setRectCoordProps().
|
inline |
Referenced by libmspub::MSPUBCollector::paintShape(), and libmspub::MSPUBCollector::setRectCoordProps().
| int libmspub::Coordinate::m_xe |
Referenced by arrange(), libmspub::getFudgedCoordinates(), and libmspub::MSPUBParser::parseEscherShape().
| int libmspub::Coordinate::m_xs |
Referenced by arrange(), libmspub::getFudgedCoordinates(), and libmspub::MSPUBParser::parseEscherShape().
| int libmspub::Coordinate::m_ye |
Referenced by arrange(), libmspub::getFudgedCoordinates(), and libmspub::MSPUBParser::parseEscherShape().
| int libmspub::Coordinate::m_ys |
Referenced by arrange(), libmspub::getFudgedCoordinates(), and libmspub::MSPUBParser::parseEscherShape().