Windows C++ Library
Public Member Functions | Protected Member Functions | Protected Attributes
CStatusBarLabel Class Reference

#include <StatusBarLabel.hpp>

Inheritance diagram for CStatusBarLabel:
CStatusBarPanel CCtrlWnd CPopupWnd CMsgWnd CWnd

List of all members.

Public Member Functions

 CStatusBarLabel (size_t nChars)
virtual ~CStatusBarLabel ()
void SetLabel (const tchar *pszLabel)

Protected Member Functions

virtual void GetClassParams (WNDCLASS &rParams)
virtual void GetCreateParams (WNDCREATE &rParams)
virtual void OnPaint (CDC &rDC)

Protected Attributes

size_t m_nChars
CString m_strLabel

Constructor & Destructor Documentation


Member Function Documentation

void CStatusBarLabel::SetLabel ( const tchar *  pszLabel)
void CStatusBarLabel::GetClassParams ( WNDCLASS &  rParams) [protected, virtual]

Reimplemented from CStatusBarPanel.

void CStatusBarLabel::GetCreateParams ( WNDCREATE rParams) [protected, virtual]

Reimplemented from CStatusBarPanel.

void CStatusBarLabel::OnPaint ( CDC rDC) [protected, virtual]

Reimplemented from CStatusBarPanel.


Member Data Documentation

size_t CStatusBarLabel::m_nChars [protected]

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