SDL Window Engine  20200905
Открытые члены | Открытые статические члены | Открытые атрибуты | Полный список членов класса
Структура SWE::Size

класс двухмерной размерности Подробнее...

#include <swe_rect.h>

Граф наследования:SWE::Size:
SWE::Rect

Открытые члены

 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
 
Sizeoperator+= (const Size &)
 
Sizeoperator-= (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
 

Подробное описание

класс двухмерной размерности


Объявления и описания членов структур находятся в файлах: