KHTML
WebCore::IntSize Class Reference
#include <IntSize.h>
Public Member Functions | |
| IntSize () | |
| IntSize (int width, int height) | |
| void | clampNegativeToZero () |
| IntSize | expandedTo (const IntSize &other) const |
| int | height () const |
| bool | isEmpty () const |
| void | setHeight (int height) |
| void | setWidth (int width) |
| IntSize | shrunkTo (const IntSize &other) const |
| int | width () const |
Detailed Description
Constructor & Destructor Documentation
| WebCore::IntSize::IntSize | ( | ) | [inline] |
| WebCore::IntSize::IntSize | ( | int | width, |
| int | height | ||
| ) | [inline] |
Member Function Documentation
| void WebCore::IntSize::clampNegativeToZero | ( | ) | [inline] |
| IntSize WebCore::IntSize::expandedTo | ( | const IntSize & | other | ) | const [inline] |
| int WebCore::IntSize::height | ( | ) | const [inline] |
| bool WebCore::IntSize::isEmpty | ( | ) | const [inline] |
| void WebCore::IntSize::setHeight | ( | int | height | ) | [inline] |
| void WebCore::IntSize::setWidth | ( | int | width | ) | [inline] |
| IntSize WebCore::IntSize::shrunkTo | ( | const IntSize & | other | ) | const [inline] |
| int WebCore::IntSize::width | ( | ) | const [inline] |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:54:09 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:54:09 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.