44 bool empty()
const {
return w<=0 || h<=0; }
FXMat3d operator/(const FXMat3d &a, FXdouble x)
FXStream & operator>>(FXStream &store, FXDate &d)
bool operator==(const FXSize &s) const
Equality.
Definition: FXSize.h:50
short FXshort
Definition: fxdefs.h:395
FXSize & operator-=(const FXSize &s)
Definition: FXSize.h:74
Size.
Definition: FXSize.h:32
#define FXAPI
Definition: fxdefs.h:122
FXSize & operator*=(FXshort c)
Definition: FXSize.h:75
FXshort h
Definition: FXSize.h:35
FXSize & set(const FXSize &s)
Set value from another size.
Definition: FXSize.h:67
FXSize & operator+=(const FXSize &s)
Assignment operators.
Definition: FXSize.h:73
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
bool empty() const
Test if empty.
Definition: FXSize.h:44
FXSize & set(FXshort ww, FXshort hh)
Set value from components.
Definition: FXSize.h:70
FXSize()
Constructors.
Definition: FXSize.h:39
FXSize operator+(const FXSize &s) const
Addition operators.
Definition: FXSize.h:82
FXSize operator-()
Negation.
Definition: FXSize.h:79
FXSize & operator/=(FXshort c)
Definition: FXSize.h:76
FXSize(FXshort ww, FXshort hh)
Definition: FXSize.h:41
bool operator!=(const FXSize &s) const
Definition: FXSize.h:51
bool operator!() const
Test if zero.
Definition: FXSize.h:47
FXSize & operator=(const FXSize &s)
Assignment.
Definition: FXSize.h:64
FXStream & operator<<(FXStream &store, const FXDate &d)
FXSize(const FXSize &s)
Definition: FXSize.h:40
FXSize operator-(const FXSize &s) const
Definition: FXSize.h:83
FXshort w
Definition: FXSize.h:34
FXMat3d operator*(FXdouble x, const FXMat3d &a)