KHTML
#include <FloatRect.h>
Definition at line 59 of file FloatRect.h.
WebCore::FloatRect::FloatRect |
( |
| ) |
|
|
inline |
WebCore::FloatRect::FloatRect |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
width, |
|
|
float |
height |
|
) |
| |
|
inline |
WebCore::FloatRect::FloatRect |
( |
const IntRect & |
r | ) |
|
float WebCore::FloatRect::bottom |
( |
| ) |
const |
|
inline |
bool WebCore::FloatRect::contains |
( |
const FloatRect & |
other | ) |
const |
bool WebCore::FloatRect::contains |
( |
float |
px, |
|
|
float |
py |
|
) |
| const |
|
inline |
float WebCore::FloatRect::height |
( |
| ) |
const |
|
inline |
void WebCore::FloatRect::inflate |
( |
float |
d | ) |
|
|
inline |
void WebCore::FloatRect::inflateX |
( |
float |
dx | ) |
|
|
inline |
void WebCore::FloatRect::inflateY |
( |
float |
dy | ) |
|
|
inline |
void WebCore::FloatRect::intersect |
( |
const FloatRect & |
other | ) |
|
bool WebCore::FloatRect::intersects |
( |
const FloatRect & |
other | ) |
const |
bool WebCore::FloatRect::isEmpty |
( |
| ) |
const |
|
inline |
void WebCore::FloatRect::move |
( |
const FloatSize & |
delta | ) |
|
|
inline |
void WebCore::FloatRect::move |
( |
float |
dx, |
|
|
float |
dy |
|
) |
| |
|
inline |
float WebCore::FloatRect::right |
( |
| ) |
const |
|
inline |
void WebCore::FloatRect::scale |
( |
float |
s | ) |
|
void WebCore::FloatRect::setHeight |
( |
float |
height | ) |
|
|
inline |
void WebCore::FloatRect::setLocation |
( |
const FloatPoint & |
location | ) |
|
|
inline |
void WebCore::FloatRect::setSize |
( |
const FloatSize & |
size | ) |
|
|
inline |
void WebCore::FloatRect::setWidth |
( |
float |
width | ) |
|
|
inline |
void WebCore::FloatRect::setX |
( |
float |
x | ) |
|
|
inline |
void WebCore::FloatRect::setY |
( |
float |
y | ) |
|
|
inline |
void WebCore::FloatRect::unite |
( |
const FloatRect & |
other | ) |
|
float WebCore::FloatRect::width |
( |
| ) |
const |
|
inline |
float WebCore::FloatRect::x |
( |
| ) |
const |
|
inline |
float WebCore::FloatRect::y |
( |
| ) |
const |
|
inline |
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
KDE's Doxygen guidelines are available online.