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

#include <FxUISize.h>

Public Member Functions

 CFxUISize ()
 
 CFxUISize (int width, int height)
 
 CFxUISize (const CFxUISize &size)
 
 CFxUISize (const QSize &size)
 
 ~CFxUISize ()
 
CFxUISizeoperator= (const CFxUISize &size)
 
 operator const QSize & () const
 
int width () const
 
void setWidth (int width)
 
int height () const
 
void setHeight (int height)
 

Protected Attributes

CFxUISizeImpl * m_pImpl = nullptr
 

Detailed Description

Definition at line 28 of file FxUISize.h.

Constructor & Destructor Documentation

◆ CFxUISize() [1/4]

CFxUISize::CFxUISize ( )

Constructor

◆ CFxUISize() [2/4]

CFxUISize::CFxUISize ( int width,
int height )

Parameterized Constructor

◆ CFxUISize() [3/4]

CFxUISize::CFxUISize ( const CFxUISize & size)

copy Constructor

◆ CFxUISize() [4/4]

CFxUISize::CFxUISize ( const QSize & size)

◆ ~CFxUISize()

CFxUISize::~CFxUISize ( )

Destructor

Member Function Documentation

◆ height()

int CFxUISize::height ( ) const

Returns the height.

Returns
int

◆ operator const QSize &()

CFxUISize::operator const QSize & ( ) const

◆ operator=()

CFxUISize & CFxUISize::operator= ( const CFxUISize & size)

Assignment operator

◆ setHeight()

void CFxUISize::setHeight ( int height)

Sets the height to the given height.

Parameters
Heightas integer

◆ setWidth()

void CFxUISize::setWidth ( int width)

Sets the width to the given width.

Parameters
widthas integer

◆ width()

int CFxUISize::width ( ) const

Returns the width.

Returns
int

Member Data Documentation

◆ m_pImpl

CFxUISizeImpl* CFxUISize::m_pImpl = nullptr
protected

Definition at line 79 of file FxUISize.h.


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