Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CGUIFontCacheEntry< Position, Value > Struct Template Reference

#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
 

Constructor & Destructor Documentation

◆ CGUIFontCacheEntry()

template<class Position , class Value >
CGUIFontCacheEntry< Position, Value >::CGUIFontCacheEntry ( const CGUIFontCache< Position, Value > & cache,
const CGUIFontCacheKey< Position > & key,
std::chrono::steady_clock::time_point now )
inline

◆ ~CGUIFontCacheEntry()

template<class Position , class Value >
template CGUIFontCacheEntry< Position, Value >::~CGUIFontCacheEntry ( )

Member Function Documentation

◆ Assign()

template<class Position , class Value >
void CGUIFontCacheEntry< Position, Value >::Assign ( const CGUIFontCacheKey< Position > & key,
std::chrono::steady_clock::time_point now )

Member Data Documentation

◆ m_cache

template<class Position , class Value >
const CGUIFontCache<Position, Value>& CGUIFontCacheEntry< Position, Value >::m_cache

◆ m_key

template<class Position , class Value >
CGUIFontCacheKey<Position> CGUIFontCacheEntry< Position, Value >::m_key

◆ m_lastUsed

template<class Position , class Value >
std::chrono::steady_clock::time_point CGUIFontCacheEntry< Position, Value >::m_lastUsed

◆ m_matrix

template<class Position , class Value >
TransformMatrix CGUIFontCacheEntry< Position, Value >::m_matrix

◆ m_value

template<class Position , class Value >
Value CGUIFontCacheEntry< Position, Value >::m_value

The documentation for this struct was generated from the following files: