WebCore::IntRect Class Reference
#include <IntRect.h>
List of all members.
Detailed Description
Definition at line 65 of file IntRect.h.
Constructor & Destructor Documentation
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] |
Member Function Documentation
int WebCore::IntRect::bottom |
( |
|
) |
const [inline] |
IntPoint WebCore::IntRect::bottomLeft |
( |
|
) |
const [inline] |
IntPoint WebCore::IntRect::bottomRight |
( |
|
) |
const [inline] |
bool WebCore::IntRect::contains |
( |
const IntPoint & |
point |
) |
const [inline] |
bool WebCore::IntRect::contains |
( |
int |
px, |
|
|
int |
py | |
|
) |
| | const [inline] |
bool WebCore::IntRect::contains |
( |
const IntRect & |
other |
) |
const |
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 |
( |
int |
dx, |
|
|
int |
dy | |
|
) |
| | [inline] |
void WebCore::IntRect::move |
( |
const IntSize & |
s |
) |
[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: