[ROOT] --> small

class COldStatusBar
    extends CControlBar as public

Author:
unascribed

Version:
unknown

Source:
STATBAR.H:19

Constructors Index

COldStatusBar
[public]
~COldStatusBar
[public]


Variables Index

m_bHideSizeBox
[protected]
m_cxSizeBox
[protected]
m_hFont
[protected]


Methods Index

_GetPanePtr
[protected]
CalcFixedLayout
[public]
CommandToIndex
[public]
Create
[public]
DoPaint
[protected]
DrawStatusText
[protected]
GetItemID
[public]
GetItemRect
[public]
GetPaneInfo
[public]
GetPaneStyle
[public]
GetPaneText
[public]
OnGetFont
[protected]
OnGetText
[protected]
OnGetTextLength
[protected]
OnNcHitTest
[protected]
OnSetFont
[protected]
OnSetText
[protected]
OnSize
[protected]
OnSizeParent
[protected]
OnSysCommand
[protected]
OnUpdateCmdUI
[protected]
OnWinIniChange
[protected]
PreCreateWindow
[public]
SetIndicators
[public]
SetPaneInfo
[public]
SetPaneStyle
[public]
SetPaneText
[public]


Constructors

COldStatusBar

public COldStatusBar ( ) ;

COldStatusBar

public virtual ~ COldStatusBar ( ) ;


Variables

m_hFont

protected HFONT m_hFont

m_cxSizeBox

protected int m_cxSizeBox

m_bHideSizeBox

protected BOOL m_bHideSizeBox


Methods

Create

public BOOL Create ( CWnd * pParentWnd ,
                     DWORD dwStyle = WS_CHILD | WS_VISIBLE | CBRS_BOTTOM ,
                     UINT nID = AFX_IDW_STATUS_BAR ) ;

SetIndicators

public BOOL SetIndicators ( const UINT * lpIDArray ,
                            int nIDCount ) ;

CommandToIndex

public int CommandToIndex ( UINT nIDFind ) const ;

GetItemID

public UINT GetItemID ( int nIndex ) const ;

GetItemRect

public void GetItemRect ( int nIndex ,
                          LPRECT lpRect ) const ;

GetPaneText

public void GetPaneText ( int nIndex ,
                          CString & s ) const ;

SetPaneText

public BOOL SetPaneText ( int nIndex ,
                          LPCTSTR lpszNewText ,
                          BOOL bUpdate = TRUE ) ;

GetPaneInfo

public void GetPaneInfo ( int nIndex ,
                          UINT & nID ,
                          UINT & nStyle ,
                          int & cxWidth ) const ;

SetPaneInfo

public void SetPaneInfo ( int nIndex ,
                          UINT nID ,
                          UINT nStyle ,
                          int cxWidth ) ;

GetPaneStyle

public UINT GetPaneStyle ( int nIndex ) const ;

SetPaneStyle

public void SetPaneStyle ( int nIndex ,
                           UINT nStyle ) ;

CalcFixedLayout

public virtual CSize CalcFixedLayout ( BOOL bStretch ,
                                       BOOL bHorz ) ;

PreCreateWindow

public virtual BOOL PreCreateWindow ( CREATESTRUCT & cs ) ;

DoPaint

protected virtual void DoPaint ( CDC * pDC ) ;

_GetPanePtr

protected inline AFX_STATUSPANE * _GetPanePtr ( int nIndex ) const ;

DrawStatusText

protected void DrawStatusText ( CDC * pDC ,
                                const CRect & rect ,
                                LPCTSTR lpszText ,
                                UINT nStyle ) ;

OnUpdateCmdUI

protected virtual void OnUpdateCmdUI ( CFrameWnd * pTarget ,
                                       BOOL bDisableIfNoHndler ) ;

OnNcHitTest

protected afx_msg UINT OnNcHitTest ( CPoint point ) ;

OnSysCommand

protected afx_msg void OnSysCommand ( UINT nID ,
                                      LPARAM lParam ) ;

OnSize

protected afx_msg void OnSize ( UINT nType ,
                                int cx ,
                                int cy ) ;

OnSetFont

protected afx_msg LRESULT OnSetFont ( WPARAM wParam ,
                                      LPARAM lParam ) ;

OnGetFont

protected afx_msg LRESULT OnGetFont ( WPARAM wParam ,
                                      LPARAM lParam ) ;

OnSetText

protected afx_msg LRESULT OnSetText ( WPARAM wParam ,
                                      LPARAM lParam ) ;

OnGetText

protected afx_msg LRESULT OnGetText ( WPARAM wParam ,
                                      LPARAM lParam ) ;

OnGetTextLength

protected afx_msg LRESULT OnGetTextLength ( WPARAM wParam ,
                                            LPARAM lParam ) ;

OnSizeParent

protected afx_msg LRESULT OnSizeParent ( WPARAM wParam ,
                                         LPARAM lParam ) ;

OnWinIniChange

protected afx_msg void OnWinIniChange ( LPCTSTR lpszSection ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.