CComponentsText: rename getCCItemTextBoxInst -> getCTextBoxObject

This name should be more plausible


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b68259ac6
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-21 (Thu, 21 Mar 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-03-21 09:54:00 +01:00
parent d35b7a40fb
commit e4de9cdbdb
2 changed files with 3 additions and 2 deletions

View File

@@ -202,7 +202,8 @@ class CComponentsText : public CComponentsItem
virtual void setText(neutrino_locale_t locale_text, const int mode = ~CTextBox::AUTO_WIDTH, Font* font_text = NULL);
virtual void removeLineBreaks(std::string& str);
CTextBox* getCCItemTextBoxInst() { return ct_textbox; };
//get a Text Box object, so it's possible to get access directly to its methods
CTextBox* getCTextBoxObject() { return ct_textbox; };
};
class CComponentsLabel : public CComponentsText