|
SDL Window Engine
20200905
|
класс двухмерной размерности Подробнее...
#include <swe_rect.h>
Открытые члены | |
| Size (int sw, int sh) | |
| Size (std::initializer_list< int >) | |
| bool | isEmpty (void) const |
| bool | operator== (const Size &) const |
| bool | operator!= (const Size &) const |
| bool | operator<= (const Size &) const |
| bool | operator>= (const Size &) const |
| Size & | operator+= (const Size &) |
| Size & | operator-= (const Size &) |
| Size | operator+ (const Size &) const |
| Size | operator- (const Size &) const |
| Size | operator* (const Size &) const |
| Size | operator/ (const Size &) const |
| Size | operator* (int) const |
| Size | operator/ (int) const |
| bool | operator< (const Size &) const |
| bool | operator> (const Size &) const |
| Size | swap (void) const |
| std::string | toString (void) const |
Открытые статические члены | |
| static Size | parse (const std::string &, int sep='x') |
Открытые атрибуты | |
| int | w |
| int | h |
класс двухмерной размерности
1.8.14