Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
CGUIFontCacheEntry< Position, Value > Struct Template Reference

#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
 

Constructor & Destructor Documentation

§ CGUIFontCacheEntry()

template<class Position , class Value >
CGUIFontCacheEntry< Position, Value >::CGUIFontCacheEntry ( const CGUIFontCache< Position, Value > &  cache,
const CGUIFontCacheKey< Position > &  key,
unsigned int  nowMillis 
)
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,
unsigned int  nowMillis 
)

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_lastUsedMillis

template<class Position , class Value >
unsigned int CGUIFontCacheEntry< Position, Value >::m_lastUsedMillis

§ 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: