![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <GUIFontCache.h>
Public Member Functions | |
CGUIFontCacheEntry (const CGUIFontCache< Position, Value > &cache, const CGUIFontCacheKey< Position > &key, unsigned int nowMillis) | |
~CGUIFontCacheEntry () | |
void | Assign (const CGUIFontCacheKey< Position > &key, unsigned int nowMillis) |
Public Attributes | |
const CGUIFontCache< Position, Value > & | m_cache |
CGUIFontCacheKey< Position > | m_key |
TransformMatrix | m_matrix |
unsigned int | m_lastUsedMillis |
Value | m_value |
|
inline |
template CGUIFontCacheEntry< Position, Value >::~CGUIFontCacheEntry | ( | ) |
void CGUIFontCacheEntry< Position, Value >::Assign | ( | const CGUIFontCacheKey< Position > & | key, |
unsigned int | nowMillis | ||
) |
const CGUIFontCache<Position, Value>& CGUIFontCacheEntry< Position, Value >::m_cache |
CGUIFontCacheKey<Position> CGUIFontCacheEntry< Position, Value >::m_key |
unsigned int CGUIFontCacheEntry< Position, Value >::m_lastUsedMillis |
TransformMatrix CGUIFontCacheEntry< Position, Value >::m_matrix |
Value CGUIFontCacheEntry< Position, Value >::m_value |