mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
cc_frm_button: add methode to get current icon name
This commit is contained in:
@@ -268,6 +268,8 @@ class CComponentsButton : public CComponentsFrmChain, public CCTextScreen
|
|||||||
|
|
||||||
///assigns icon to button object, parameter1 as std::string
|
///assigns icon to button object, parameter1 as std::string
|
||||||
void setButtonIcon(const std::string& icon);
|
void setButtonIcon(const std::string& icon);
|
||||||
|
///returns icon file name from button object, see also cc_btn_icon
|
||||||
|
std::string getButtonIcon() {return cc_btn_icon;}
|
||||||
|
|
||||||
///signal on pressed key/button
|
///signal on pressed key/button
|
||||||
sigc::signal<void> OnPressedButton;
|
sigc::signal<void> OnPressedButton;
|
||||||
|
Reference in New Issue
Block a user