KHTML
WebCore::FloatSize Class Reference
#include <FloatSize.h>
Public Member Functions | |
| FloatSize () | |
| FloatSize (float width, float height) | |
| FloatSize (const IntSize &) | |
| FloatSize | expandedTo (const FloatSize &other) const |
| float | height () const |
| bool | isEmpty () const |
| void | setHeight (float height) |
| void | setWidth (float width) |
| float | width () const |
Static Public Member Functions | |
| static FloatSize | narrowPrecision (double width, double height) |
Detailed Description
Definition at line 48 of file FloatSize.h.
Constructor & Destructor Documentation
| WebCore::FloatSize::FloatSize | ( | ) | [inline] |
Definition at line 50 of file FloatSize.h.
| WebCore::FloatSize::FloatSize | ( | float | width, |
| float | height | ||
| ) | [inline] |
Definition at line 51 of file FloatSize.h.
| WebCore::FloatSize::FloatSize | ( | const IntSize & | size | ) |
Definition at line 35 of file FloatSize.cpp.
Member Function Documentation
| FloatSize WebCore::FloatSize::expandedTo | ( | const FloatSize & | other | ) | const [inline] |
Definition at line 64 of file FloatSize.h.
| float WebCore::FloatSize::height | ( | ) | const [inline] |
Definition at line 57 of file FloatSize.h.
| bool WebCore::FloatSize::isEmpty | ( | ) | const [inline] |
Definition at line 62 of file FloatSize.h.
| FloatSize WebCore::FloatSize::narrowPrecision | ( | double | width, |
| double | height | ||
| ) | [static] |
Definition at line 39 of file FloatSize.cpp.
| void WebCore::FloatSize::setHeight | ( | float | height | ) | [inline] |
Definition at line 60 of file FloatSize.h.
| void WebCore::FloatSize::setWidth | ( | float | width | ) | [inline] |
Definition at line 59 of file FloatSize.h.
| float WebCore::FloatSize::width | ( | ) | const [inline] |
Definition at line 56 of file FloatSize.h.
The documentation for this class was generated from the following files:
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.