FX::FXPoint Class Reference

#include <FXPoint.h>

List of all members.


Detailed Description

Point.

Definition at line 35 of file FXPoint.h.

Public Member Functions

 FXPoint ()
 FXPoint (const FXSize &s)
 FXPoint (const FXPoint &p)
 FXPoint (FXshort xx, FXshort yy)
bool operator! () const
bool operator== (const FXPoint &p) const
bool operator!= (const FXPoint &p) const
FXPointoperator= (const FXPoint &p)
FXPointset (const FXPoint &p)
FXPointset (FXshort xx, FXshort yy)
FXPointoperator+= (const FXPoint &p)
FXPointoperator-= (const FXPoint &p)
FXPointoperator *= (FXshort c)
FXPointoperator/= (FXshort c)
FXPoint operator- ()
FXPoint operator+ (const FXPoint &p) const
FXPoint operator- (const FXPoint &p) const

Public Attributes

FXshort x
FXshort y

Friends

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)
FXAPI FXStreamoperator<< (FXStream &store, const FXPoint &p)
FXAPI FXStreamoperator>> (FXStream &store, FXPoint &p)


The documentation for this class was generated from the following file:
(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:35:33 2009 for TnFOX by doxygen v1.4.7