CInfoViewer: add member killInfobarText()

Ensure that no unnecessary instance of Components infobox is generated
and paint only changed text.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 54d0f8b42b
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-26 (Fri, 26 Apr 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-04-26 16:48:45 +02:00
parent a32782392c
commit 58a2d0755f
2 changed files with 22 additions and 11 deletions

View File

@@ -128,8 +128,11 @@ class CInfoViewer
void showRadiotext();
void killRadiotext();
//small infobox, shows a small textbox with a short message text,
//text must be located in a file named /tmp/infobar.txt
CComponentsInfoBox *infobar_txt;
void showInfoFile();
void killInfobarText();
//void loop(int fadeValue, bool show_dot ,bool fadeIn);
void loop(bool show_dot);