#include <xypos.h>
Collaboration diagram for XYPosition:
Public Methods | |
XYPosition (XYCoordinate *x, XYCoordinate *y) | |
virtual | ~XYPosition (void) |
virtual void | set (XYCoordinate x, XYCoordinate y) |
virtual void | getX (int *xr, const XYObject *org=0) const |
virtual void | getX (double *xr, const XYObject *org=0) const |
virtual void | getX (XYCoordinate *xr) const |
virtual void | getY (int *yr, const XYObject *org=0) const |
virtual void | getY (double *yr, const XYObject *org=0) const |
virtual void | getY (XYCoordinate *yr) const |
Private Attributes | |
XYCoordinate * | _x |
XYCoordinate * | _y |
|
|
|
|
|
|
|
Definition at line 101 of file xypos.cpp. References _x, XYCoordinate::left, XYCoordinate::pixel, XYCoordinate::right, set(), and XYCoordinate::world. |
|
Definition at line 26 of file xypos.cpp. References _x, XYCoordinate::left, XYCoordinate::pixel, XYCoordinate::right, set(), XYCoordinate::type(), and XYCoordinate::world. Referenced by XYObject::position(). |
|
|
|
Definition at line 261 of file xypos.cpp. References _y, XYCoordinate::bottom, XYCoordinate::pixel, set(), XYCoordinate::top, and XYCoordinate::world. |
|
Definition at line 184 of file xypos.cpp. References _y, XYCoordinate::bottom, XYCoordinate::pixel, set(), XYCoordinate::top, and XYCoordinate::world. Referenced by XYObject::position(). |
|
Definition at line 20 of file xypos.cpp. Referenced by getX(), getY(), and XYObject::position(). |
|
Definition at line 52 of file xypos.h. Referenced by getX(), set(), XYPosition(), and ~XYPosition(). |
|
Definition at line 53 of file xypos.h. Referenced by getY(), set(), XYPosition(), and ~XYPosition(). |