#include <rect.h>
◆ Rect() [1/3]
◆ Rect() [2/3]
av::Rect::Rect |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
◆ Rect() [3/3]
av::Rect::Rect |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ getHeight()
int av::Rect::getHeight |
( |
| ) |
|
|
inline |
◆ getWidth()
int av::Rect::getWidth |
( |
| ) |
|
|
inline |
◆ getX()
◆ getY()
◆ setHeight()
void av::Rect::setHeight |
( |
int |
h | ) |
|
|
inline |
◆ setWidth()
void av::Rect::setWidth |
( |
int |
w | ) |
|
|
inline |
◆ setX()
void av::Rect::setX |
( |
int |
x | ) |
|
|
inline |
◆ setY()
void av::Rect::setY |
( |
int |
y | ) |
|
|
inline |
The documentation for this class was generated from the following files: