#include <vstgui.h>
Public Member Functions | |
CRect (CCoord left=0, CCoord top=0, CCoord right=0, CCoord bottom=0) | |
CRect (const CRect &r) | |
CRect & | operator() (CCoord left, CCoord top, CCoord right, CCoord bottom) |
bool | operator!= (const CRect &other) const |
bool | operator== (const CRect &other) const |
CCoord | width () const |
CCoord | height () const |
CCoord | getWidth () const |
CCoord | getHeight () const |
void | setWidth (CCoord width) |
void | setHeight (CCoord height) |
CRect & | offset (CCoord x, CCoord y) |
CRect & | inset (CCoord deltaX, CCoord deltaY) |
CRect & | moveTo (CCoord x, CCoord y) |
bool | pointInside (const CPoint &where) const |
bool | isEmpty () const |
bool | rectOverlap (const CRect &rect) const |
void | bound (const CRect &rect) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|