CCDraw: add function for blink effect for cc items

NOTE: experimental, for examples see CTestMenu class
This commit is contained in:
2016-11-20 14:09:19 +01:00
parent 696989dcf1
commit 717dec02c5
6 changed files with 201 additions and 32 deletions

View File

@@ -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,