#include <CtrlTipList.h>
Public Member Functions | |
CTipListCtrl () | |
virtual | ~CTipListCtrl () |
void | SetTip (CCoolTipCtrl *pTip) |
Protected Member Functions | |
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
Protected Attributes | |
CCoolTipCtrl * | m_pTip |
|
Definition at line 47 of file CtrlTipList.cpp. References NULL. |
|
Definition at line 52 of file CtrlTipList.cpp. |
|
Definition at line 98 of file CtrlTipList.cpp. References CCoolTipCtrl::Hide(), and m_pTip. |
|
Definition at line 86 of file CtrlTipList.cpp. References CCoolTipCtrl::Hide(), and m_pTip. |
|
Definition at line 67 of file CtrlTipList.cpp. References CCoolTipCtrl::Hide(), m_pTip, and CCoolTipCtrl::Show(). |
|
Definition at line 92 of file CtrlTipList.cpp. References CCoolTipCtrl::Hide(), and m_pTip. |
|
Definition at line 59 of file CtrlTipList.cpp. References m_pTip. |
|
Definition at line 41 of file CtrlTipList.h. Referenced by OnKeyDown(), OnLButtonDown(), OnMouseMove(), OnRButtonDown(), and SetTip(). |