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

FXSize Class Reference

Size.

#include <FXSize.h>

List of all members.

Public Methods

 FXSize ()
 Constructors.

 FXSize (const FXSize &s)
 FXSize (FXshort ww, FXshort hh)
FXSize & operator= (const FXSize &s)
 Assignment.

FXSize & operator+= (const FXSize &s)
 Assignment operators.

FXSize & operator-= (const FXSize &s)
FXSize & operator *= (FXshort c)
FXSize & operator/= (FXshort c)

Public Attributes

FXshort w
FXshort h
FXSize operator- ()
 Negation.


Friends

FXAPI FXbool operator== (const FXSize &s, const FXSize &t)
 Equality.

FXAPI FXbool operator!= (const FXSize &s, const FXSize &t)
FXAPI FXSize operator+ (const FXSize &s, const FXSize &t)
 Other operators.

FXAPI FXSize operator- (const FXSize &s, const FXSize &t)
FXAPI FXSize operator * (const FXSize &s, FXshort c)
FXAPI FXSize operator * (FXshort c, const FXSize &s)
FXAPI FXSize operator/ (const FXSize &s, FXshort c)
FXAPI FXSize operator/ (FXshort c, const FXSize &s)
FXAPI FXStreamoperator<< (FXStream &store, const FXSize &s)
 Save object to a stream.

FXAPI FXStreamoperator>> (FXStream &store, FXSize &s)
 Load object from a stream.