Cafu Engine
CursorManT Class Reference

This class manages the cursors of this application. More...

#include "CursorMan.hpp"

Public Types

enum  CursorIdentT {
  CROSS =0, NEW_ENTITY_TOOL, NEW_BRUSH_TOOL, NEW_BEZIERPATCH_TOOL,
  NEW_TERAIN_TOOL, NEW_DECAL_TOOL, EDIT_FACEPROPS_TOOL, EYE_DROPPER,
  HAND_OPEN, HAND_CLOSED, SIZING_PLUS, ROTATE,
  INVALID
}
 

Public Member Functions

 CursorManT ()
 The constructor. More...
 
 ~CursorManT ()
 The destructor. More...
 
const wxCursor & GetCursor (CursorIdentT CursorID) const
 

Detailed Description

This class manages the cursors of this application.

Constructor & Destructor Documentation

CursorManT::CursorManT ( )

The constructor.

Must only be called after wxWidgets has been initialized.

CursorManT::~CursorManT ( )

The destructor.

Must be called before wxWidgets is initialized.


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