Public Member Functions | |
| CBofPoint (int initX, int initY) | |
| CBofPoint (StPoint stPoint) | |
| CBofPoint (const CBofPoint &cPoint) | |
| CBofPoint (const StSize &stSize) | |
| CBofPoint (const Common::Point &pt) | |
| CBofPoint (const POINT &stPoint) | |
| void | setWinPoint (const POINT *pPoint) |
| POINT | GetWinPoint () const |
| void | operator= (const POINT &stPoint) |
| operator const POINT () | |
| void | offset (int xOffset, int yOffset) |
| void | offset (StPoint point) |
| void | offset (StSize size) |
| void | operator= (const StPoint &point) |
| void | operator= (const CBofPoint &point) |
| bool | operator== (StPoint point) const |
| bool | operator!= (StPoint point) const |
| void | operator+= (StSize size) |
| void | operator-= (StSize size) |
| void | operator+= (StPoint point) |
| void | operator-= (StPoint point) |
| CBofPoint | operator+ (StSize size) const |
| CBofPoint | operator+ (StPoint point) const |
| CBofPoint | operator- (StSize size) const |
| CBofPoint | operator- (StPoint point) const |
| CBofPoint | operator- () const |
Public Member Functions inherited from Bagel::CBofObject | |
| virtual void | DeleteObject () |
Additional Inherited Members | |
Static Public Member Functions inherited from Bagel::CBofObject | |
| static bool | isValidObject (const CBofObject *pObject) |
Public Attributes inherited from Bagel::StPoint | |
| int | x |
| int | y |