公有成员 |
int | CalcArrowIndex () |
int | CalcIndexOfPos (int x, int y) |
void | EnableUpwardArrow (bool bEnable) |
int | GetButtonCount () |
CMzStringW | GetButtonText (int nIndex) |
int | GetButtonWidth () |
POINT | GetMousePos () |
void | Hide (WinManager *pWinManager) |
bool | IsButtonEnabled (int nIndex) |
bool | IsButtonShowed (int nIndex) |
bool | IsUpwardArrowEnable () |
int | OnLButtonDown (UINT fwKeys, int xPos, int yPos) |
| 当控件被左键按下时,此函数会被调用.
|
int | OnLButtonUp (UINT fwKeys, int xPos, int yPos) |
| 当控件被左键放开时,此函数会被调用.
|
void | PaintWin (HDC hdcDst, RECT *prcWin, RECT *prcUpdate) |
| 绘制控件
|
void | SetButtonCount (int nCount) |
void | SetButtonText (int nIndex, const wchar_t *strText) |
void | SetMousePos (int nXPos, int nYPos) |
void | Show (WinManager *pWinManager) |
| UiToolTips (void) |
void | UpdatePos (int xPos, int yPos, int xArrowPos, int yArrorPos) |
| by duzhenhui
|
| ~UiToolTips (void) |
公有属性 |
IUiMovingBarListener * | m_pListener |
保护属性 |
bool | m_bButtonEnables [MZ_UI_TOOLTIPS_TEXT_BUTTON_COUNT] |
bool | m_bButtonShows [MZ_UI_TOOLTIPS_TEXT_BUTTON_COUNT] |
bool | m_bIsUpwardArrowEnable |
bool | m_bMousePressed |
CMzStringW | m_ButtonTexts [MZ_UI_TOOLTIPS_TEXT_BUTTON_COUNT] |
POINT | m_MousePos |
int | m_nButtonCount |
int | m_nButtonWidth |
int | m_nHighLightButtonIndex |
int | m_nLButtonDown_Index |
int | m_nMouseXPos |
int | m_nMouseYPos |
ImagingHelper * | m_ToolTips_BG |
ImagingHelper * | m_ToolTips_Line |
ImagingHelper * | m_ToolTipsArrow |
ImagingHelper * | m_ToolTipsArrowHL |
ImagingHelper * | m_ToolTipsL_Pressed |
ImagingHelper * | m_ToolTipsM_Pressed |
ImagingHelper * | m_ToolTipsR_Pressed |
ImagingHelper * | m_ToolTipsUpwardArrow |
ImagingHelper * | m_ToolTipsUpwardArrow_HL |