CComponentsButton: remove function blocks from header

Origin commit data
------------------
Branch: ni/coolstream
Commit: 19fa5e6418
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-09-20 (Fri, 20 Sep 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
2013-09-20 08:32:02 +02:00
parent 6d98a31677
commit 3f0d928742
2 changed files with 12 additions and 3 deletions

View File

@@ -168,6 +168,16 @@ void CComponentsButton::initCaption()
}
}
void CComponentsButton::setCaption(const std::string& text)
{
cc_btn_capt = text;
}
void CComponentsButton::setCaption(const neutrino_locale_t locale_text)
{
cc_btn_capt = g_Locale->getText(locale_text);
}
void CComponentsButton::initCCBtnItems()
{
initIcon();