Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXPoint Class Reference

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.
 
FXPointoperator= (const FXPoint &p)
 Assignment.
 
FXPointset (const FXPoint &p)
 Set value from another point.
 
FXPointset (FXshort xx, FXshort yy)
 Set value from components.
 
FXPointoperator*= (FXshort c)
 Assignment operators.
 
FXPointoperator/= (FXshort c)
 
FXPointoperator+= (const FXPoint &p)
 
FXPointoperator-= (const FXPoint &p)
 
FXbool operator! () const
 Test if zero.
 
FXPoint operator+ () const
 Unary.
 
FXPoint operator- ()
 

Public Attributes

FXshort x
 
FXshort y
 

Detailed Description

Point.


The documentation for this class was generated from the following file:

Copyright © 1997-2022 Jeroen van der Zijp