Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXPoint.h>
Public Member Functions | |
FXPoint () | |
FXPoint (const FXSize &s) | |
FXPoint (const FXPoint &p) | |
FXPoint (FXshort xx, FXshort yy) | |
FXPoint & | operator= (const FXPoint &p) |
FXPoint & | operator= (const FXSize &s) |
FXPoint & | operator+= (const FXPoint &p) |
FXPoint & | operator+= (const FXSize &s) |
FXPoint & | operator-= (const FXPoint &p) |
FXPoint & | operator-= (const FXSize &s) |
FXPoint & | operator *= (FXshort c) |
FXPoint & | operator/= (FXshort c) |
FXPoint | operator- () |
Public Attributes | |
FXshort | x |
FXshort | y |
Friends | |
FXbool | operator== (const FXPoint &p, const FXPoint &q) |
FXbool | operator!= (const FXPoint &p, const FXPoint &q) |
FXPoint | operator+ (const FXPoint &p, const FXPoint &q) |
FXPoint | operator+ (const FXPoint &p, const FXSize &s) |
FXPoint | operator+ (const FXSize &s, const FXPoint &p) |
FXPoint | operator- (const FXPoint &p, const FXPoint &q) |
FXPoint | operator- (const FXPoint &p, const FXSize &s) |
FXPoint | operator- (const FXSize &s, const FXPoint &p) |
FXPoint | operator * (const FXPoint &p, FXshort c) |
FXPoint | operator * (FXshort c, const FXPoint &p) |
FXPoint | operator/ (const FXPoint &p, FXshort c) |
FXPoint | operator/ (FXshort c, const FXPoint &p) |
FXStream & | operator<< (FXStream &store, const FXPoint &p) |
FXStream & | operator>> (FXStream &store, FXPoint &p) |
|
Constructors.
|
|
Assignment.
|
|
Assignment operators.
|
|
Negation.
|
|
Equality.
|
|
Other operators.
|
|
Save object to a stream.
|
|
Load object from a stream.
|
Copyright © 1997-2005 Jeroen van der Zijp |