mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- infoviewer_bb: small renamings to get more logic in function names
showOne_CAIcon() => showIcon_CA() paint_ca_icons() => paint_ca_icon() showIcon_CA_Status() => paint_ca_icons() Conflicts: src/gui/infoviewer.cpp src/gui/infoviewer_bb.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -112,9 +112,8 @@ class CInfoViewerBB
|
||||
void getBBIconInfo(void);
|
||||
bool checkBBIcon(const char * const icon, int *w, int *h);
|
||||
|
||||
void paint_ca_icons(int, const char*, int&);
|
||||
void paint_ca_icon(int, const char*, int&);
|
||||
void paint_ca_bar();
|
||||
void showOne_CAIcon();
|
||||
|
||||
static void* scrambledThread(void *arg);
|
||||
void scrambledCheck(bool force=false);
|
||||
@@ -132,8 +131,8 @@ class CInfoViewerBB
|
||||
int bottom_bar_offset, InfoHeightY_Info;
|
||||
bool is_visible;
|
||||
|
||||
void paint_ca_icons(int);
|
||||
void showSysfsHdd(void);
|
||||
void showIcon_CA_Status(int);
|
||||
void showIcon_16_9();
|
||||
void showIcon_RadioText(bool rt_available);
|
||||
void showIcon_VTXT();
|
||||
@@ -141,6 +140,7 @@ class CInfoViewerBB
|
||||
void showIcon_Resolution();
|
||||
void showIcon_Tuner(void);
|
||||
void showIcon_DD(void);
|
||||
void showIcon_CA();
|
||||
void showBBButtons(bool paintFooter = false);
|
||||
void paintshowButtonBar(bool noTimer = false);
|
||||
void getBBButtonInfo(void);
|
||||
|
Reference in New Issue
Block a user