Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CGUIImage::CFadingTexture Class Reference

#include <GUIImage.h>

Public Member Functions

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

Public Attributes

std::unique_ptr< CGUITexturem_texture
 texture to fade out
 
unsigned int m_fadeTime
 time to fade out (ms)
 
bool m_fading
 whether we're fading out
 

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

std::unique_ptr<CGUITexture> CGUIImage::CFadingTexture::m_texture

texture to fade out


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