This is the complete list of members for SFontPool, including all inherited members.
_CreateFont(const FontInfo &fontInfo) | SFontPool | protected |
_GetDefFontInfo() const | SFontPool | protected |
_GetFont(const SStringW &strFont, int scale) | SFontPool | protected |
_SetDefFontInfo(const SStringW &strFontInfo) | SFontPool | protected |
_SetDefFontInfo(const FontInfo &fontInfo) | SFontPool | protected |
AddKeyObject(const FontInfo &key, const IFontPtr &obj) | SCmnMap< IFontPtr, FontInfo > | inline |
CheckFont(const SStringW &strFontName) | SFontPool | static |
FontInfoFromString(const SStringW &strFontInfo, const FontInfo &defFontInfo) | SFontPool | static |
FontInfoToString(const FontInfo &fi) | SFontPool | static |
GetCount() | SCmnMap< IFontPtr, FontInfo > | inline |
GetDefFontInfo() | SFontPool | static |
GetFont(const SStringW &strFont, int scale) | SFontPool | static |
GetKeyObject(const FontInfo &key, IFontPtr &obj) const | SCmnMap< IFontPtr, FontInfo > | inline |
GetKeyObject(const FontInfo &key) const | SCmnMap< IFontPtr, FontInfo > | inline |
HasKey(const FontInfo &key) const | SCmnMap< IFontPtr, FontInfo > | inline |
m_defFontInfo | SFontPool | protected |
m_mapNamedObj | SCmnMap< IFontPtr, FontInfo > | protected |
m_pFunOnKeyRemoved | SCmnMap< IFontPtr, FontInfo > | protected |
m_RenderFactory | SFontPool | protected |
OnKeyRemoved(const IFontPtr &obj) | SFontPool | protectedstatic |
RemoveAll() | SCmnMap< IFontPtr, FontInfo > | inline |
RemoveKeyObject(const FontInfo &key) | SCmnMap< IFontPtr, FontInfo > | inline |
s_funFontCheck | SFontPool | protectedstatic |
SCmnMap(void(*funOnKeyRemoved)(const IFontPtr &)=NULL) | SCmnMap< IFontPtr, FontInfo > | inline |
SetDefFontInfo(const SStringW &strFontInfo) | SFontPool | static |
SetFontChecker(FunFontCheck fontCheck) | SFontPool | static |
SetKeyObject(const FontInfo &key, const IFontPtr &obj) | SCmnMap< IFontPtr, FontInfo > | inline |
SetRenderFactory(IRenderFactory *fac) | SFontPool | protected |
SFontPool(IRenderFactory *fac) | SFontPool | protected |
~SCmnMap() | SCmnMap< IFontPtr, FontInfo > | inlinevirtual |