|
vdr 2.8.2
|
#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 89 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 92 of file osdbase.h.
References isMenu.
Referenced by cMenuMain::cMenuMain(), main(), and cMenuMain::ProcessKey().
|
inlinevirtual |
Reimplemented in cOsdMenu.
Definition at line 91 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 94 of file osdbase.h.
References osUnknown.
Referenced by main(), cLineGame::ProcessKey(), and cTrueColorDemo::ProcessKey().
|
inlineprotected |
Definition at line 87 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 84 of file osdbase.h.
Referenced by cOsdMenu::cOsdMenu(), cOsdObject(), IsMenu(), and Show().
|
private |
Definition at line 85 of file osdbase.h.
Referenced by cOsdObject(), NeedsFastResponse(), and SetNeedsFastResponse().