#include <AppStatusBar.h>
Public Member Functions | |
| CAppStatusBar () | |
| void | SetToolTipText (UINT nIDTip, LPCSTR pszText) |
| virtual | ~CAppStatusBar () |
Protected Member Functions | |
| virtual BOOL | PreTranslateMessage (MSG *pMsg) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
Protected Attributes | |
| CToolTipCtrl | m_ttip |
Definition at line 13 of file AppStatusBar.h.
| CAppStatusBar::CAppStatusBar | ( | ) |
Definition at line 16 of file AppStatusBar.cpp.
| CAppStatusBar::~CAppStatusBar | ( | ) | [virtual] |
Definition at line 20 of file AppStatusBar.cpp.
Definition at line 62 of file AppStatusBar.cpp.
References m_ttip.
Referenced by CMainFrame::ApplyLanguage(), and CMainFrame::OnUpdateTrafficThisMonth().
| BOOL CAppStatusBar::PreTranslateMessage | ( | MSG * | pMsg | ) | [protected, virtual] |
| int CAppStatusBar::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 31 of file AppStatusBar.cpp.
References ID_SB_TOTALSPEED, ID_SB_TRAFFIC_THISMONTH, L_TOTAL_SPEED_SBTEXT, LS, and m_ttip.
| void CAppStatusBar::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
Definition at line 48 of file AppStatusBar.cpp.
References ID_SB_TOTALSPEED, ID_SB_TRAFFIC_THISMONTH, and m_ttip.
CToolTipCtrl CAppStatusBar::m_ttip [protected] |
Definition at line 34 of file AppStatusBar.h.
Referenced by OnCreate(), OnSize(), PreTranslateMessage(), and SetToolTipText().
1.5.6