13 #include "HMFCGlobals.h"
19 #define CBaseHoopsFrameWnd CFrameWnd
21 #define CBaseHoopsFrameWnd CMDIFrameWnd
29 void Maximize(CFrameWnd* pFrame, CWnd* pView);
30 void Restore(CFrameWnd* pFrame);
31 BOOL InFullScreenMode() {
return !m_rcRestore.IsRectEmpty(); }
32 CSize GetMaxSize(CWnd* pView);
62 void DockControlBarLeftOf(CToolBar* Bar,CToolBar* LeftOf);
90 void SetPaletteShared(BOOL share);
98 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
105 virtual void AssertValid()
const;
106 virtual void Dump(CDumpContext& dc)
const;
108 void OnViewFullScreen();
117 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
118 afx_msg BOOL OnQueryNewPalette();
119 afx_msg
void OnPaletteChanged(CWnd* pFocusWnd);
120 afx_msg
void OnMove(
int x,
int y);
121 afx_msg
virtual BOOL OnWndMsg( UINT message, WPARAM wParam, LPARAM lParam, LRESULT *pResult);
122 afx_msg
void OnGetMinMaxInfo(MINMAXINFO* lpmmi);
124 DECLARE_MESSAGE_MAP()
128 BOOL IsPaletteShared()
Definition: CHoopsFrm.h:87
CPalette * m_pPalette
Definition: CHoopsFrm.h:53
CPalette * GetSharedPalette()
Definition: CHoopsFrm.h:84
BOOL m_bSharePalette
Definition: CHoopsFrm.h:55
The CHoopsFrame class provides a HOOPS-specific implementation of the CMDIFrameWnd(MDI)/CFrameWnd(SDI...
Definition: CHoopsFrm.h:47
CToolBar m_wndToolBar
currently unused
Definition: CHoopsFrm.h:112
CStatusBar m_wndStatusBar
used by SetPaneText
Definition: CHoopsFrm.h:111
Definition: CHoopsFrm.h:24