#include <UT_Rect.h>

Public Member Functions | |
| UT_ExclusiveRectImpl () | |
| UT_ExclusiveRectImpl (const UT_DimRect &r) | |
| UT_ExclusiveRectImpl (const UT_InclusiveRect &r) | |
| UT_ExclusiveRectImpl (const UT_ExclusiveRect &r) | |
| UT_ExclusiveRectImpl & | operator= (const UT_DimRect &r) |
| UT_ExclusiveRectImpl & | operator= (const UT_InclusiveRect &r) |
| UT_ExclusiveRectImpl & | operator= (const UT_ExclusiveRect &r) |
| void | clear () |
| bool | isValid () const |
| void | flipX (int w) |
| void | flipY (int h) |
| int | x1 () const |
| int | y1 () const |
| int | x2e () const |
| int | y2e () const |
| int | x2 () const |
| int | y2 () const |
| int | x () const |
| int | y () const |
| int | width () const |
| int | height () const |
| void | setWidth (int w) |
| void | setHeight (int h) |
| void | setX (int x_) |
| void | setY (int y_) |
| void | setX1 (int x_) |
| void | setY1 (int y_) |
| void | setX2 (int x_) |
| void | setY2 (int y_) |
| void | setX2e (int x_) |
| void | setY2e (int y_) |
Definition at line 351 of file UT_Rect.h.
| UT_ExclusiveRectImpl::UT_ExclusiveRectImpl | ( | const UT_DimRect & | r | ) |
| UT_ExclusiveRectImpl::UT_ExclusiveRectImpl | ( | const UT_InclusiveRect & | r | ) |
| UT_ExclusiveRectImpl::UT_ExclusiveRectImpl | ( | const UT_ExclusiveRect & | r | ) |
| bool UT_ExclusiveRectImpl::isValid | ( | void | ) | const [inline] |
| UT_ExclusiveRectImpl& UT_ExclusiveRectImpl::operator= | ( | const UT_ExclusiveRect & | r | ) |
| UT_ExclusiveRectImpl& UT_ExclusiveRectImpl::operator= | ( | const UT_InclusiveRect & | r | ) |
| UT_ExclusiveRectImpl& UT_ExclusiveRectImpl::operator= | ( | const UT_DimRect & | r | ) |
1.5.9