[ROOT] --> small
public COldStatusBar ( ) ;
public virtual ~ COldStatusBar ( ) ;
protected HFONT m_hFont
protected int m_cxSizeBox
protected BOOL m_bHideSizeBox
public BOOL Create ( CWnd * pParentWnd , DWORD dwStyle = WS_CHILD | WS_VISIBLE | CBRS_BOTTOM , UINT nID = AFX_IDW_STATUS_BAR ) ;
public BOOL SetIndicators ( const UINT * lpIDArray , int nIDCount ) ;
public int CommandToIndex ( UINT nIDFind ) const ;
public UINT GetItemID ( int nIndex ) const ;
public void GetItemRect ( int nIndex , LPRECT lpRect ) const ;
public void GetPaneText ( int nIndex , CString & s ) const ;
public BOOL SetPaneText ( int nIndex , LPCTSTR lpszNewText , BOOL bUpdate = TRUE ) ;
public void GetPaneInfo ( int nIndex , UINT & nID , UINT & nStyle , int & cxWidth ) const ;
public void SetPaneInfo ( int nIndex , UINT nID , UINT nStyle , int cxWidth ) ;
public UINT GetPaneStyle ( int nIndex ) const ;
public void SetPaneStyle ( int nIndex , UINT nStyle ) ;
public virtual CSize CalcFixedLayout ( BOOL bStretch , BOOL bHorz ) ;
public virtual BOOL PreCreateWindow ( CREATESTRUCT & cs ) ;
protected virtual void DoPaint ( CDC * pDC ) ;
protected inline AFX_STATUSPANE * _GetPanePtr ( int nIndex ) const ;
protected void DrawStatusText ( CDC * pDC , const CRect & rect , LPCTSTR lpszText , UINT nStyle ) ;
protected virtual void OnUpdateCmdUI ( CFrameWnd * pTarget , BOOL bDisableIfNoHndler ) ;
protected afx_msg UINT OnNcHitTest ( CPoint point ) ;
protected afx_msg void OnSysCommand ( UINT nID , LPARAM lParam ) ;
protected afx_msg void OnSize ( UINT nType , int cx , int cy ) ;
protected afx_msg LRESULT OnSetFont ( WPARAM wParam , LPARAM lParam ) ;
protected afx_msg LRESULT OnGetFont ( WPARAM wParam , LPARAM lParam ) ;
protected afx_msg LRESULT OnSetText ( WPARAM wParam , LPARAM lParam ) ;
protected afx_msg LRESULT OnGetText ( WPARAM wParam , LPARAM lParam ) ;
protected afx_msg LRESULT OnGetTextLength ( WPARAM wParam , LPARAM lParam ) ;
protected afx_msg LRESULT OnSizeParent ( WPARAM wParam , LPARAM lParam ) ;
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.