CComponentsPicture: add member to get current image name

Origin commit data
------------------
Branch: ni/coolstream
Commit: 65fe634e85
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-02-03 (Wed, 03 Feb 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-02-03 12:19:49 +01:00
parent a82bf3d053
commit c1517e2cef

View File

@@ -136,6 +136,8 @@ class CComponentsPicture : public CComponentsItem
virtual void setPicture(const std::string& picture_name);
///sets an image name (unscaled icons only), full image path or url to an image file
virtual void setPicture(const char* picture_name);
///returns current assigned image name
std::string getPictureName(){return pic_name;}
///handle image size
virtual void getSize(int* width_image, int *height_image);