Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

os::IPoint Class Reference

#include <point.h>

List of all members.

Public Methods

 IPoint ()
 IPoint (const IPoint &cPnt)
 IPoint (const Point &cPnt)
 IPoint (int nX, int nY)
IPoint operator- (void) const
IPoint operator+ (const IPoint &cPoint) const
IPoint operator- (const IPoint &cPoint) const
const IPoint& operator+= (const IPoint &cPoint)
const IPoint& operator-= (const IPoint &cPoint)
bool operator< (const IPoint &cPoint) const
bool operator> (const IPoint &cPoint) const
bool operator== (const IPoint &cPoint) const
bool operator!= (const IPoint &cPoint) const

Public Attributes

int x
int y


Detailed Description

Description:
See also:
Author(s):
Kurt Skauen (kurt@atheos.cx)


Constructor & Destructor Documentation

os::IPoint::IPoint ( ) [inline]
 

os::IPoint::IPoint ( const IPoint & cPnt ) [inline]
 

os::IPoint::IPoint ( const Point & cPnt ) [inline, explicit]
 

os::IPoint::IPoint ( int nX,
int nY ) [inline]
 


Member Function Documentation

bool os::IPoint::operator!= ( const IPoint & cPoint ) const [inline]
 

IPoint os::IPoint::operator+ ( const IPoint & cPoint ) const [inline]
 

const IPoint & os::IPoint::operator+= ( const IPoint & cPoint ) [inline]
 

IPoint os::IPoint::operator- ( const IPoint & cPoint ) const [inline]
 

IPoint os::IPoint::operator- ( void ) const [inline]
 

const IPoint & os::IPoint::operator-= ( const IPoint & cPoint ) [inline]
 

bool os::IPoint::operator< ( const IPoint & cPoint ) const [inline]
 

bool os::IPoint::operator== ( const IPoint & cPoint ) const [inline]
 

bool os::IPoint::operator> ( const IPoint & cPoint ) const [inline]
 


Member Data Documentation

int os::IPoint::x
 

int os::IPoint::y
 


The documentation for this class was generated from the following file:
Generated at Sat Apr 7 16:11:35 2001 for AtheOS higlevel API by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001