2#include "GUIDefinitionsResource.h"
8 class FL_EXPORT CGUIManagerResource :
public Base::CFLBase
11 CGUIManagerResource();
13 static CGUIManagerResource* GetObject();
15 static bool Initialize();
16 static bool IsInitialized();
17 static bool Terminate();
18 static CBitmap* GetBmpResource(EResourceIdBitmap eResourceID);
19 static HCURSOR* GetCursorResource(UINT nIDResource);
21 static bool SetFontDefaultTree(CWnd* pWndTree);
22 static bool SetFontDefaultLog(CWnd* pWndLog);
23 static bool SetFontDefaultCode(CWnd* pWndCode);
24 static bool SetFontDefaultPropertyGridCtrl(CWnd* pWndPropertyGridCtrl);
26 static CFont* GetFontDefaultTree();
27 static CFont* GetFontDefaultLog();
28 static CFont* GetFontDefaultCode();
29 static CFont* GetFontDefaultPropertyGridCtrl();
31 static CFont* GetFontMenuPane();
32 static CFont* GetFontPropertyGridCtrl();
33 static CFont* GetFontPropertyControls();
34 static CFont* GetFontLogPane();
35 static CFont* GetFontCodePane();
36 static CFont* GetFontExampleSNAPPane();
37 static CFont* GetFontLayerObject();
38 static CFont* GetFontDefaultMediumSize();
39 static CFont* GetFontDefaultSmallSize();
40 static CFont* GetFontControls();
41 static CFont* GetFontDialogButton();
42 static CFont* GetFontPixelValue();
44 static bool SetFontMenuPane(LOGFONT* pLf,
bool bWrite =
true);
45 static bool SetFontExampleSNAPPane(LOGFONT* pLf,
bool bWrite =
true);
46 static bool SetFontPropertyPane(LOGFONT* pLfPropertyGridCtrl, LOGFONT* pLfPropertyControls,
bool bWrite =
true);
47 static bool SetFontLogPane(LOGFONT* pLf,
bool bWrite =
true);
48 static bool SetFontCodePane(LOGFONT* pLf,
bool bWrite =
true);
49 static bool SetFontLayerObject();
50 static bool SetFontDefault();
52 DeclareGetClassType();
55 static CBitmap* GetBmpResource(UINT nIDResource);
56 static bool GetLogFontFromWnd(
const CWnd* pWnd, LOGFONT& lf);
59 volatile bool m_bInitialized;
Definition D2DObject.h:12