vdr
2.2.0
|
#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 81 of file osdbase.h.
References isMenu, and Show().
Referenced by cMenuMain::cMenuMain(), main(), and cMenuMain::ProcessKey().
|
inlinevirtual |
Reimplemented in cOsdMenu.
Definition at line 80 of file osdbase.h.
References needsFastResponse.
Referenced by main(), and cOsdMenu::NeedsFastResponse().
Reimplemented in cMenuSetup, cMenuSetupPlugins, cMenuSetupCAM, cMenuSetupLNB, cMenuSetupDVB, cMenuSetupEPG, cMenuSetupOSD, cMenuRecording, cMenuRecordingEdit, cMenuPathEdit, cMenuCam, cMenuSchedule, cMenuWhatsOn, cMenuTimers, cMenuEditFolder, cMenuChannels, cReplayControl, cMenuRecordings, cMenuSetupPage, cDisplaySubtitleTracks, cTrueColorDemo, cDisplayTracks, cMenuEditChannel, cDisplayVolume, cOsdMenu, cDisplayChannel, cMenuMain, cLineGame, cMenuEvent, cMenuEditTimer, cMenuCommands, cHdffSetupPage, cMenuFolder, cPictureControl, cMenuText, cPictureMenu, and cHdffMenu.
Definition at line 83 of file osdbase.h.
References osUnknown.
Referenced by main(), cLineGame::ProcessKey(), and cTrueColorDemo::ProcessKey().
|
inlineprotected |
Definition at line 76 of file osdbase.h.
References cOsdMenu::NeedsFastResponse().
Referenced by cMenuCam::cMenuCam(), cReplayControl::Hide(), cDisplayChannel::ProcessKey(), and cReplayControl::ShowProgress().
|
virtual |
Reimplemented in cReplayControl, cTrueColorDemo, cDisplaySubtitleTracks, cDisplayTracks, cDisplayVolume, and cLineGame.
Definition at line 70 of file osdbase.c.
References cOsdMenu::displayMenu, and cOsdMenu::displayMenuCount.
|
private |
Definition at line 74 of file osdbase.h.
Referenced by NeedsFastResponse().