Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

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.

Public Member Functions

 OSXRect ()
 OSXRect (const OSXRect &rhs)
 OSXRect (const ::Rect &rhs)
 OSXRect (const VCF::Rect &rhs)
 OSXRect (VCF::Rect *rhs)
 OSXRect (const HIRect &rhs)
 OSXRect (HIRect *rhs)
int left () const
int right () const
int top () const
int bottom () const
int width () const
int height () const
 operator::Rect & ()
 operator::Rect * ()
 operator const ::Rect & () const
 operator VCF::Rect () const
 operator HIRect () const
OSXRectoperator= (const OSXRect &rhs)
OSXRectoperator= (const ::Rect &rhs)
OSXRectoperator= (const VCF::Rect &rhs)
OSXRectoperator= (VCF::Rect *rhs)
OSXRectoperator= (const HIRect &rhs)
OSXRectoperator= (HIRect *rhs)

Protected Attributes

::Rect rect_


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= VCF::Rect rhs  )  [inline]
 

OSXRect& VCF::OSXRect::operator= const VCF::Rect rhs  )  [inline]
 

OSXRect& VCF::OSXRect::operator= const ::Rect rhs  )  [inline]
 

OSXRect& VCF::OSXRect::operator= const OSXRect rhs  )  [inline]
 

int VCF::OSXRect::right  )  const [inline]
 

int VCF::OSXRect::top  )  const [inline]
 

int VCF::OSXRect::width  )  const [inline]
 


Member Data Documentation

::Rect VCF::OSXRect::rect_ [protected]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information