gui/channellist.cpp: optimize channel list appear time

Origin commit data
------------------
Commit: e846eb141e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-03-06 (Fri, 06 Mar 2015)
This commit is contained in:
[CST] Focus
2015-03-06 14:13:31 +03:00
parent 0789a30e26
commit 5abfce2008
2 changed files with 72 additions and 48 deletions

View File

@@ -135,9 +135,11 @@ private:
void paintItem2DetailsLine (int pos);
void paintItem(int pos,const bool firstpaint = false);
bool updateSelection(int newpos);
void paint();
void paintBody();
void paintHead();
void paintButtonBar(bool is_current);
void updateVfd();
void paint();
void hide();
void showChannelLogo();
void calcSize();