CCDraw: add function for blink effect for cc items

NOTE: experimental, for examples see CTestMenu class


Origin commit data
------------------
Branch: ni/coolstream
Commit: 717dec02c5
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)



------------------
This commit was generated by Migit
This commit is contained in:
2016-11-20 14:09:19 +01:00
parent 9c47a80d3d
commit b337697b1e
6 changed files with 201 additions and 32 deletions

View File

@@ -81,6 +81,9 @@ class CComponentsPicture : public CComponentsItem
///helper: indicate for reinit
bool need_init;
///paint item with changed paint and hide effect
void paintTrigger();
void init( const int &x_pos, const int &y_pos, const int &w, const int &h,
const std::string& image_name,
CComponentsForm *parent,