mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
CComponentsInfoBox: add methode to get internal picture object
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d2c612adb
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -83,6 +83,8 @@ class CComponentsInfoBox : public CComponentsText
|
|||||||
void setPicture(const std::string& picture_name);
|
void setPicture(const std::string& picture_name);
|
||||||
///set property: path or name of displayed image, parameter as const char*
|
///set property: path or name of displayed image, parameter as const char*
|
||||||
void setPicture(const char* picture_name);
|
void setPicture(const char* picture_name);
|
||||||
|
///retur internal picture object
|
||||||
|
CComponentsPicture * getPictureObject(){return pic;}
|
||||||
///paint item
|
///paint item
|
||||||
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
|
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user