KHTML
#include <IntRect.h>
Definition at line 65 of file IntRect.h.
WebCore::IntRect::IntRect |
( |
| ) |
|
|
inline |
WebCore::IntRect::IntRect |
( |
const IntPoint & |
location, |
|
|
const IntSize & |
size |
|
) |
| |
|
inline |
WebCore::IntRect::IntRect |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
WebCore::IntRect::IntRect |
( |
const FloatRect & |
rect | ) |
|
|
explicit |
int WebCore::IntRect::bottom |
( |
| ) |
const |
|
inline |
IntPoint WebCore::IntRect::bottomLeft |
( |
| ) |
const |
|
inline |
IntPoint WebCore::IntRect::bottomRight |
( |
| ) |
const |
|
inline |
bool WebCore::IntRect::contains |
( |
const IntRect & |
other | ) |
const |
bool WebCore::IntRect::contains |
( |
int |
px, |
|
|
int |
py |
|
) |
| const |
|
inline |
bool WebCore::IntRect::contains |
( |
const IntPoint & |
point | ) |
const |
|
inline |
int WebCore::IntRect::height |
( |
| ) |
const |
|
inline |
void WebCore::IntRect::inflate |
( |
int |
d | ) |
|
|
inline |
void WebCore::IntRect::inflateX |
( |
int |
dx | ) |
|
|
inline |
void WebCore::IntRect::inflateY |
( |
int |
dy | ) |
|
|
inline |
void WebCore::IntRect::intersect |
( |
const IntRect & |
other | ) |
|
bool WebCore::IntRect::intersects |
( |
const IntRect & |
other | ) |
const |
bool WebCore::IntRect::isEmpty |
( |
| ) |
const |
|
inline |
IntPoint WebCore::IntRect::location |
( |
| ) |
const |
|
inline |
void WebCore::IntRect::move |
( |
const IntSize & |
s | ) |
|
|
inline |
void WebCore::IntRect::move |
( |
int |
dx, |
|
|
int |
dy |
|
) |
| |
|
inline |
int WebCore::IntRect::right |
( |
| ) |
const |
|
inline |
void WebCore::IntRect::scale |
( |
float |
s | ) |
|
void WebCore::IntRect::setHeight |
( |
int |
height | ) |
|
|
inline |
void WebCore::IntRect::setLocation |
( |
const IntPoint & |
location | ) |
|
|
inline |
void WebCore::IntRect::setSize |
( |
const IntSize & |
size | ) |
|
|
inline |
void WebCore::IntRect::setWidth |
( |
int |
width | ) |
|
|
inline |
void WebCore::IntRect::setX |
( |
int |
x | ) |
|
|
inline |
void WebCore::IntRect::setY |
( |
int |
y | ) |
|
|
inline |
IntSize WebCore::IntRect::size |
( |
| ) |
const |
|
inline |
IntPoint WebCore::IntRect::topLeft |
( |
| ) |
const |
|
inline |
IntPoint WebCore::IntRect::topRight |
( |
| ) |
const |
|
inline |
void WebCore::IntRect::unite |
( |
const IntRect & |
other | ) |
|
int WebCore::IntRect::width |
( |
| ) |
const |
|
inline |
int WebCore::IntRect::x |
( |
| ) |
const |
|
inline |
int WebCore::IntRect::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.