![]() |
Humble Framework for SkyOS |
#include <HGUI.h>
Inheritance diagram for HPoint:

Definition at line 152 of file HGUI.h.
Public Member Functions | |
| HPoint (int32 nX, int32 nY) | |
| void | Offset (int32 nXDelta, int32 nYDelta) |
| moves the point by a given delta | |
| virtual StringPtr | ToString (void) const |
| Returns the variable's value as a human-readble string. | |
| void | Set (int32 nX, int32 nY) |
| Sets the point to a caller-supplied value. | |
| void | SetEmpty (void) |
| Sets the point to zero. | |
| bool | IsZero (void) const |
| Evaluates to true if the point is non-zero. | |
| bool | operator== (const HPoint &rhs) const |
| bool | operator!= (const HPoint &rhs) const |
| HPoint & | operator+= (const HPoint &rhs) |
| HPoint & | operator-= (const HPoint &rhs) |
| HPoint & | operator+= (const int32 nDelta) |
| HPoint & | operator-= (const int32 nDelta) |
Data Fields | |
| int32 | x |
| X coordinate. | |
| int32 | y |
| Y coordinate. | |
|
||||||||||||
|
Adjusts the location of a point by a caller-supplied delta.
|
|
|
|
|
||||||||||||
|
|
|
|
|
2006.01.09-16:37