mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
add support for radiotext (needs testing) -> http://www.dbox2world.net/board293-coolstream-hd1/board296-coolstream-software/10635-radiotext-einbauen/
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1501 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: ec402d9518
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-06-02 (Thu, 02 Jun 2011)
Origin message was:
------------------
- add support for radiotext (needs testing) -> http://www.dbox2world.net/board293-coolstream-hd1/board296-coolstream-software/10635-radiotext-einbauen/
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1501 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -82,12 +82,18 @@ void CProgressBar::paintProgressBar ( const int pos_x,
|
||||
upper_labeltext, uppertext_col, iconfile, paintZero);
|
||||
}
|
||||
|
||||
void CProgressBar::paintProgressBar2(const int pos_x, const int pos_y,
|
||||
const int value, const int max_value,
|
||||
const fb_pixel_t activebar_col, const fb_pixel_t passivebar_col,
|
||||
const fb_pixel_t frame_col, const fb_pixel_t shadowbar_col,
|
||||
const char * upper_labeltext, const uint8_t uppertext_col,
|
||||
const char * iconfile, bool paintZero)
|
||||
void CProgressBar::paintProgressBar2(const int pos_x,
|
||||
const int pos_y,
|
||||
const int value,
|
||||
const int max_value,
|
||||
const fb_pixel_t activebar_col,
|
||||
const fb_pixel_t passivebar_col,
|
||||
const fb_pixel_t frame_col,
|
||||
const fb_pixel_t shadowbar_col,
|
||||
const char * upper_labeltext,
|
||||
const uint8_t uppertext_col,
|
||||
const char * iconfile,
|
||||
bool paintZero)
|
||||
{
|
||||
if (height < 0 || width < 0)
|
||||
{
|
||||
|
@@ -129,6 +129,8 @@ class CProgressBar
|
||||
const int max_value);
|
||||
|
||||
void reset() { last_width = -1; } /* force update on next paint */
|
||||
|
||||
void hide();
|
||||
};
|
||||
|
||||
#endif /* __gui_widget_progressbar_h__ */
|
||||
|
Reference in New Issue
Block a user