#include <Bar.hpp>
Inheritance diagram for Bar:
Public Member Functions | |
Bar (void) | |
Default Constructor. | |
Bar (corelinux::Int aX, corelinux::Int aY) | |
Constructor with known coordinates. | |
Bar (BarCref) | |
Copy constructor. | |
virtual | ~Bar (void) |
Destructor. | |
BarRef | operator= (BarCref) |
Assignment operator. | |
bool | operator== (BarCref) |
Equality operator. | |
corelinux::IntCref | getVertical (void) const |
Return the Y coordinate of the point. | |
corelinux::IntCref | getHorizontal (void) const |
Return the X coordinate of the point. | |
void | setVertical (corelinux::Int) |
Sets the Y coordinate. | |
void | setHorizontal (corelinux::Int) |
Sets the X coordinate. |
Bar is an class that specifies a screen coordinate system that is based on that 0,0 (X,Y) is the top left hand corner of the screen. It does not have a minimum or maximum.