18 #include "HMFCGlobals.h"
24 #define CBaseHoopsFrameWnd CFrameWnd
26 #define CBaseHoopsFrameWnd CMDIFrameWnd
34 void Maximize(CFrameWnd* pFrame, CWnd* pView);
35 void Restore(CFrameWnd* pFrame);
36 BOOL InFullScreenMode() {
return !m_rcRestore.IsRectEmpty(); }
37 CSize GetMaxSize(CWnd* pView);
67 void DockControlBarLeftOf(CToolBar* Bar,CToolBar* LeftOf);
95 void SetPaletteShared(BOOL share);
103 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
110 virtual void AssertValid()
const;
111 virtual void Dump(CDumpContext& dc)
const;
113 void OnViewFullScreen();
122 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
123 afx_msg BOOL OnQueryNewPalette();
124 afx_msg
void OnPaletteChanged(CWnd* pFocusWnd);
125 afx_msg
void OnMove(
int x,
int y);
126 afx_msg
virtual BOOL OnWndMsg( UINT message, WPARAM wParam, LPARAM lParam, LRESULT *pResult);
127 afx_msg
void OnGetMinMaxInfo(MINMAXINFO* lpmmi);
129 DECLARE_MESSAGE_MAP()
133 BOOL IsPaletteShared()
Definition: CHoopsFrm.h:92
CPalette * m_pPalette
Definition: CHoopsFrm.h:58
CPalette * GetSharedPalette()
Definition: CHoopsFrm.h:89
BOOL m_bSharePalette
Definition: CHoopsFrm.h:60
The CHoopsFrame class provides a HOOPS-specific implementation of the CMDIFrameWnd(MDI)/CFrameWnd(SDI...
Definition: CHoopsFrm.h:52
CToolBar m_wndToolBar
currently unused
Definition: CHoopsFrm.h:117
CStatusBar m_wndStatusBar
used by SetPaneText
Definition: CHoopsFrm.h:116
Definition: CHoopsFrm.h:29