Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXSize.h>
Public Member Functions | |
FXSize () | |
FXSize (const FXSize &s) | |
FXSize (FXshort ww, FXshort hh) | |
FXSize & | operator= (const FXSize &s) |
FXSize & | operator+= (const FXSize &s) |
FXSize & | operator-= (const FXSize &s) |
FXSize & | operator *= (FXshort c) |
FXSize & | operator/= (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) |
FXStream & | operator<< (FXStream &store, const FXSize &s) |
FXStream & | operator>> (FXStream &store, FXSize &s) |
|
Constructors.
|
|
Assignment.
|
|
Assignment operators.
|
|
Negation.
|
|
Equality.
|
|
Other operators.
|
|
Save object to a stream.
|
|
Load object from a stream.
|
Copyright © 1997-2005 Jeroen van der Zijp |