mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +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()
Origin commit data
------------------
Commit: 9389e78318
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-13 (Wed, 13 Dec 2017)
Origin message was:
------------------
- 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()
This commit is contained in:
@@ -121,9 +121,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);
|
||||
@@ -141,8 +140,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();
|
||||
@@ -150,6 +149,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