|
Windows C++ Library
|
#include <StatusBar.hpp>
Public Member Functions | |
| CStatusBar (bool bSizeGrip=true) | |
| virtual | ~CStatusBar () |
| void | AddPanel (CStatusBarPanel &oPanel) |
| void | Hint (uint iRscID) |
| void | Hint (const tchar *pszHint) |
Protected Types | |
| typedef std::vector < CStatusBarPanel * > | CPanels |
Protected Member Functions | |
| void | ActivateWnd (CWnd *pWnd) |
| virtual void | GetClassParams (WNDCLASS &rParams) |
| virtual void | GetCreateParams (WNDCREATE &rParams) |
| virtual void | OnCreate (const CRect &rcClient) |
| virtual void | OnPaint (CDC &rDC) |
| virtual void | OnResize (int iFlag, const CSize &rNewSize) |
| virtual void | OnHitTest (const CPoint &ptCursor) |
Protected Attributes | |
| bool | m_bSizeGrip |
| CWnd * | m_pActive |
| CPanels | m_apPanels |
| CHintBar | m_oHintBar |
Static Protected Attributes | |
| static const uint | IDC_HINT_BAR = 100 |
Private Member Functions | |
| CStatusBar (const CStatusBar &) | |
| CStatusBar & | operator= (const CStatusBar &) |
typedef std::vector<CStatusBarPanel*> CStatusBar::CPanels [protected] |
| CStatusBar::CStatusBar | ( | bool | bSizeGrip = true | ) |
| CStatusBar::~CStatusBar | ( | ) | [virtual] |
| CStatusBar::CStatusBar | ( | const CStatusBar & | ) | [private] |
| void CStatusBar::AddPanel | ( | CStatusBarPanel & | oPanel | ) |
| void CStatusBar::Hint | ( | uint | iRscID | ) |
| void CStatusBar::Hint | ( | const tchar * | pszHint | ) |
| void CStatusBar::ActivateWnd | ( | CWnd * | pWnd | ) | [protected] |
| void CStatusBar::GetClassParams | ( | WNDCLASS & | rParams | ) | [protected, virtual] |
Reimplemented from CPopupWnd.
| void CStatusBar::GetCreateParams | ( | WNDCREATE & | rParams | ) | [protected, virtual] |
Reimplemented from CCtrlWnd.
| void CStatusBar::OnCreate | ( | const CRect & | rcClient | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| void CStatusBar::OnPaint | ( | CDC & | rDC | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| void CStatusBar::OnResize | ( | int | iFlag, |
| const CSize & | rNewSize | ||
| ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| void CStatusBar::OnHitTest | ( | const CPoint & | ptCursor | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| CStatusBar& CStatusBar::operator= | ( | const CStatusBar & | ) | [private] |
bool CStatusBar::m_bSizeGrip [protected] |
CWnd* CStatusBar::m_pActive [protected] |
CPanels CStatusBar::m_apPanels [protected] |
CHintBar CStatusBar::m_oHintBar [protected] |
const uint CStatusBar::IDC_HINT_BAR = 100 [static, protected] |
1.7.6.1