CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
CFxUIPoint Class Reference

#include <FxUIPoint.h>

Public Member Functions

 CFxUIPoint ()
 
 CFxUIPoint (int xPos, int yPos)
 
 CFxUIPoint (const CFxUIPoint &point)
 
 CFxUIPoint (const FxNativePoint &point)
 
 ~CFxUIPoint ()
 
CFxUIPointoperator= (const CFxUIPoint &point)
 
FxNativePointoperator() () const
 
bool operator== (const CFxUIPoint &other) const
 
bool operator!= (const CFxUIPoint &other) const
 
void setX (int x)
 
void setY (int y)
 
int x () const
 
int y () const
 

Protected Attributes

CFxUIPointImpl * m_pImpl { nullptr }
 

Detailed Description

Definition at line 33 of file FxUIPoint.h.

Constructor & Destructor Documentation

◆ CFxUIPoint() [1/4]

CFxUIPoint::CFxUIPoint ( )

Constructors

◆ CFxUIPoint() [2/4]

CFxUIPoint::CFxUIPoint ( int xPos,
int yPos )

Parameterized Constructor

◆ CFxUIPoint() [3/4]

CFxUIPoint::CFxUIPoint ( const CFxUIPoint & point)

Copy Constructor

◆ CFxUIPoint() [4/4]

CFxUIPoint::CFxUIPoint ( const FxNativePoint & point)

◆ ~CFxUIPoint()

CFxUIPoint::~CFxUIPoint ( )

Destructor

Member Function Documentation

◆ operator!=()

bool CFxUIPoint::operator!= ( const CFxUIPoint & other) const

◆ operator()()

FxNativePoint & CFxUIPoint::operator() ( ) const

◆ operator=()

CFxUIPoint & CFxUIPoint::operator= ( const CFxUIPoint & point)

Assignment 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
x-coordinateas integer

◆ setY()

void CFxUIPoint::setY ( int y)

Sets the y coordinate of this point to the given y coordinate.

Parameters
y-coordinateas integer

◆ 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

Member Data Documentation

◆ m_pImpl

CFxUIPointImpl* CFxUIPoint::m_pImpl { nullptr }
protected

Definition at line 87 of file FxUIPoint.h.


The documentation for this class was generated from the following file: