#include <Coordinate.h>
Public Member Functions | |
Coordinate (int xs, int ys, int xe, int ye) | |
Coordinate () | |
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 |
|
inline |
|
inline |
|
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 libmspub::getFudgedCoordinates(), getWidthIn(), and libmspub::MSPUBParser::parseEscherShape().
int libmspub::Coordinate::m_xs |
Referenced by libmspub::getFudgedCoordinates(), getWidthIn(), getXIn(), and libmspub::MSPUBParser::parseEscherShape().
int libmspub::Coordinate::m_ye |
Referenced by libmspub::getFudgedCoordinates(), getHeightIn(), and libmspub::MSPUBParser::parseEscherShape().
int libmspub::Coordinate::m_ys |
Referenced by libmspub::getFudgedCoordinates(), getHeightIn(), getYIn(), and libmspub::MSPUBParser::parseEscherShape().