Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
CGUIImage::CFadingTexture Class Reference

#include <GUIImage.h>

Public Member Functions

 CFadingTexture (const CGUITexture &texture, unsigned int fadeTime)
 
 ~CFadingTexture ()
 

Public Attributes

CGUITexture * m_texture
 texture to fade out More...
 
unsigned int m_fadeTime
 time to fade out (ms) More...
 
bool m_fading
 whether we're fading out More...
 

Constructor & Destructor Documentation

§ CFadingTexture()

CGUIImage::CFadingTexture::CFadingTexture ( const CGUITexture &  texture,
unsigned int  fadeTime 
)
inline

§ ~CFadingTexture()

CGUIImage::CFadingTexture::~CFadingTexture ( )
inline

Member Data Documentation

§ m_fadeTime

unsigned int CGUIImage::CFadingTexture::m_fadeTime

time to fade out (ms)

§ m_fading

bool CGUIImage::CFadingTexture::m_fading

whether we're fading out

§ m_texture

CGUITexture* CGUIImage::CFadingTexture::m_texture

texture to fade out


The documentation for this class was generated from the following file: