CInfoViewer: add member killInfobarText()

Ensure that no unnecessary instance of Components infobox is generated
and paint only changed text.
This commit is contained in:
2013-04-26 16:48:45 +02:00
parent dfc6e2069e
commit 54d0f8b42b
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);