mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
cc_item_infobox: add signal OnAfterPaintInfo
This commit is contained in:
@@ -178,4 +178,6 @@ void CComponentsInfoBox::paint(const bool &do_save_bg)
|
||||
//paint, but set visibility mode
|
||||
cctext->allowPaint(cc_allow_paint);
|
||||
cctext->paint(CC_SAVE_SCREEN_NO);
|
||||
|
||||
OnAfterPaintInfo();
|
||||
}
|
||||
|
@@ -89,6 +89,7 @@ class CComponentsInfoBox : public CComponentsText
|
||||
CComponentsPicture * getPictureObject(){return pic;}
|
||||
///paint item
|
||||
void paint(const bool &do_save_bg = CC_SAVE_SCREEN_YES);
|
||||
sigc::signal<void> OnAfterPaintInfo;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user