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 |
Constructs a |
|
Destroys a |
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
void CInfCursor::CursorUpdate();
Remarks
CInfCursor::Initialize
void CInfCursor::Initialize();
Remarks
CInfCursor::SetCursor
void CInfCursor::SetCursor(
int nNewCursor,
unsigned char bForce,
int nPointerNumber);
Parameters
intnNewCursor -unsigned charbForce -intnPointerNumber -
Remarks
CInfCursor::SetCustomCursor
int CInfCursor::SetCustomCursor(
CResRef customResRef,
unsigned char bAnimating,
int nPointerNumber);
Parameters
CResRef customResRef -
unsigned charbAnimating -intnPointerNumber -
Return Value
Returns int
Remarks
CInfCursor::SetGreyScale
void CInfCursor::SetGreyScale(unsigned char bGreyScale);
Parameters
unsigned charbGreyScale -
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