64 virtual void Set(
void) {}
108 const char *
hk(
const char *s);
109 void SetCols(
int c0,
int c1 = 0,
int c2 = 0,
int c3 = 0,
int c4 = 0);
130 void SetHelp(
const char *Red,
const char *Green = NULL,
const char *Yellow = NULL,
const char *Blue = NULL);
131 virtual void Del(
int Index);
133 cOsdMenu(
const char *
Title,
int c0 = 0,
int c1 = 0,
int c2 = 0,
int c3 = 0,
int c4 = 0);
cOsdItem(const char *Text, eOSState State=osUnknown, bool Selectable=true)
const char * Text(void) const
virtual void SetMenuItem(cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable)
void SetSelectable(bool Selectable)
virtual eOSState ProcessKey(eKeys Key)
void SetFresh(bool Fresh)
bool Selectable(void) const
void SetText(const char *Text, bool Copy=true)
cOsdItem(eOSState State=osUnknown)
virtual bool NeedsFastResponse(void)
void SetNeedsFastResponse(bool NeedsFastResponse)
virtual eOSState ProcessKey(eKeys Key)
cOsdObject(bool FastResponse=false)