![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXSize.h>
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 FXStream & | operator<< (FXStream &store, const FXSize &s) |
Save object to a stream. | |
FXAPI FXStream & | operator>> (FXStream &store, FXSize &s) |
Load object from a stream. |