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
|
inline |
Definition at line 50 of file FloatSize.h.
|
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
Definition at line 64 of file FloatSize.h.
|
inline |
Definition at line 57 of file FloatSize.h.
|
inline |
Definition at line 62 of file FloatSize.h.
Definition at line 39 of file FloatSize.cpp.
|
inline |
Definition at line 60 of file FloatSize.h.
|
inline |
Definition at line 59 of file FloatSize.h.
|
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.