|
Kodi Documentation 22.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, std::chrono::steady_clock::time_point now) | |
| ~CGUIFontCacheEntry () | |
| void | Assign (const CGUIFontCacheKey< Position > &key, std::chrono::steady_clock::time_point now) |
Public Attributes | |
| const CGUIFontCache< Position, Value > & | m_cache |
| CGUIFontCacheKey< Position > | m_key |
| TransformMatrix | m_matrix |
| std::chrono::steady_clock::time_point | m_lastUsed |
| Value | m_value |
|
inline |
| template CGUIFontCacheEntry< Position, Value >::~CGUIFontCacheEntry | ( | ) |
| void CGUIFontCacheEntry< Position, Value >::Assign | ( | const CGUIFontCacheKey< Position > & | key, |
| std::chrono::steady_clock::time_point | now | ||
| ) |
| const CGUIFontCache<Position, Value>& CGUIFontCacheEntry< Position, Value >::m_cache |
| CGUIFontCacheKey<Position> CGUIFontCacheEntry< Position, Value >::m_key |
| std::chrono::steady_clock::time_point CGUIFontCacheEntry< Position, Value >::m_lastUsed |
| TransformMatrix CGUIFontCacheEntry< Position, Value >::m_matrix |
| Value CGUIFontCacheEntry< Position, Value >::m_value |