vdr 2.6.1
|
#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) |
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) |
void | SetNeedsFastResponse (bool NeedsFastResponse) |
Private Attributes | |
bool | isMenu |
bool | needsFastResponse |
Friends | |
class | cOsdMenu |
Definition at line 69 of file include/vdr/osdbase.h.
|
inline |
Definition at line 77 of file include/vdr/osdbase.h.
References isMenu, and needsFastResponse.
|
inlinevirtual |
Definition at line 78 of file include/vdr/osdbase.h.
|
inline |
Definition at line 77 of file osdbase.h.
References isMenu, and needsFastResponse.
|
inline |
Definition at line 80 of file include/vdr/osdbase.h.
References isMenu.
Referenced by cMenuMain::cMenuMain(), main(), and cMenuMain::ProcessKey().
|
inline |
|
inlinevirtual |
Reimplemented in cOsdMenu, and cOsdMenu.
Definition at line 79 of file include/vdr/osdbase.h.
References needsFastResponse.
Referenced by main(), cOsdMenu::NeedsFastResponse(), and SetNeedsFastResponse().
|
inlinevirtual |
Reimplemented in cOsdMenu, and cOsdMenu.
Definition at line 79 of file osdbase.h.
References needsFastResponse.
Reimplemented in cMenuText, cMenuFolder, cMenuCommands, cMenuEditTimer, cMenuEvent, cMenuMain, cDisplayChannel, cDisplayVolume, cDisplayTracks, cDisplaySubtitleTracks, cMenuRecordings, cReplayControl, cMenuSetupPage, cOsdMenu, cMenuEditChannel, cMenuChannels, cMenuEditFolder, cMenuTimers, cMenuWhatsOn, cMenuSchedule, cMenuCam, cMenuPathEdit, cMenuRecordingEdit, cMenuRecording, cMenuSetupOSD, cMenuSetupEPG, cMenuSetupDVB, cMenuSetupLNB, cMenuSetupCAM, cMenuSetupMisc, cMenuSetupPlugins, cMenuSetup, cMenuText, cMenuFolder, cMenuCommands, cMenuEditTimer, cMenuEvent, cMenuMain, cDisplayChannel, cDisplayVolume, cDisplayTracks, cDisplaySubtitleTracks, cMenuRecordings, cReplayControl, cMenuSetupPage, cOsdMenu, cHdffMenu, cHdffSetupPage, cLineGame, cTrueColorDemo, cPictureMenu, and cPictureControl.
Definition at line 82 of file include/vdr/osdbase.h.
References osUnknown.
Referenced by main(), cLineGame::ProcessKey(), and cTrueColorDemo::ProcessKey().
Reimplemented in cMenuText, cMenuFolder, cMenuCommands, cMenuEditTimer, cMenuEvent, cMenuMain, cDisplayChannel, cDisplayVolume, cDisplayTracks, cDisplaySubtitleTracks, cMenuRecordings, cReplayControl, cMenuSetupPage, cOsdMenu, cMenuEditChannel, cMenuChannels, cMenuEditFolder, cMenuTimers, cMenuWhatsOn, cMenuSchedule, cMenuCam, cMenuPathEdit, cMenuRecordingEdit, cMenuRecording, cMenuSetupOSD, cMenuSetupEPG, cMenuSetupDVB, cMenuSetupLNB, cMenuSetupCAM, cMenuSetupMisc, cMenuSetupPlugins, cMenuSetup, cMenuText, cMenuFolder, cMenuCommands, cMenuEditTimer, cMenuEvent, cMenuMain, cDisplayChannel, cDisplayVolume, cDisplayTracks, cDisplaySubtitleTracks, cMenuRecordings, cReplayControl, cMenuSetupPage, cOsdMenu, cHdffMenu, cHdffSetupPage, cLineGame, cTrueColorDemo, cPictureMenu, and cPictureControl.
Definition at line 82 of file osdbase.h.
References osUnknown.
|
inlineprotected |
Definition at line 75 of file include/vdr/osdbase.h.
References needsFastResponse, and NeedsFastResponse().
Referenced by cMenuCam::cMenuCam(), cReplayControl::Hide(), cDisplayChannel::ProcessKey(), and cReplayControl::ShowProgress().
|
inlineprotected |
Definition at line 75 of file osdbase.h.
References needsFastResponse, and NeedsFastResponse().
|
virtual |
Reimplemented in cDisplayVolume, cDisplayTracks, cDisplaySubtitleTracks, cReplayControl, cDisplayVolume, cDisplayTracks, cDisplaySubtitleTracks, cReplayControl, cLineGame, and cTrueColorDemo.
Definition at line 70 of file osdbase.c.
References isMenu.
Referenced by main().
|
virtual |
Reimplemented in cDisplayVolume, cDisplayTracks, cDisplaySubtitleTracks, cReplayControl, cDisplayVolume, cDisplayTracks, cDisplaySubtitleTracks, cReplayControl, cLineGame, and cTrueColorDemo.
|
friend |
Definition at line 70 of file include/vdr/osdbase.h.
|
private |
Definition at line 72 of file include/vdr/osdbase.h.
Referenced by cOsdMenu::cOsdMenu(), cOsdObject(), IsMenu(), and Show().
|
private |
Definition at line 73 of file include/vdr/osdbase.h.
Referenced by cOsdObject(), NeedsFastResponse(), and SetNeedsFastResponse().