mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CCDraw: add function for blink effect for cc items
NOTE: experimental, for examples see CTestMenu class
This commit is contained in:
@@ -349,6 +349,15 @@ bool CComponentsPicture::hasChanges()
|
||||
return ret;
|
||||
}
|
||||
|
||||
void CComponentsPicture::paintTrigger()
|
||||
{
|
||||
if (!is_painted && !isPicPainted())
|
||||
paint1();
|
||||
else
|
||||
hide();
|
||||
}
|
||||
|
||||
|
||||
CComponentsChannelLogo::CComponentsChannelLogo( const int &x_pos, const int &y_pos, const int &w, const int &h,
|
||||
const std::string& channelName,
|
||||
const uint64_t& channelId,
|
||||
|
Reference in New Issue
Block a user