KHTML
WebCore::IntPoint Class Reference
#include <IntPoint.h>
Public Member Functions | |
IntPoint () | |
IntPoint (int x, int y) | |
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
◆ IntPoint() [1/2]
|
inline |
Definition at line 66 of file IntPoint.h.
◆ IntPoint() [2/2]
|
inline |
Definition at line 67 of file IntPoint.h.
Member Function Documentation
◆ move()
|
inline |
Definition at line 75 of file IntPoint.h.
◆ setX()
|
inline |
Definition at line 72 of file IntPoint.h.
◆ setY()
|
inline |
Definition at line 73 of file IntPoint.h.
◆ x()
|
inline |
Definition at line 69 of file IntPoint.h.
◆ y()
|
inline |
Definition at line 70 of file IntPoint.h.
The documentation for this class was generated from the following file:
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
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.