KHTML
WebCore::IntSize Class Reference
#include <IntSize.h>
Public Member Functions | |
void | clampNegativeToZero () |
IntSize | expandedTo (const IntSize &other) const |
int | height () const |
IntSize (int width, int height) | |
IntSize () | |
bool | isEmpty () const |
void | setHeight (int height) |
void | setWidth (int width) |
IntSize | shrunkTo (const IntSize &other) const |
int | width () const |
Detailed Description
Definition at line 57 of file IntSize.h.
Constructor & Destructor Documentation
WebCore::IntSize::IntSize | ( | int | width, | |
int | height | |||
) | [inline] |
Member Function Documentation
The documentation for this class was generated from the following file: