|
VSTGUI
4.3
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 |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Here is the call graph for this function:
|
inline |
| union { ... } |
| union { ... } |
| CCoord h |
| CCoord v |
| CCoord x |
| CCoord y |