KHTML
#include <IntRect.h>
Definition at line 65 of file IntRect.h.
◆ IntRect() [1/4]
WebCore::IntRect::IntRect |
( |
| ) |
|
|
inline |
◆ IntRect() [2/4]
WebCore::IntRect::IntRect |
( |
const IntPoint & |
location, |
|
|
const IntSize & |
size |
|
) |
| |
|
inline |
◆ IntRect() [3/4]
WebCore::IntRect::IntRect |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
◆ IntRect() [4/4]
WebCore::IntRect::IntRect |
( |
const FloatRect & |
rect | ) |
|
|
explicit |
◆ bottom()
int WebCore::IntRect::bottom |
( |
| ) |
const |
|
inline |
◆ bottomLeft()
IntPoint WebCore::IntRect::bottomLeft |
( |
| ) |
const |
|
inline |
◆ bottomRight()
IntPoint WebCore::IntRect::bottomRight |
( |
| ) |
const |
|
inline |
◆ contains() [1/3]
bool WebCore::IntRect::contains |
( |
const IntPoint & |
point | ) |
const |
|
inline |
◆ contains() [2/3]
bool WebCore::IntRect::contains |
( |
const IntRect & |
other | ) |
const |
◆ contains() [3/3]
bool WebCore::IntRect::contains |
( |
int |
px, |
|
|
int |
py |
|
) |
| const |
|
inline |
◆ height()
int WebCore::IntRect::height |
( |
| ) |
const |
|
inline |
◆ inflate()
void WebCore::IntRect::inflate |
( |
int |
d | ) |
|
|
inline |
◆ inflateX()
void WebCore::IntRect::inflateX |
( |
int |
dx | ) |
|
|
inline |
◆ inflateY()
void WebCore::IntRect::inflateY |
( |
int |
dy | ) |
|
|
inline |
◆ intersect()
void WebCore::IntRect::intersect |
( |
const IntRect & |
other | ) |
|
◆ intersects()
bool WebCore::IntRect::intersects |
( |
const IntRect & |
other | ) |
const |
◆ isEmpty()
bool WebCore::IntRect::isEmpty |
( |
| ) |
const |
|
inline |
◆ location()
IntPoint WebCore::IntRect::location |
( |
| ) |
const |
|
inline |
◆ move() [1/2]
void WebCore::IntRect::move |
( |
const IntSize & |
s | ) |
|
|
inline |
◆ move() [2/2]
void WebCore::IntRect::move |
( |
int |
dx, |
|
|
int |
dy |
|
) |
| |
|
inline |
◆ right()
int WebCore::IntRect::right |
( |
| ) |
const |
|
inline |
◆ scale()
void WebCore::IntRect::scale |
( |
float |
s | ) |
|
◆ setHeight()
void WebCore::IntRect::setHeight |
( |
int |
height | ) |
|
|
inline |
◆ setLocation()
void WebCore::IntRect::setLocation |
( |
const IntPoint & |
location | ) |
|
|
inline |
◆ setSize()
void WebCore::IntRect::setSize |
( |
const IntSize & |
size | ) |
|
|
inline |
◆ setWidth()
void WebCore::IntRect::setWidth |
( |
int |
width | ) |
|
|
inline |
◆ setX()
void WebCore::IntRect::setX |
( |
int |
x | ) |
|
|
inline |
◆ setY()
void WebCore::IntRect::setY |
( |
int |
y | ) |
|
|
inline |
◆ size()
IntSize WebCore::IntRect::size |
( |
| ) |
const |
|
inline |
◆ topLeft()
IntPoint WebCore::IntRect::topLeft |
( |
| ) |
const |
|
inline |
◆ topRight()
IntPoint WebCore::IntRect::topRight |
( |
| ) |
const |
|
inline |
◆ unite()
void WebCore::IntRect::unite |
( |
const IntRect & |
other | ) |
|
◆ width()
int WebCore::IntRect::width |
( |
| ) |
const |
|
inline |
◆ x()
int WebCore::IntRect::x |
( |
| ) |
const |
|
inline |
◆ y()
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.