VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
Point structure. More...
Public Member Functions | |
CPoint (CCoord x=0, CCoord y=0) | |
CPoint & | operator() (CCoord _x, CCoord _y) |
bool | isInside (const CRect &r) const |
bool | operator!= (const CPoint &other) const |
bool | operator== (const CPoint &other) const |
CPoint & | operator+= (const CPoint &other) |
CPoint & | operator-= (const CPoint &other) |
CPoint | operator+ (const CPoint &other) const |
CPoint | operator- (const CPoint &other) const |
CPoint | operator- () const |
CPoint & | offset (const CCoord _x, const CCoord _y) |
CPoint & | offset (const CPoint &other) |
CPoint & | offsetInverse (const CPoint &other) |
CPoint & | makeIntegral () |
Public Attributes | |
union { | |
CCoord h | |
CCoord x | |
}; | |
union { | |
CCoord v | |
CCoord y | |
}; | |
Point structure.
bool isInside | ( | const CRect & | r | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
union { ... } |
union { ... } |
CCoord h |
CCoord v |
CCoord x |
CCoord y |