CComponentsText: add helper to convert integer to string

Origin commit data
------------------
Commit: 546b04b846
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-10 (Wed, 10 Apr 2013)
This commit is contained in:
2013-04-10 17:05:46 +02:00
parent 05dd332172
commit dbc9c1e08f
2 changed files with 14 additions and 0 deletions

View File

@@ -164,6 +164,8 @@ class CComponentsText : public CComponentsItem
const char* ct_text;
bool ct_text_sent, ct_paint_textbg;
std::string iToString(int int_val); //helper to convert int to string
void initVarText();
void clearCCText();
void initCCText();