CComponentsInfoBox: add methode to get internal picture object

This commit is contained in:
2016-11-21 10:44:27 +01:00
parent 02c6df782c
commit 0d2c612adb

View File

@@ -83,6 +83,8 @@ class CComponentsInfoBox : public CComponentsText
void setPicture(const std::string& picture_name);
///set property: path or name of displayed image, parameter as const char*
void setPicture(const char* picture_name);
///retur internal picture object
CComponentsPicture * getPictureObject(){return pic;}
///paint item
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
};