|
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 |
| std::vector< KODI::UTILS::COLOR::Color > | m_color |
| std::vector< character_t > | m_text |
| TransformMatrix | m_matrix |
| CGUIFontCacheKey< Position > | m_key |
| 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 |
| std::vector<KODI::UTILS::COLOR::Color> CGUIFontCacheEntry< Position, Value >::m_color |
| CGUIFontCacheKey<Position> CGUIFontCacheEntry< Position, Value >::m_key |
| std::chrono::steady_clock::time_point CGUIFontCacheEntry< Position, Value >::m_lastUsed |
| TransformMatrix CGUIFontCacheEntry< Position, Value >::m_matrix |
| std::vector<character_t> CGUIFontCacheEntry< Position, Value >::m_text |
| Value CGUIFontCacheEntry< Position, Value >::m_value |