CInfCursor Class

The structure used for this class is CInfCursor

Quick Ref

void CInfCursor::CInfCursor()

void CInfCursor::~CInfCursor()

void CInfCursor::CursorUpdate()

void CInfCursor::Initialize()

void CInfCursor::SetCursor(int nNewCursor, unsigned char bForce, int nPointerNumber)

int CInfCursor::SetCustomCursor(CResRef customResRef, unsigned char bAnimating, int nPointerNumber)

void CInfCursor::SetGreyScale(unsigned char bGreyScale)

void CInfCursor::SetScrollArrowDirection()

void CInfCursor::SetToolTip(const unsigned long& toolTipRef, CString& sExtraText)


Constructors

Name

Description

CInfCursor::CInfCursor

Constructs a CInfCursor object

CInfCursor::~CInfCursor

Destroys a CInfCursor object

CInfCursor::CInfCursor

Constructs a CInfCursor object

void CInfCursor::CInfCursor();

Remarks


Constructs a CInfCursor object

CInfCursor::~CInfCursor

Destroys the CInfCursor object

void CInfCursor::~CInfCursor();

Remarks

Destroys the CInfCursor object


Methods

Name

Description

CInfCursor::CursorUpdate

CInfCursor::Initialize

CInfCursor::SetCursor

CInfCursor::SetCustomCursor

CInfCursor::SetGreyScale

CInfCursor::SetScrollArrowDirection

CInfCursor::SetToolTip

CInfCursor::CursorUpdate

void CInfCursor::CursorUpdate();

Remarks


CInfCursor::Initialize

void CInfCursor::Initialize();

Remarks


CInfCursor::SetCursor

void CInfCursor::SetCursor(
   int nNewCursor,
   unsigned char bForce,
   int nPointerNumber);

Parameters

  • int nNewCursor -

  • unsigned char bForce -

  • int nPointerNumber -

Remarks


CInfCursor::SetCustomCursor

int CInfCursor::SetCustomCursor(
   CResRef customResRef,
   unsigned char bAnimating,
   int nPointerNumber);

Parameters

  • CResRef customResRef -

  • unsigned char bAnimating -

  • int nPointerNumber -

Return Value

Returns int

Remarks


CInfCursor::SetGreyScale

void CInfCursor::SetGreyScale(unsigned char bGreyScale);

Parameters

  • unsigned char bGreyScale -

Remarks


CInfCursor::SetScrollArrowDirection

void CInfCursor::SetScrollArrowDirection();

Remarks


CInfCursor::SetToolTip

void CInfCursor::SetToolTip(
   const unsigned long& toolTipRef,
   CString& sExtraText);

Parameters

  • const unsigned long& toolTipRef -

  • CString& sExtraText -

Remarks