[ROOT] --> small

class CMainFrame
    extends CMDIFrameWnd as public

Author:
unascribed

Version:
unknown

Source:
MAINFRM.H:6

Constructors Index

CMainFrame
[public]
~CMainFrame
[public]


Variables Index

m_bActive
[protected]
m_bmCaption
[protected]
m_fontAcme
[protected]
m_fontCaption
[protected]
m_rcCaption
[protected]
m_wndPaletteBar
[protected]
m_wndStatusBar
[public]
m_wndToolBar
[protected]


Methods Index

CreateFonts
[protected]
GetCaptionBitmap
[protected]
GetDocTitle
[protected]
OnClose
[protected]
OnCreate
[protected]
OnNcActivate
[protected]
OnNcPaint
[protected]
OnPaletteChanged
[protected]
OnQueryNewPalette
[protected]
OnSetText
[protected]
OnSettingChange
[protected]
OnSysColorChange
[protected]
OnUpdateFrameTitle
[protected]
OnUpdateViewPalette
[protected]
OnUpdateViewStatusBar
[protected]
OnUpdateViewToolbar
[protected]
OnViewPalette
[protected]
OnViewStatusBar
[protected]
OnViewToolbar
[protected]
PaintCaption
[protected]
PaintCaption
[protected]


Constructors

CMainFrame

public CMainFrame ( ) ;

CMainFrame

public virtual ~ CMainFrame ( ) ;


Variables

m_wndStatusBar

public CqStatusBar m_wndStatusBar

m_wndToolBar

protected CToolBar m_wndToolBar

m_wndPaletteBar

protected CToolBar m_wndPaletteBar

m_fontCaption

protected CFont m_fontCaption

m_fontAcme

protected CFont m_fontAcme

m_bActive

protected BOOL m_bActive

m_rcCaption

protected CRect m_rcCaption

m_bmCaption

protected CBitmap m_bmCaption [ 2 ]


Methods

OnUpdateFrameTitle

protected void OnUpdateFrameTitle ( BOOL bAddToTitle ) ;

GetDocTitle

protected CString GetDocTitle ( ) ;

PaintCaption

protected void PaintCaption ( BOOL bActive ) ;

PaintCaption

protected void PaintCaption ( ) ;

CreateFonts

protected void CreateFonts ( ) ;

GetCaptionBitmap

protected CBitmap * GetCaptionBitmap ( BOOL bActive ) ;

OnCreate

protected afx_msg int OnCreate ( LPCREATESTRUCT lpCreateStruct ) ;

OnClose

protected afx_msg void OnClose ( ) ;

OnPaletteChanged

protected afx_msg void OnPaletteChanged ( CWnd * pFocusWnd ) ;

OnQueryNewPalette

protected afx_msg BOOL OnQueryNewPalette ( ) ;

OnViewStatusBar

protected afx_msg void OnViewStatusBar ( ) ;

OnUpdateViewStatusBar

protected afx_msg void OnUpdateViewStatusBar ( CCmdUI * pCmdUI ) ;

OnNcPaint

protected afx_msg void OnNcPaint ( ) ;

OnNcActivate

protected afx_msg BOOL OnNcActivate ( BOOL bActive ) ;

OnSysColorChange

protected afx_msg void OnSysColorChange ( ) ;

OnSetText

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

OnSettingChange

protected afx_msg LRESULT OnSettingChange ( WPARAM ,
                                            LPARAM ) ;

OnViewToolbar

protected afx_msg void OnViewToolbar ( ) ;

OnUpdateViewToolbar

protected afx_msg void OnUpdateViewToolbar ( CCmdUI * pCmdUI ) ;

OnViewPalette

protected afx_msg void OnViewPalette ( ) ;

OnUpdateViewPalette

protected afx_msg void OnUpdateViewPalette ( CCmdUI * pCmdUI ) ;


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.