|
vdr
1.7.27
|
#include <skins.h>
Public Member Functions | |
| cProgressBar (int Width, int Height, int Current, int Total, const cMarks *Marks, tColor ColorSeen, tColor ColorRest, tColor ColorSelected, tColor ColorMark, tColor ColorCurrent) | |
| cProgressBar (int Width, int Height, int Current, int Total, const cMarks *Marks, tColor ColorSeen, tColor ColorRest, tColor ColorSelected, tColor ColorMark, tColor ColorCurrent) | |
Protected Member Functions | |
| int | Pos (int p) |
| void | Mark (int x, bool Start, bool Current, tColor ColorMark, tColor ColorCurrent) |
| int | Pos (int p) |
| void | Mark (int x, bool Start, bool Current, tColor ColorMark, tColor ColorCurrent) |
Protected Attributes | |
| int | total |
Definition at line 190 of file include/vdr/skins.h.
| cSkinDisplayReplay::cProgressBar::cProgressBar | ( | int | Width, |
| int | Height, | ||
| int | Current, | ||
| int | Total, | ||
| const cMarks * | Marks, | ||
| tColor | ColorSeen, | ||
| tColor | ColorRest, | ||
| tColor | ColorSelected, | ||
| tColor | ColorMark, | ||
| tColor | ColorCurrent | ||
| ) |
Definition at line 127 of file skins.c.
References cSkinDisplay::Current(), cBitmap::DrawRectangle(), cList< T >::First(), Mark(), cList< T >::Next(), Pos(), cMark::Position(), and total.
| cSkinDisplayReplay::cProgressBar::cProgressBar | ( | int | Width, |
| int | Height, | ||
| int | Current, | ||
| int | Total, | ||
| const cMarks * | Marks, | ||
| tColor | ColorSeen, | ||
| tColor | ColorRest, | ||
| tColor | ColorSelected, | ||
| tColor | ColorMark, | ||
| tColor | ColorCurrent | ||
| ) |
| void cSkinDisplayReplay::cProgressBar::Mark | ( | int | x, |
| bool | Start, | ||
| bool | Current, | ||
| tColor | ColorMark, | ||
| tColor | ColorCurrent | ||
| ) | [protected] |
Definition at line 152 of file skins.c.
Referenced by cProgressBar().
| void cSkinDisplayReplay::cProgressBar::Mark | ( | int | x, |
| bool | Start, | ||
| bool | Current, | ||
| tColor | ColorMark, | ||
| tColor | ColorCurrent | ||
| ) | [protected] |
| int cSkinDisplayReplay::cProgressBar::Pos | ( | int | p | ) | [inline, protected] |
Definition at line 193 of file skins.h.
References total, and cBitmap::Width().
| int cSkinDisplayReplay::cProgressBar::Pos | ( | int | p | ) | [inline, protected] |
Definition at line 193 of file include/vdr/skins.h.
References total, and cBitmap::Width().
Referenced by cProgressBar().
int cSkinDisplayReplay::cProgressBar::total [protected] |
Definition at line 192 of file include/vdr/skins.h.
Referenced by cProgressBar(), and Pos().
1.8.0