#include <FxUIPoint.h>
|
| CFxUIPointImpl * | m_pImpl { nullptr } |
| |
Definition at line 33 of file FxUIPoint.h.
◆ CFxUIPoint() [1/4]
| CFxUIPoint::CFxUIPoint |
( |
| ) |
|
◆ CFxUIPoint() [2/4]
| CFxUIPoint::CFxUIPoint |
( |
int | xPos, |
|
|
int | yPos ) |
Parameterized Constructor
◆ CFxUIPoint() [3/4]
| CFxUIPoint::CFxUIPoint |
( |
const CFxUIPoint & | point | ) |
|
◆ CFxUIPoint() [4/4]
◆ ~CFxUIPoint()
| CFxUIPoint::~CFxUIPoint |
( |
| ) |
|
◆ operator!=()
| bool CFxUIPoint::operator!= |
( |
const CFxUIPoint & | other | ) |
const |
◆ operator()()
◆ operator=()
◆ operator==()
| bool CFxUIPoint::operator== |
( |
const CFxUIPoint & | other | ) |
const |
◆ setX()
| void CFxUIPoint::setX |
( |
int | x | ) |
|
Sets the x coordinate of this point to the given x coordinate.
- Parameters
-
◆ setY()
| void CFxUIPoint::setY |
( |
int | y | ) |
|
Sets the y coordinate of this point to the given y coordinate.
- Parameters
-
◆ x()
| int CFxUIPoint::x |
( |
| ) |
const |
Returns the x coordinate of this point.
- Returns
- int
◆ y()
| int CFxUIPoint::y |
( |
| ) |
const |
Returns the y coordinate of this point.
- Returns
- int
◆ m_pImpl
| CFxUIPointImpl* CFxUIPoint::m_pImpl { nullptr } |
|
protected |
The documentation for this class was generated from the following file: