|
vdr 2.7.9
|
#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.
Referenced by cDisplayChannel::cDisplayChannel(), cDisplayChannel::cDisplayChannel(), cDisplaySubtitleTracks::cDisplaySubtitleTracks(), cDisplayTracks::cDisplayTracks(), cDisplayVolume::cDisplayVolume(), cMenuMain::cMenuMain(), cControl::GetInfo(), cReplayControl::GetInfo(), cControl::Hide(), cMenuMain::PluginOsdObject(), and cMenuMain::ProcessKey().
|
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 cDisplayChannel, cDisplaySubtitleTracks, cDisplayTracks, cDisplayVolume, cHdffMenu, cHdffSetupPage, cLineGame, cMenuCam, cMenuChannels, cMenuCommands, cMenuEditChannel, cMenuEditFolder, cMenuEditTimer, cMenuEvent, cMenuFolder, cMenuMain, cMenuPathEdit, cMenuRecording, cMenuRecordingEdit, cMenuRecordings, cMenuSchedule, cMenuSetup, cMenuSetupCAM, cMenuSetupDVB, cMenuSetupEPG, cMenuSetupLNB, cMenuSetupMisc, cMenuSetupOSD, cMenuSetupPage, cMenuSetupPlugins, cMenuText, cMenuTimers, cMenuWhatsOn, cOsdMenu, cPictureControl, cPictureMenu, cReplayControl, and cTrueColorDemo.
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(), cMenuRecordings::Delete(), cReplayControl::Hide(), cDisplayChannel::ProcessKey(), and cReplayControl::ShowProgress().
|
virtual |
Reimplemented in cDisplaySubtitleTracks, cDisplayTracks, cDisplayVolume, cLineGame, cReplayControl, and cTrueColorDemo.
Definition at line 70 of file osdbase.c.
References cOsdMenu, and isMenu.
Referenced by main().
|
friend |
|
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().