Windows C++ Library
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
CToolBar Class Reference

#include <ToolBar.hpp>

Inheritance diagram for CToolBar:
CCtrlWnd IMsgFilter CPopupWnd CMsgWnd CWnd

List of all members.

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

CTRLm_pCtrlTable
CToolTip m_oToolTip

Private Member Functions

 CToolBar (const CToolBar &)
CToolBaroperator= (const CToolBar &)

Constructor & Destructor Documentation

CToolBar::~CToolBar ( ) [virtual]
CToolBar::CToolBar ( const CToolBar ) [private]

Member Function Documentation

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]
CToolBar& CToolBar::operator= ( const CToolBar ) [private]

Member Data Documentation


The documentation for this class was generated from the following files: