KHTML
khtml::FloatSize Class Reference
#include <FloatSize.h>
Public Member Functions | |
| FloatSize () | |
| FloatSize (const IntSize &) | |
| FloatSize (float width, float height) | |
| 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
◆ FloatSize() [1/3]
|
inline |
Definition at line 50 of file FloatSize.h.
◆ FloatSize() [2/3]
|
inline |
Definition at line 51 of file FloatSize.h.
◆ FloatSize() [3/3]
| WebCore::FloatSize::FloatSize | ( | const IntSize & | size | ) |
Definition at line 35 of file FloatSize.cpp.
Member Function Documentation
◆ expandedTo()
|
inline |
Definition at line 64 of file FloatSize.h.
◆ height()
|
inline |
Definition at line 57 of file FloatSize.h.
◆ isEmpty()
|
inline |
Definition at line 62 of file FloatSize.h.
◆ narrowPrecision()
|
static |
Definition at line 39 of file FloatSize.cpp.
◆ setHeight()
|
inline |
Definition at line 60 of file FloatSize.h.
◆ setWidth()
|
inline |
Definition at line 59 of file FloatSize.h.
◆ width()
|
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-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.