[ROOT] --> small
DrawState | [protected] |
public COldToolBar ( ) ;
public virtual ~ COldToolBar ( ) ;
protected CSize m_sizeButton
protected CSize m_sizeImage
protected int m_cxSharedBorder
protected int m_cySharedBorder
protected HBITMAP m_hbmImageWell
protected int m_iButtonCapture
protected HRSRC m_hRsrcImageWell
protected HINSTANCE m_hInstImageWell
public BOOL Create ( CWnd * pParentWnd , DWORD dwStyle = WS_CHILD | WS_VISIBLE | CBRS_TOP , UINT nID = AFX_IDW_TOOLBAR ) ;
public void SetSizes ( SIZE sizeButton , SIZE sizeImage ) ;
public void SetHeight ( int cyHeight ) ;
public BOOL LoadBitmap ( LPCTSTR lpszResourceName ) ;
public BOOL LoadBitmap ( UINT nIDResource ) ;
public BOOL SetButtons ( const UINT * lpIDArray , int nIDCount ) ;
public int CommandToIndex ( UINT nIDFind ) const ;
public UINT GetItemID ( int nIndex ) const ;
public virtual void GetItemRect ( int nIndex , LPRECT lpRect ) const ;
public UINT GetButtonStyle ( int nIndex ) const ;
public void SetButtonStyle ( int nIndex , UINT nStyle ) ;
public void GetButtonInfo ( int nIndex , UINT & nID , UINT & nStyle , int & iImage ) const ;
public void SetButtonInfo ( int nIndex , UINT nID , UINT nStyle , int iImage ) ;
public virtual CSize CalcFixedLayout ( BOOL bStretch , BOOL bHorz ) ;
protected inline AFX_TBBUTTON * _GetButtonPtr ( int nIndex ) const ;
protected void InvalidateButton ( int nIndex ) ;
protected void UpdateButton ( int nIndex ) ;
protected void CreateMask ( int iImage , CPoint offset , BOOL bHilite , BOOL bHiliteShadow ) ;
protected BOOL PrepareDrawButton ( DrawState & ds ) ;
protected BOOL DrawButton ( CDC * pDC , int x , int y , int iImage , UINT nStyle ) ;
protected void EndDrawButton ( DrawState & ds ) ;
protected virtual void DoPaint ( CDC * pDC ) ;
protected virtual void OnUpdateCmdUI ( CFrameWnd * pTarget , BOOL bDisableIfNoHndler ) ;
protected virtual int HitTest ( CPoint point ) ;
protected virtual int OnToolHitTest ( CPoint point , TOOLINFO * pTI ) const ;
protected afx_msg void OnLButtonDown ( UINT nFlags , CPoint point ) ;
protected afx_msg void OnMouseMove ( UINT nFlags , CPoint point ) ;
protected afx_msg void OnLButtonUp ( UINT nFlags , CPoint point ) ;
protected afx_msg void OnCancelMode ( ) ;
protected afx_msg void OnSysColorChange ( ) ;
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.