|
| | TRect (T x=0, T y=0, T w=0, T h=0) |
| |
| | TRect (TPoint2D< T > const &point, T w, T h) |
| |
| bool | operator== (TRect< T > const &rvalue) const |
| |
| bool | operator!= (TRect< T > const &rvalue) const |
| |
| TRect< T > const & | operator+= (TPoint2D< T > const &point) |
| |
| TRect< T > const & | operator-= (TPoint2D< T > const &point) |
| |
| TRect< T > const | operator+ (TPoint2D< T > const &point) |
| |
| TRect< T > const | operator- (TPoint2D< T > const &point) |
| |
| TRect< T > const | Intersect (TRect< T > const &rectangle, T *x=NULL, T *y=NULL) const |
| |
| TRect< T > const | Union (TRect< T > const &rect2) const |
| |
| TRect< T > const | Bias_To (TRect< T > const &rect) const |
| |
| bool | Is_Overlapping (TRect< T > const &rect) const |
| |
| bool | Is_Valid (void) const |
| |
| int | Size (void) const |
| |
| TPoint2D< T > | Top_Left (void) const |
| |
| TPoint2D< T > | Top_Right (void) const |
| |
| TPoint2D< T > | Bottom_Left (void) const |
| |
| TPoint2D< T > | Bottom_Right (void) const |
| |
| bool | Is_Point_Within (TPoint2D< T > const &point) const |
| |
| | TRect (void) |
| |
| | TRect (T x, T y, T w, T h) |
| |
| | TRect (TPoint2D< T > const &point, T w, T h) |
| |
| bool | operator== (TRect< T > const &rvalue) const |
| |
| bool | operator!= (TRect< T > const &rvalue) const |
| |
| TRect< T > const & | operator+= (TPoint2D< T > const &point) |
| |
| TRect< T > const & | operator-= (TPoint2D< T > const &point) |
| |
| TRect< T > const | operator+ (TPoint2D< T > const &point) |
| |
| TRect< T > const | operator- (TPoint2D< T > const &point) |
| |
| TRect< T > const | Bias_To (TRect< T > const &rect) const |
| |
| void | Set (T x, T y, T w, T h) |
| |
| bool | Is_Overlapping (TRect< T > const &rect) const |
| |
| bool | Is_Valid (void) const |
| |
| | __declspec (property(get=Is_Valid)) bool IsValid |
| |
| int | Size (void) const |
| |
| TPoint2D< T > | Top_Left (void) const |
| |
| | __declspec (property(get=Top_Left)) TPoint2D< T > TopLeft |
| |
| TPoint2D< T > | Top_Right (void) const |
| |
| | __declspec (property(get=Top_Right)) TPoint2D< T > TopRight |
| |
| TPoint2D< T > | Bottom_Left (void) const |
| |
| | __declspec (property(get=Bottom_Left)) TPoint2D< T > BottomLeft |
| |
| TPoint2D< T > | Bottom_Right (void) const |
| |
| | __declspec (property(get=Bottom_Right)) TPoint2D< T > BottomRight |
| |
| bool | Is_Point_Within (TPoint2D< T > const &point) const |
| |
template<class T>
class TRect< T >
Definition at line 54 of file RECT.h.