mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
cc_item_infobox: add signal OnAfterPaintInfo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ae7aa641d
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-12-30 (Mon, 30 Dec 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -178,4 +178,6 @@ void CComponentsInfoBox::paint(const bool &do_save_bg)
|
|||||||
//paint, but set visibility mode
|
//paint, but set visibility mode
|
||||||
cctext->allowPaint(cc_allow_paint);
|
cctext->allowPaint(cc_allow_paint);
|
||||||
cctext->paint(CC_SAVE_SCREEN_NO);
|
cctext->paint(CC_SAVE_SCREEN_NO);
|
||||||
|
|
||||||
|
OnAfterPaintInfo();
|
||||||
}
|
}
|
||||||
|
@@ -89,6 +89,7 @@ class CComponentsInfoBox : public CComponentsText
|
|||||||
CComponentsPicture * getPictureObject(){return pic;}
|
CComponentsPicture * getPictureObject(){return pic;}
|
||||||
///paint item
|
///paint item
|
||||||
void paint(const bool &do_save_bg = CC_SAVE_SCREEN_YES);
|
void paint(const bool &do_save_bg = CC_SAVE_SCREEN_YES);
|
||||||
|
sigc::signal<void> OnAfterPaintInfo;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user