#include <gfxPoint.h>
Public Member Functions | |
| gfxSize () | |
| gfxSize (gfxFloat _width, gfxFloat _height) | |
| gfxSize (const gfxIntSize &size) | |
| void | SizeTo (gfxFloat _width, gfxFloat _height) |
| int | operator== (const gfxSize &s) const |
| int | operator!= (const gfxSize &s) const |
| gfxSize | operator+ (const gfxSize &s) const |
| gfxSize | operator- () const |
| gfxSize | operator- (const gfxSize &s) const |
| gfxSize | operator* (const gfxFloat v) const |
| gfxSize | operator/ (const gfxFloat v) const |
Public Attributes | |
| gfxFloat | width |
| gfxFloat | height |
| gfxSize::gfxSize | ( | ) | [inline] |
| gfxSize::gfxSize | ( | const gfxIntSize & | size | ) | [inline] |
| int gfxSize::operator!= | ( | const gfxSize & | s | ) | const [inline] |
| gfxSize gfxSize::operator- | ( | ) | const [inline] |
| int gfxSize::operator== | ( | const gfxSize & | s | ) | const [inline] |
1.7.1