CComponentsText: add member clearCCText()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c5805d0ea
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-10-24 (Wed, 24 Oct 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
2012-10-24 15:31:49 +02:00
parent f21355566b
commit d8738e130b
2 changed files with 17 additions and 21 deletions

View File

@@ -224,6 +224,7 @@ class CComponentsText : public CComponentsItem
Font * ct_font;
void initVarText();
void clearCCText();
private:
const char* ct_text;
int ct_text_mode; //see textbox.h for possible modes
@@ -231,7 +232,7 @@ class CComponentsText : public CComponentsItem
bool ct_text_sended;
void initText();
void initCCText();
public:
CComponentsText();