#include <TitleTip.h>
Public Member Functions | |
| CTitleTip () | |
| virtual | ~CTitleTip () |
| virtual BOOL | Create (CWnd *pParentWnd) |
| void | SetParentWnd (CWnd *pParentWnd) |
| CWnd * | GetParentWnd () |
| void | Show (CRect rectTitle, LPCTSTR lpszTitleText, int xoffset=0, LPRECT lpHoverRect=NULL, const LOGFONT *lpLogFont=NULL, COLORREF crTextClr=CLR_DEFAULT, COLORREF crBackClr=CLR_DEFAULT) |
| void | Hide () |
| virtual BOOL | PreTranslateMessage (MSG *pMsg) |
| virtual BOOL | DestroyWindow () |
Protected Member Functions | |
| afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
Protected Attributes | |
| CWnd * | m_pParentWnd |
| CRect | m_rectTitle |
| CRect | m_rectHover |
| DWORD | m_dwLastLButtonDown |
| DWORD | m_dwDblClickMsecs |
| BOOL | m_bCreated |
Definition at line 37 of file TitleTip.h.
| CTitleTip::CTitleTip | ( | ) |
Definition at line 51 of file TitleTip.cpp.
| CTitleTip::~CTitleTip | ( | ) | [virtual] |
Definition at line 79 of file TitleTip.cpp.
| BOOL CTitleTip::Create | ( | CWnd * | pParentWnd | ) | [virtual] |
Definition at line 94 of file TitleTip.cpp.
| BOOL CTitleTip::DestroyWindow | ( | ) | [virtual] |
Definition at line 113 of file TitleTip.cpp.
| CWnd* CTitleTip::GetParentWnd | ( | ) | [inline] |
Definition at line 48 of file TitleTip.h.
| void CTitleTip::Hide | ( | ) |
Definition at line 246 of file TitleTip.cpp.
| void CTitleTip::OnMouseMove | ( | UINT | nFlags, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 257 of file TitleTip.cpp.
| BOOL CTitleTip::PreTranslateMessage | ( | MSG * | pMsg | ) | [virtual] |
Definition at line 280 of file TitleTip.cpp.
| void CTitleTip::SetParentWnd | ( | CWnd * | pParentWnd | ) | [inline] |
Definition at line 47 of file TitleTip.h.
| void CTitleTip::Show | ( | CRect | rectTitle, | |
| LPCTSTR | lpszTitleText, | |||
| int | xoffset = 0, |
|||
| LPRECT | lpHoverRect = NULL, |
|||
| const LOGFONT * | lpLogFont = NULL, |
|||
| COLORREF | crTextClr = CLR_DEFAULT, |
|||
| COLORREF | crBackClr = CLR_DEFAULT | |||
| ) |
Definition at line 126 of file TitleTip.cpp.
BOOL CTitleTip::m_bCreated [protected] |
Definition at line 73 of file TitleTip.h.
DWORD CTitleTip::m_dwDblClickMsecs [protected] |
Definition at line 72 of file TitleTip.h.
DWORD CTitleTip::m_dwLastLButtonDown [protected] |
Definition at line 71 of file TitleTip.h.
CWnd* CTitleTip::m_pParentWnd [protected] |
Definition at line 68 of file TitleTip.h.
CRect CTitleTip::m_rectHover [protected] |
Definition at line 70 of file TitleTip.h.
CRect CTitleTip::m_rectTitle [protected] |
Definition at line 69 of file TitleTip.h.
1.6.3