Go to the documentation of this file.
38 virtual void SetButtons(
const char *Red,
const char *Green = NULL,
const char *Yellow = NULL,
const char *Blue = NULL) {}
75 enum eMenuCategory {
mcUndefined = -1,
mcUnknown = 0,
mcMain,
mcSchedule,
mcChannel,
mcTimer,
mcRecording,
mcPlugin,
mcSetup,
mcCommand,
mcEvent,
mcText,
mcFolder,
mcCam };
120 virtual void SetTabs(
int Tab1,
int Tab2 = 0,
int Tab3 = 0,
int Tab4 = 0,
int Tab5 = 0);
123 virtual void Scroll(
bool Up,
bool Page);
131 virtual void Clear(
void) = 0;
133 virtual void SetTitle(
const char *Title) = 0;
135 virtual void SetButtons(
const char *Red,
const char *Green = NULL,
const char *Yellow = NULL,
const char *Blue = NULL) = 0;
143 virtual void SetItem(
const char *Text,
int Index,
bool Current,
bool Selectable) = 0;
177 virtual void SetText(
const char *Text,
bool FixedFont) = 0;
203 class cProgressBar :
public cBitmap {
221 virtual void SetTitle(
const char *Title) = 0;
223 virtual void SetMode(
bool Play,
bool Forward,
int Speed) = 0;
237 virtual void SetTotal(
const char *Total) = 0;
240 virtual void SetJump(
const char *Jump) = 0;
265 virtual void SetTrack(
int Index,
const char *
const *Tracks) = 0;
388 virtual void Clear(
void);