| 
    Windows C++ Library
   
    
   
   | 
  
  
  
 
#include <StatusBarLabel.hpp>
  
 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 | 
| CStatusBarLabel::CStatusBarLabel | ( | size_t | nChars | ) | 
| CStatusBarLabel::~CStatusBarLabel | ( | ) |  [virtual] | 
        
| 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.
size_t CStatusBarLabel::m_nChars [protected] | 
        
CString CStatusBarLabel::m_strLabel [protected] | 
        
 1.7.6.1