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

FX::FXSize Class Reference

Size. More...

#include <FXSize.h>

List of all members.

Public Member Functions

 FXSize ()
 FXSize (const FXSize &s)
 FXSize (FXshort ww, FXshort hh)
FXSizeoperator= (const FXSize &s)
FXSizeoperator+= (const FXSize &s)
FXSizeoperator-= (const FXSize &s)
FXSizeoperator *= (FXshort c)
FXSizeoperator/= (FXshort c)
FXSize operator- ()

Public Attributes

FXshort w
FXshort h

Friends

FXbool operator== (const FXSize &s, const FXSize &t)
FXbool operator!= (const FXSize &s, const FXSize &t)
FXSize operator+ (const FXSize &s, const FXSize &t)
FXSize operator- (const FXSize &s, const FXSize &t)
FXSize operator * (const FXSize &s, FXshort c)
FXSize operator * (FXshort c, const FXSize &s)
FXSize operator/ (const FXSize &s, FXshort c)
FXSize operator/ (FXshort c, const FXSize &s)
FXStreamoperator<< (FXStream &store, const FXSize &s)
FXStreamoperator>> (FXStream &store, FXSize &s)


Detailed Description

Size.


Constructor & Destructor Documentation

FX::FXSize::FXSize  )  [inline]
 

Constructors.


Member Function Documentation

FXSize& FX::FXSize::operator= const FXSize s  )  [inline]
 

Assignment.

FXSize& FX::FXSize::operator+= const FXSize s  )  [inline]
 

Assignment operators.

FXSize FX::FXSize::operator-  )  [inline]
 

Negation.


Friends And Related Function Documentation

FXbool operator== const FXSize s,
const FXSize t
[friend]
 

Equality.

FXSize operator+ const FXSize s,
const FXSize t
[friend]
 

Other operators.

FXStream& operator<< FXStream store,
const FXSize s
[friend]
 

Save object to a stream.

FXStream& operator>> FXStream store,
FXSize s
[friend]
 

Load object from a stream.

Copyright © 1997-2004 Jeroen van der Zijp