|
Windows C++ Library
|
#include <ToolBar.hpp>
Classes | |
| struct | CTRL |
Public Member Functions | |
| CToolBar () | |
| virtual | ~CToolBar () |
| virtual bool | ProcessMsg (MSG &rMsg) |
Protected Member Functions | |
| virtual void | GetClassParams (WNDCLASS &rParams) |
| virtual void | GetCreateParams (WNDCREATE &rParams) |
| virtual void | OnCreate (const CRect &rcClient) |
| virtual void | OnPaint (CDC &rDC) |
| virtual void | OnCtrlMsg (uint iID, uint iMsg, HWND hControl) |
| virtual LRESULT | OnCtrlMsg (NMHDR &rMsgHdr) |
| virtual void | OnShowHint (const CWnd *pWnd) const |
Protected Attributes | |
| CTRL * | m_pCtrlTable |
| CToolTip | m_oToolTip |
Private Member Functions | |
| CToolBar (const CToolBar &) | |
| CToolBar & | operator= (const CToolBar &) |
| CToolBar::~CToolBar | ( | ) | [virtual] |
| CToolBar::CToolBar | ( | const CToolBar & | ) | [private] |
| bool CToolBar::ProcessMsg | ( | MSG & | rMsg | ) | [virtual] |
Implements IMsgFilter.
| void CToolBar::GetClassParams | ( | WNDCLASS & | rParams | ) | [protected, virtual] |
Reimplemented from CPopupWnd.
| void CToolBar::GetCreateParams | ( | WNDCREATE & | rParams | ) | [protected, virtual] |
Reimplemented from CCtrlWnd.
| void CToolBar::OnCreate | ( | const CRect & | rcClient | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| void CToolBar::OnPaint | ( | CDC & | rDC | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| void CToolBar::OnCtrlMsg | ( | uint | iID, |
| uint | iMsg, | ||
| HWND | hControl | ||
| ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| LRESULT CToolBar::OnCtrlMsg | ( | NMHDR & | rMsgHdr | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| void CToolBar::OnShowHint | ( | const CWnd * | pWnd | ) | const [protected, virtual] |
CTRL* CToolBar::m_pCtrlTable [protected] |
CToolTip CToolBar::m_oToolTip [protected] |
1.7.6.1