pleyo.com

WKAL::Cursor Class Reference

List of all members.

Public Member Functions

 Cursor ()
 Cursor default constructor.
 Cursor (Image *, const IntPoint &hotspot)
 Cursor constructor.
 Cursor (const Cursor &)
 Cursor constructor by copy.
 ~Cursor ()
 Cursor destructor.
Cursoroperator= (const Cursor &)
 operator=
 Cursor (PlatformCursor)
 Cursor constructor.
PlatformCursor impl () const
 get platform cursor


Constructor & Destructor Documentation

WKAL::Cursor::Cursor (  ) 

Cursor default constructor.

 Cursor c;

WKAL::Cursor::Cursor ( Image ,
const IntPoint hotspot 
)

Cursor constructor.

Parameters:
[in] : image
[in] : position
 Cursor *c = new Cursor(i, h);

WKAL::Cursor::Cursor ( const Cursor  ) 

Cursor constructor by copy.

Parameters:
[in] : Cursor
 Cursor *c = new Cursor(c1);

WKAL::Cursor::~Cursor (  ) 

Cursor destructor.

 delete c;

WKAL::Cursor::Cursor ( PlatformCursor   ) 

Cursor constructor.

Parameters:
[in] : platform cursor
 Cursor *c = new Cursor(pc);


Member Function Documentation

Cursor& WKAL::Cursor::operator= ( const Cursor  ) 

operator=

Parameters:
[in] : Cursor
[out] : Cursor
 Cursor c = c1;

PlatformCursor WKAL::Cursor::impl (  )  const

get platform cursor

Parameters:
[out] : platform cursor
 PlatformCursor pc = c->impl();


The documentation for this class was generated from the following file:

Generated on Mon Jun 30 16:22:09 2008 for Origyn Web Browser by Doxygen 1.5.5

pleyo.com
pleyo.com