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