BaseType typedef | basic_Bounds< T_ > | |
basic_Bounds() | basic_Bounds< T_ > | |
basic_Bounds(const T_ &left, const T_ &top, const T_ &right, const T_ &bottom) | basic_Bounds< T_ > | |
basic_Bounds(const basic_Point< T_ > &topleft, const basic_Point< T_ > &bottomright) | basic_Bounds< T_ > | |
basic_Bounds(const basic_Point< T_ > &topleft, const basic_Size< T_ > &size) | basic_Bounds< T_ > | |
basic_Bounds(const T_ &left, const T_ &top, const basic_Size< T_ > &size) | basic_Bounds< T_ > | |
basic_Bounds(const basic_Point< T_ > &topleft, const T_ &width, const T_ &height) | basic_Bounds< T_ > | |
basic_Bounds(const basic_Bounds< O_ > &r) | basic_Bounds< T_ > | explicit |
basic_Bounds(const std::string &str) | basic_Bounds< T_ > | explicit |
Bottom | basic_Bounds< T_ > | |
BottomLeft() const | basic_Bounds< T_ > | |
BottomRight() const | basic_Bounds< T_ > | |
Center() const | basic_Bounds< T_ > | |
GetSize() const | basic_Bounds< T_ > | |
Height() const | basic_Bounds< T_ > | |
Left | basic_Bounds< T_ > | |
Move(const basic_Point< T_ > &p) | basic_Bounds< T_ > | |
Move(const T_ &x, const T_ &y) | basic_Bounds< T_ > | |
Normalize() | basic_Bounds< T_ > | |
operator std::string() const | basic_Bounds< T_ > | explicit |
operator!=(const basic_Bounds &other) | basic_Bounds< T_ > | |
operator&(const basic_Bounds &r) const | basic_Bounds< T_ > | |
operator&=(const basic_Bounds &b) const | basic_Bounds< T_ > | |
operator*(const basic_Size< O_ > &s) | basic_Bounds< T_ > | |
operator*(const O_ &s) | basic_Bounds< T_ > | |
operator*=(const basic_Size< O_ > &s) | basic_Bounds< T_ > | |
operator*=(const O_ &s) | basic_Bounds< T_ > | |
operator+(const basic_Point< T_ > &p) const | basic_Bounds< T_ > | |
operator+(const basic_Size< T_ > &s) const | basic_Bounds< T_ > | |
operator+=(const basic_Point< T_ > &p) | basic_Bounds< T_ > | |
operator+=(const basic_Size< T_ > &s) | basic_Bounds< T_ > | |
operator-(const basic_Point< T_ > &p) const | basic_Bounds< T_ > | |
operator-(const basic_Size< T_ > &s) const | basic_Bounds< T_ > | |
operator-=(const basic_Point< T_ > &p) | basic_Bounds< T_ > | |
operator-=(const basic_Size< T_ > &s) | basic_Bounds< T_ > | |
operator/(const basic_Size< O_ > &s) | basic_Bounds< T_ > | |
operator/(const O_ &s) | basic_Bounds< T_ > | |
operator/=(const basic_Size< O_ > &s) | basic_Bounds< T_ > | |
operator/=(const O_ &s) | basic_Bounds< T_ > | |
operator==(const basic_Bounds &other) const | basic_Bounds< T_ > | |
operator|(const basic_Bounds &r) const | basic_Bounds< T_ > | |
operator|=(const basic_Bounds &b) const | basic_Bounds< T_ > | |
Resize(const basic_Size< T_ > &size) | basic_Bounds< T_ > | |
Right | basic_Bounds< T_ > | |
SetHeight(const T_ &height) | basic_Bounds< T_ > | |
SetWidth(const T_ &width) | basic_Bounds< T_ > | |
Top | basic_Bounds< T_ > | |
TopLeft() const | basic_Bounds< T_ > | |
TopRight() const | basic_Bounds< T_ > | |
Width() const | basic_Bounds< T_ > | |