KHTML
WebCore::IntPoint Class Reference
#include <IntPoint.h>
Public Member Functions | |
| IntPoint (int x, int y) | |
| IntPoint () | |
| void | move (int dx, int dy) |
| void | setX (int x) |
| void | setY (int y) |
| int | x () const |
| int | y () const |
Detailed Description
Definition at line 64 of file IntPoint.h.
Constructor & Destructor Documentation
| WebCore::IntPoint::IntPoint | ( | ) | [inline] |
Definition at line 66 of file IntPoint.h.
| WebCore::IntPoint::IntPoint | ( | int | x, | |
| int | y | |||
| ) | [inline] |
Definition at line 67 of file IntPoint.h.
Member Function Documentation
| void WebCore::IntPoint::move | ( | int | dx, | |
| int | dy | |||
| ) | [inline] |
Definition at line 75 of file IntPoint.h.
| void WebCore::IntPoint::setX | ( | int | x | ) | [inline] |
Definition at line 72 of file IntPoint.h.
| void WebCore::IntPoint::setY | ( | int | y | ) | [inline] |
Definition at line 73 of file IntPoint.h.
| int WebCore::IntPoint::x | ( | ) | const [inline] |
Definition at line 69 of file IntPoint.h.
| int WebCore::IntPoint::y | ( | ) | const [inline] |
Definition at line 70 of file IntPoint.h.
The documentation for this class was generated from the following file:
KDE 4.3 API Reference