Public Member Functions | Protected Attributes

MouseCursorChanger Class Reference

List of all members.

Public Member Functions

 MouseCursorChanger (const char *fnm, int hotx, int hoty)
 MouseCursorChanger (MouseCursor::Shape cs)
 ~MouseCursorChanger ()
void restore ()

Protected Attributes

bool active_

Detailed Description

Class to automaticly change cursor, and change it back automaticly when class is running out of scope.


Constructor & Destructor Documentation

MouseCursorChanger::MouseCursorChanger ( const char *  fnm,
int  hotx,
int  hoty 
)
MouseCursorChanger::MouseCursorChanger ( MouseCursor::Shape  cs  ) 
MouseCursorChanger::~MouseCursorChanger (  ) 

Member Function Documentation

void MouseCursorChanger::restore (  ) 

Member Data Documentation

bool MouseCursorChanger::active_ [protected]