VCF::OSXRect Class Reference
Utility class to faciltate the transfer from a
VCF::Rect instance or HIRect instance to OSX's Rect struct.
More...
#include <OSXGraphicsToolkit.h>
List of all members.
Detailed Description
Utility class to faciltate the transfer from a
VCF::Rect instance or HIRect instance to OSX's Rect struct.
Constructor & Destructor Documentation
| VCF::OSXRect::OSXRect |
( |
|
) |
[inline] |
|
| VCF::OSXRect::OSXRect |
( |
const OSXRect & |
rhs |
) |
[inline] |
|
| VCF::OSXRect::OSXRect |
( |
const ::Rect & |
rhs |
) |
[inline] |
|
| VCF::OSXRect::OSXRect |
( |
const VCF::Rect & |
rhs |
) |
[inline] |
|
| VCF::OSXRect::OSXRect |
( |
VCF::Rect * |
rhs |
) |
[inline] |
|
| VCF::OSXRect::OSXRect |
( |
const HIRect & |
rhs |
) |
[inline] |
|
| VCF::OSXRect::OSXRect |
( |
HIRect * |
rhs |
) |
[inline] |
|
Member Function Documentation
| int VCF::OSXRect::bottom |
( |
|
) |
const [inline] |
|
| int VCF::OSXRect::height |
( |
|
) |
const [inline] |
|
| int VCF::OSXRect::left |
( |
|
) |
const [inline] |
|
| VCF::OSXRect::operator const ::Rect & |
( |
|
) |
const [inline] |
|
| VCF::OSXRect::operator HIRect |
( |
|
) |
const [inline] |
|
| VCF::OSXRect::operator VCF::Rect |
( |
|
) |
const [inline] |
|
| VCF::OSXRect::operator::Rect & |
( |
|
) |
[inline] |
|
| VCF::OSXRect::operator::Rect * |
( |
|
) |
[inline] |
|
| OSXRect& VCF::OSXRect::operator= |
( |
HIRect * |
rhs |
) |
[inline] |
|
| OSXRect& VCF::OSXRect::operator= |
( |
const HIRect & |
rhs |
) |
[inline] |
|
| OSXRect& VCF::OSXRect::operator= |
( |
const ::Rect & |
rhs |
) |
[inline] |
|
| int VCF::OSXRect::right |
( |
|
) |
const [inline] |
|
| int VCF::OSXRect::top |
( |
|
) |
const [inline] |
|
| int VCF::OSXRect::width |
( |
|
) |
const [inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file: