3#include "GUIPaneBase.h"
11 class FL_EXPORT CGUIPaneViewGraph :
public CGUIPaneBase
13 friend class CGUIMainFrame;
14 friend class CGUIManager;
17 CGUIPaneViewGraph() noexcept;
18 virtual ~CGUIPaneViewGraph();
20 virtual
void UpdateFont();
22 virtual CGUIViewGraph* GetViewGraph() const;
23 virtual const CResult Initialize();
25 DeclareGetClassType();
29 CGUIViewGraph* m_pViewGraph;
33 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
34 afx_msg
void OnSize(UINT nType,
int cx,
int cy);
35 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
36 afx_msg
void OnDestroy();