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
|
inline |
Definition at line 66 of file IntPoint.h.
|
inline |
Definition at line 67 of file IntPoint.h.
Member Function Documentation
|
inline |
Definition at line 75 of file IntPoint.h.
|
inline |
Definition at line 72 of file IntPoint.h.
|
inline |
Definition at line 73 of file IntPoint.h.
|
inline |
Definition at line 69 of file IntPoint.h.
|
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-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
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.