Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
Point. More...
#include <FXPoint.h>
Public Member Functions | |
FXPoint () | |
Constructors. | |
FXPoint (const FXSize &s) | |
FXPoint (const FXPoint &p) | |
FXPoint (FXshort xx, FXshort yy) | |
FXshort & | operator[] (FXint i) |
Return a non-const reference to the ith element. | |
const FXshort & | operator[] (FXint i) const |
Return a const reference to the ith element. | |
FXPoint & | operator= (const FXPoint &p) |
Assignment. | |
FXPoint & | set (const FXPoint &p) |
Set value from another point. | |
FXPoint & | set (FXshort xx, FXshort yy) |
Set value from components. | |
FXPoint & | operator*= (FXshort c) |
Assignment operators. | |
FXPoint & | operator/= (FXshort c) |
FXPoint & | operator+= (const FXPoint &p) |
FXPoint & | operator-= (const FXPoint &p) |
FXbool | operator! () const |
Test if zero. | |
FXPoint | operator+ () const |
Unary. | |
FXPoint | operator- () |
Public Attributes | |
FXshort | x |
FXshort | y |
Point.
Copyright © 1997-2022 Jeroen van der Zijp |