vdr
2.2.0
|
#include "skinsttng.h"
#include "font.h"
#include "osd.h"
#include "menu.h"
#include "themes.h"
#include "videodir.h"
#include "symbols/arrowdown.xpm"
#include "symbols/arrowup.xpm"
#include "symbols/audio.xpm"
#include "symbols/audioleft.xpm"
#include "symbols/audioright.xpm"
#include "symbols/audiostereo.xpm"
#include "symbols/dolbydigital.xpm"
#include "symbols/encrypted.xpm"
#include "symbols/ffwd.xpm"
#include "symbols/ffwd1.xpm"
#include "symbols/ffwd2.xpm"
#include "symbols/ffwd3.xpm"
#include "symbols/frew.xpm"
#include "symbols/frew1.xpm"
#include "symbols/frew2.xpm"
#include "symbols/frew3.xpm"
#include "symbols/mute.xpm"
#include "symbols/pause.xpm"
#include "symbols/play.xpm"
#include "symbols/radio.xpm"
#include "symbols/recording.xpm"
#include "symbols/sfwd.xpm"
#include "symbols/sfwd1.xpm"
#include "symbols/sfwd2.xpm"
#include "symbols/sfwd3.xpm"
#include "symbols/srew.xpm"
#include "symbols/srew1.xpm"
#include "symbols/srew2.xpm"
#include "symbols/srew3.xpm"
#include "symbols/teletext.xpm"
#include "symbols/volume.xpm"
Go to the source code of this file.
Classes | |
class | cSkinSTTNGDisplayChannel |
class | cSkinSTTNGDisplayMenu |
class | cSkinSTTNGDisplayReplay |
class | cSkinSTTNGDisplayVolume |
class | cSkinSTTNGDisplayTracks |
class | cSkinSTTNGDisplayMessage |
Macros | |
#define | Roundness (Setup.FontOsdSize / 2) |
#define | Gap (Setup.FontOsdSize / 5) |
#define | ScrollWidth (Setup.FontOsdSize / 4) |
#define | TextFrame (Setup.FontOsdSize / 10) |
#define | TextSpacing (Setup.FontOsdSize / 4) |
#define | SymbolSpacing (Setup.FontOsdSize / 4) |
Functions | |
THEME_CLR (Theme, clrBackground, clrGray50) | |
THEME_CLR (Theme, clrButtonRedFg, clrWhite) | |
THEME_CLR (Theme, clrButtonRedBg, clrRed) | |
THEME_CLR (Theme, clrButtonGreenFg, clrBlack) | |
THEME_CLR (Theme, clrButtonGreenBg, clrGreen) | |
THEME_CLR (Theme, clrButtonYellowFg, clrBlack) | |
THEME_CLR (Theme, clrButtonYellowBg, clrYellow) | |
THEME_CLR (Theme, clrButtonBlueFg, clrWhite) | |
THEME_CLR (Theme, clrButtonBlueBg, clrBlue) | |
THEME_CLR (Theme, clrMessageFrame, clrYellow) | |
THEME_CLR (Theme, clrMessageStatusFg, clrBlack) | |
THEME_CLR (Theme, clrMessageStatusBg, clrCyan) | |
THEME_CLR (Theme, clrMessageInfoFg, clrBlack) | |
THEME_CLR (Theme, clrMessageInfoBg, clrGreen) | |
THEME_CLR (Theme, clrMessageWarningFg, clrBlack) | |
THEME_CLR (Theme, clrMessageWarningBg, clrYellow) | |
THEME_CLR (Theme, clrMessageErrorFg, clrWhite) | |
THEME_CLR (Theme, clrMessageErrorBg, clrRed) | |
THEME_CLR (Theme, clrVolumeFrame, clrYellow) | |
THEME_CLR (Theme, clrVolumeSymbol, clrBlack) | |
THEME_CLR (Theme, clrVolumeBarUpper, 0xFFBC8024) | |
THEME_CLR (Theme, clrVolumeBarLower, 0xFF248024) | |
THEME_CLR (Theme, clrChannelFrame, clrYellow) | |
THEME_CLR (Theme, clrChannelName, clrBlack) | |
THEME_CLR (Theme, clrChannelDate, clrBlack) | |
THEME_CLR (Theme, clrChannelSymbolOn, clrBlack) | |
THEME_CLR (Theme, clrChannelSymbolOff, 0xFFBC8024) | |
THEME_CLR (Theme, clrChannelSymbolRecFg, clrWhite) | |
THEME_CLR (Theme, clrChannelSymbolRecBg, clrRed) | |
THEME_CLR (Theme, clrChannelEpgTime, clrBlack) | |
THEME_CLR (Theme, clrChannelEpgTitle, clrCyan) | |
THEME_CLR (Theme, clrChannelEpgShortText, clrYellow) | |
THEME_CLR (Theme, clrChannelTimebarSeen, clrYellow) | |
THEME_CLR (Theme, clrChannelTimebarRest, clrGray50) | |
THEME_CLR (Theme, clrChannelSignalValue, clrGreen) | |
THEME_CLR (Theme, clrChannelSignalRest, clrRed) | |
THEME_CLR (Theme, clrMenuFrame, clrYellow) | |
THEME_CLR (Theme, clrMenuTitle, clrBlack) | |
THEME_CLR (Theme, clrMenuDate, clrBlack) | |
THEME_CLR (Theme, clrMenuItemCurrentFg, clrBlack) | |
THEME_CLR (Theme, clrMenuItemCurrentBg, clrYellow) | |
THEME_CLR (Theme, clrMenuItemSelectable, clrYellow) | |
THEME_CLR (Theme, clrMenuItemNonSelectable, clrCyan) | |
THEME_CLR (Theme, clrMenuEventTime, clrYellow) | |
THEME_CLR (Theme, clrMenuEventVps, clrBlack) | |
THEME_CLR (Theme, clrMenuEventTitle, clrCyan) | |
THEME_CLR (Theme, clrMenuEventShortText, clrYellow) | |
THEME_CLR (Theme, clrMenuEventDescription, clrCyan) | |
THEME_CLR (Theme, clrMenuScrollbarTotal, clrYellow) | |
THEME_CLR (Theme, clrMenuScrollbarShown, clrCyan) | |
THEME_CLR (Theme, clrMenuScrollbarArrow, clrBlack) | |
THEME_CLR (Theme, clrMenuText, clrCyan) | |
THEME_CLR (Theme, clrReplayFrame, clrYellow) | |
THEME_CLR (Theme, clrReplayTitle, clrBlack) | |
THEME_CLR (Theme, clrReplayMode, clrBlack) | |
THEME_CLR (Theme, clrReplayCurrent, clrBlack) | |
THEME_CLR (Theme, clrReplayTotal, clrBlack) | |
THEME_CLR (Theme, clrReplayJump, clrBlack) | |
THEME_CLR (Theme, clrReplayProgressSeen, clrGreen) | |
THEME_CLR (Theme, clrReplayProgressRest, clrWhite) | |
THEME_CLR (Theme, clrReplayProgressSelected, clrRed) | |
THEME_CLR (Theme, clrReplayProgressMark, clrBlack) | |
THEME_CLR (Theme, clrReplayProgressCurrent, clrRed) | |
Variables | |
static cTheme | Theme |
static const char *const * | ReplaySymbols [2][2][5] |
#define Gap (Setup.FontOsdSize / 5) |
Definition at line 54 of file skinsttng.c.
Referenced by cSkinSTTNGDisplayChannel::cSkinSTTNGDisplayChannel(), cSkinSTTNGDisplayMenu::cSkinSTTNGDisplayMenu(), cSkinSTTNGDisplayMessage::cSkinSTTNGDisplayMessage(), cSkinSTTNGDisplayReplay::cSkinSTTNGDisplayReplay(), cSkinSTTNGDisplayTracks::cSkinSTTNGDisplayTracks(), cSkinSTTNGDisplayVolume::cSkinSTTNGDisplayVolume(), cSkinSTTNGDisplayMenu::DrawScrollbar(), cSkinSTTNGDisplayChannel::Flush(), and cSkinSTTNGDisplayMenu::SetButtons().
#define Roundness (Setup.FontOsdSize / 2) |
Definition at line 53 of file skinsttng.c.
Referenced by cSkinSTTNGDisplayChannel::cSkinSTTNGDisplayChannel(), cSkinSTTNGDisplayMenu::cSkinSTTNGDisplayMenu(), cSkinSTTNGDisplayReplay::cSkinSTTNGDisplayReplay(), cSkinSTTNGDisplayTracks::cSkinSTTNGDisplayTracks(), cSkinSTTNGDisplayMenu::MaxItems(), cSkinSTTNGDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetItem(), cSkinSTTNGDisplayTracks::SetItem(), cSkinSTTNGDisplayMenu::SetRecording(), and cSkinSTTNGDisplayMenu::SetScrollbar().
#define ScrollWidth (Setup.FontOsdSize / 4) |
Definition at line 55 of file skinsttng.c.
Referenced by cSkinSTTNGDisplayMenu::DrawScrollbar(), and cSkinSTTNGDisplayChannel::Flush().
#define SymbolSpacing (Setup.FontOsdSize / 4) |
Definition at line 58 of file skinsttng.c.
Referenced by cSkinSTTNGDisplayChannel::SetChannel().
#define TextFrame (Setup.FontOsdSize / 10) |
Definition at line 56 of file skinsttng.c.
Referenced by cSkinSTTNGDisplayChannel::cSkinSTTNGDisplayChannel(), cSkinSTTNGDisplayChannel::Flush(), cSkinSTTNGDisplayMenu::Flush(), cSkinSTTNGDisplayMenu::SetButtons(), cSkinSTTNGDisplayChannel::SetChannel(), cSkinSTTNGDisplayChannel::SetEvents(), and cSkinSTTNGDisplayVolume::SetVolume().
#define TextSpacing (Setup.FontOsdSize / 4) |
Definition at line 57 of file skinsttng.c.
Referenced by cSkinSTTNGDisplayTracks::cSkinSTTNGDisplayTracks(), cSkinSTTNGDisplayMenu::DrawTitle(), cSkinSTTNGDisplayTracks::SetAudioChannel(), cSkinSTTNGDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetItem(), cSkinSTTNGDisplayTracks::SetItem(), cSkinSTTNGDisplayMenu::SetRecording(), cSkinSTTNGDisplayReplay::SetTitle(), cSkinSTTNGDisplayReplay::SetTotal(), and cSkinSTTNGDisplayVolume::SetVolume().
THEME_CLR | ( | Theme | , |
clrBackground | , | ||
clrGray50 | |||
) |
THEME_CLR | ( | Theme | , |
clrVolumeBarUpper | , | ||
0xFFBC8024 | |||
) |
THEME_CLR | ( | Theme | , |
clrVolumeBarLower | , | ||
0xFF248024 | |||
) |
THEME_CLR | ( | Theme | , |
clrChannelSymbolOff | , | ||
0xFFBC8024 | |||
) |
|
static |
Definition at line 874 of file skinsttng.c.
Referenced by cSkinSTTNGDisplayReplay::SetMode().
|
static |
Definition at line 60 of file skinsttng.c.