#include <FxUIRect.h>
Definition at line 28 of file FxUIRect.h.
◆ CFxUIRect() [1/4]
◆ CFxUIRect() [2/4]
| CFxUIRect::CFxUIRect |
( |
int | x, |
|
|
int | y, |
|
|
int | width, |
|
|
int | height ) |
Parameterized Constructor
◆ CFxUIRect() [3/4]
| CFxUIRect::CFxUIRect |
( |
const CFxUIRect & | rect | ) |
|
◆ CFxUIRect() [4/4]
| CFxUIRect::CFxUIRect |
( |
const QRect & | rect | ) |
|
◆ ~CFxUIRect()
| CFxUIRect::~CFxUIRect |
( |
| ) |
|
◆ height()
| int CFxUIRect::height |
( |
| ) |
const |
Returns the height of the rectangle.
- Returns
- height as integer
◆ operator const QRect &()
| CFxUIRect::operator const QRect & |
( |
| ) |
const |
◆ operator=()
◆ width()
| int CFxUIRect::width |
( |
| ) |
const |
Returns the width of the rectangle.
- Returns
- width as integer
◆ x()
| int CFxUIRect::x |
( |
| ) |
const |
Returns the x-coordinate of the rectangle's left edge.
- Returns
- x-coordinate as integer
◆ y()
| int CFxUIRect::y |
( |
| ) |
const |
Returns the y-coordinate of the rectangle's top edge.
- Returns
- y-coordinate as integer
◆ m_pImpl
| CFxUIRectImpl* CFxUIRect::m_pImpl = nullptr |
|
protected |
The documentation for this class was generated from the following file: