vdr
2.0.5
|
#include <osdbase.h>
Public Member Functions | |
cOsdObject (bool FastResponse=false) | |
virtual | ~cOsdObject () |
virtual bool | NeedsFastResponse (void) |
bool | IsMenu (void) const |
virtual void | Show (void) |
virtual eOSState | ProcessKey (eKeys Key) |
Protected Member Functions | |
void | SetNeedsFastResponse (bool NeedsFastResponse) |
Private Attributes | |
bool | isMenu |
bool | needsFastResponse |
Friends | |
class | cOsdMenu |
|
inline |
Definition at line 79 of file osdbase.h.
References isMenu, and needsFastResponse.
|
inline |
Definition at line 82 of file osdbase.h.
References isMenu.
Referenced by cMenuMain::cMenuMain(), main(), and cMenuMain::ProcessKey().
|
inlinevirtual |
Reimplemented in cOsdMenu.
Definition at line 81 of file osdbase.h.
References needsFastResponse.
Referenced by main(), cOsdMenu::NeedsFastResponse(), and SetNeedsFastResponse().
Reimplemented in cMenuSetup, cMenuSetupPlugins, cMenuSetupCAM, cMenuSetupLNB, cMenuSetupDVB, cMenuSetupEPG, cMenuSetupOSD, cMenuEditRecording, cMenuRecording, cMenuCam, cMenuSchedule, cMenuWhatsOn, cMenuTimers, cMenuEditFolder, cMenuChannels, cReplayControl, cMenuRecordings, cMenuSetupPage, cTrueColorDemo, cDisplaySubtitleTracks, cMenuEditChannel, cDisplayTracks, cDisplayVolume, cOsdMenu, cDisplayChannel, cMenuMain, cLineGame, cMenuEvent, cMenuEditTimer, cMenuCommands, cHdffSetupPage, cMenuFolder, cPictureControl, cMenuText, cPictureMenu, and cHdffMenu.
Definition at line 84 of file osdbase.h.
References osUnknown.
Referenced by main(), cLineGame::ProcessKey(), and cTrueColorDemo::ProcessKey().
|
inlineprotected |
Definition at line 77 of file osdbase.h.
References needsFastResponse, and NeedsFastResponse().
Referenced by cMenuCam::cMenuCam(), cReplayControl::Hide(), and cReplayControl::ShowProgress().
|
virtual |
Reimplemented in cReplayControl, cTrueColorDemo, cDisplaySubtitleTracks, cDisplayTracks, cDisplayVolume, and cLineGame.
Definition at line 70 of file osdbase.c.
References isMenu.
Referenced by main().
|
private |
Definition at line 74 of file osdbase.h.
Referenced by cOsdMenu::cOsdMenu(), cOsdObject(), IsMenu(), and Show().
|
private |
Definition at line 75 of file osdbase.h.
Referenced by cOsdObject(), NeedsFastResponse(), and SetNeedsFastResponse().