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

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