WheelContainer类参考
#include <WheelContainer.h>
继承自UiWin。
所有成员的列表。
公有成员 |
| int | GetWheelCount () |
| virtual int | OnLButtonDown (UINT fwKeys, int xPos, int yPos) |
| | 当控件被左键按下时,此函数会被调用.
|
| virtual int | OnLButtonUp (UINT fwKeys, int xPos, int yPos) |
| | 当控件被左键放开时,此函数会被调用.
|
| virtual int | OnMouseMove (UINT fwKeys, int xPos, int yPos) |
| | 当控件上鼠标移动时,此函数会被调用.
|
| void | OnPaint (HDC hdcDst, RECT *prcWin, RECT *prcUpdate) |
| void | SetTextColor (int nIndex, COLORREF cr) |
| void | SetWheel (int nIndex, int nWidth, int nItemHeight) |
| void | SetWheelContent (int nIndex, const CMzString str) |
| void | SetWheelCount (int nCount) |
| | WheelContainer (void) |
| | ~WheelContainer (void) |
保护属性 |
| ImagingHelper * | m_BG |
| int | m_nWheelCount |
| int | m_nWheelWidth [MAX_UIWHEELCOUNT] |
| ImagingHelper * | m_Select |
| ImagingHelper * | m_TextMask |
| UiWheel * | m_Wheel |
构造及析构函数文档
| WheelContainer::WheelContainer |
( |
void |
|
) |
|
| WheelContainer::~WheelContainer |
( |
void |
|
) |
|
成员函数文档
| int WheelContainer::GetWheelCount |
( |
|
) |
|
| virtual int WheelContainer::OnLButtonDown |
( |
UINT |
fwKeys, |
|
|
int |
xPos, |
|
|
int |
yPos | |
|
) |
| | [virtual] |
当控件被左键按下时,此函数会被调用.
重载UiWin。
| virtual int WheelContainer::OnLButtonUp |
( |
UINT |
fwKeys, |
|
|
int |
xPos, |
|
|
int |
yPos | |
|
) |
| | [virtual] |
当控件被左键放开时,此函数会被调用.
重载UiWin。
| virtual int WheelContainer::OnMouseMove |
( |
UINT |
fwKeys, |
|
|
int |
xPos, |
|
|
int |
yPos | |
|
) |
| | [virtual] |
当控件上鼠标移动时,此函数会被调用.
重载UiWin。
| void WheelContainer::OnPaint |
( |
HDC |
hdcDst, |
|
|
RECT * |
prcWin, |
|
|
RECT * |
prcUpdate | |
|
) |
| | [virtual] |
| void WheelContainer::SetTextColor |
( |
int |
nIndex, |
|
|
COLORREF |
cr | |
|
) |
| | |
| void WheelContainer::SetWheel |
( |
int |
nIndex, |
|
|
int |
nWidth, |
|
|
int |
nItemHeight | |
|
) |
| | |
| void WheelContainer::SetWheelContent |
( |
int |
nIndex, |
|
|
const CMzString |
str | |
|
) |
| | |
| void WheelContainer::SetWheelCount |
( |
int |
nCount |
) |
|
成员数据文档
该类的文档由以下文件生成: