vdr
2.4.0
|
#include <osdbase.h>
Public Member Functions | |
cOsdMenu (const char *Title, int c0=0, int c1=0, int c2=0, int c3=0, int c4=0) | |
virtual | ~cOsdMenu () |
virtual bool | NeedsFastResponse (void) |
void | SetMenuCategory (eMenuCategory MenuCategory) |
void | SetMenuSortMode (eMenuSortMode MenuSortMode) |
int | Current (void) const |
void | Add (cOsdItem *Item, bool Current=false, cOsdItem *After=NULL) |
void | Ins (cOsdItem *Item, bool Current=false, cOsdItem *Before=NULL) |
virtual void | Display (void) |
virtual eOSState | ProcessKey (eKeys Key) |
![]() | |
cOsdObject (bool FastResponse=false) | |
virtual | ~cOsdObject () |
bool | IsMenu (void) const |
virtual void | Show (void) |
![]() | |
cList (const char *NeedsLocking=NULL) | |
const cOsdItem * | Get (int Index) const |
cOsdItem * | Get (int Index) |
const cOsdItem * | First (void) const |
cOsdItem * | First (void) |
const cOsdItem * | Last (void) const |
cOsdItem * | Last (void) |
const cOsdItem * | Prev (const cOsdItem *Object) const |
cOsdItem * | Prev (const cOsdItem *Object) |
const cOsdItem * | Next (const cOsdItem *Object) const |
cOsdItem * | Next (const cOsdItem *Object) |
![]() | |
virtual | ~cListBase () |
bool | Lock (cStateKey &StateKey, bool Write=false, int TimeoutMs=0) const |
void | SetSyncStateKey (cStateKey &StateKey) |
void | SetUseGarbageCollector (void) |
void | SetExplicitModify (void) |
void | SetModified (void) |
void | Add (cListObject *Object, cListObject *After=NULL) |
void | Ins (cListObject *Object, cListObject *Before=NULL) |
void | Del (cListObject *Object, bool DeleteObject=true) |
virtual void | Move (int From, int To) |
void | Move (cListObject *From, cListObject *To) |
bool | Contains (const cListObject *Object) const |
const cListObject * | Get (int Index) const |
cListObject * | Get (int Index) |
int | Count (void) const |
void | Sort (void) |
Protected Member Functions | |
void | SetDisplayMenu (void) |
cSkinDisplayMenu * | DisplayMenu (void) |
const char * | hk (const char *s) |
void | SetCols (int c0, int c1=0, int c2=0, int c3=0, int c4=0) |
void | SetHasHotkeys (bool HasHotkeys=true) |
virtual void | Clear (void) |
const char * | Title (void) |
bool | SelectableItem (int idx) |
void | SetCurrent (cOsdItem *Item) |
void | RefreshCurrent (void) |
void | DisplayCurrent (bool Current) |
void | DisplayItem (cOsdItem *Item) |
void | CursorUp (void) |
void | CursorDown (void) |
void | PageUp (void) |
void | PageDown (void) |
void | Mark (void) |
eOSState | HotKey (eKeys Key) |
eOSState | AddSubMenu (cOsdMenu *SubMenu) |
eOSState | CloseSubMenu (bool ReDisplay=true) |
bool | HasSubMenu (void) |
cOsdMenu * | SubMenu (void) |
void | SetStatus (const char *s) |
void | SetTitle (const char *Title) |
void | SetHelp (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
virtual void | Del (int Index) |
![]() | |
void | SetNeedsFastResponse (bool NeedsFastResponse) |
![]() | |
cListBase (const char *NeedsLocking=NULL) | |
Private Member Functions | |
void | DisplayHelp (bool Force=false) |
Private Attributes | |
int | displayMenuItems |
char * | title |
int | cols [cSkinDisplayMenu::MaxTabs] |
int | first |
int | current |
int | marked |
int | lastOffset |
eMenuCategory | menuCategory |
eMenuSortMode | menuSortMode |
eMenuOrientation | menuOrientation |
cOsdMenu * | subMenu |
const char * | helpRed |
const char * | helpGreen |
const char * | helpYellow |
const char * | helpBlue |
bool | helpDisplayed |
char * | status |
int | digit |
bool | hasHotkeys |
int | key_nr |
cTimeMs | lastActivity |
Static Private Attributes | |
static cSkinDisplayMenu * | displayMenu = NULL |
static int | displayMenuCount = 0 |
static int | osdState = 0 |
Additional Inherited Members | |
![]() | |
cListObject * | objects |
cListObject * | lastObject |
int | count |
cStateLock | stateLock |
const char * | needsLocking |
bool | useGarbageCollector |
cOsdMenu::cOsdMenu | ( | const char * | Title, |
int | c0 = 0 , |
||
int | c1 = 0 , |
||
int | c2 = 0 , |
||
int | c3 = 0 , |
||
int | c4 = 0 |
||
) |
Definition at line 82 of file osdbase.c.
References current, digit, displayMenuCount, displayMenuItems, first, hasHotkeys, helpBlue, helpDisplayed, helpGreen, helpRed, helpYellow, cOsdObject::isMenu, key_nr, lastOffset, marked, mcUnknown, menuCategory, menuOrientation, menuSortMode, moVertical, msmUnknown, cOsdProvider::OsdSizeChanged(), osdState, SetCols(), SetDisplayMenu(), SetTitle(), status, subMenu, title, and Title().
|
virtual |
Definition at line 108 of file osdbase.c.
References cSkinDisplayMenu::Clear(), DELETENULL(), displayMenu, displayMenuCount, cStatus::MsgOsdClear(), status, subMenu, and title.
Definition at line 214 of file osdbase.c.
References cListBase::Add(), current, Current(), and cListObject::Index().
Referenced by cMenuCam::AddMultiLineItem(), cMenuCommands::cMenuCommands(), cMenuEditFolder::cMenuEditFolder(), cMenuEditTimer::cMenuEditTimer(), cMenuPathEdit::cMenuPathEdit(), cMenuSetupCAM::cMenuSetupCAM(), cMenuSetupHello::cMenuSetupHello(), cMenuSetupPictures::cMenuSetupPictures(), cMenuSetupPlugins::cMenuSetupPlugins(), cMenuSetupRecord::cMenuSetupRecord(), cMenuSetupReplay::cMenuSetupReplay(), cMenuWhatsOn::cMenuWhatsOn(), cMenuSchedule::PrepareScheduleAllAll(), cMenuSchedule::PrepareScheduleAllThis(), cMenuSchedule::PrepareScheduleThisAll(), cMenuSchedule::PrepareScheduleThisThis(), cMenuChannels::ProcessKey(), cMenuTimers::ProcessKey(), cPictureMenu::Set(), cMenuFolder::Set(), cMenuMain::Set(), cMenuRecordings::Set(), cMenuChannels::Set(), cMenuTimers::Set(), cMenuCam::Set(), cMenuRecordingEdit::Set(), cMenuSetupOSD::Set(), cMenuSetupMisc::Set(), cMenuSetup::Set(), cMenuEditTimer::SetFirstDayItem(), cMenuEditChannel::Setup(), cMenuSetupEPG::Setup(), cMenuSetupDVB::Setup(), cMenuSetupLNB::Setup(), and cMenuMain::Update().
Definition at line 558 of file osdbase.c.
References Display(), osContinue, subMenu, and SubMenu().
Referenced by cMenuMain::cMenuMain(), cMenuRecordings::Commands(), cMenuFolder::DescendPath(), cMenuFolder::Edit(), cMenuChannels::Edit(), cMenuTimers::Edit(), cMenuCommands::Execute(), cMenuPathEdit::Folder(), cMenuRecordingEdit::Folder(), cMenuRecordings::Info(), cMenuTimers::Info(), cMenuSetupCAM::Menu(), cMenuFolder::New(), cMenuChannels::New(), cMenuTimers::New(), cMenuRecordings::Open(), cMenuEditTimer::ProcessKey(), cMenuMain::ProcessKey(), cMenuWhatsOn::ProcessKey(), cMenuSchedule::ProcessKey(), cMenuRecording::ProcessKey(), cMenuSetupPlugins::ProcessKey(), cMenuSetup::ProcessKey(), cMenuWhatsOn::Record(), cMenuSchedule::Record(), cMenuFolder::Select(), and cPictureMenu::SelectItem().
|
protectedvirtual |
Reimplemented from cListBase.
Definition at line 330 of file osdbase.c.
References cListBase::Clear(), current, first, lastOffset, marked, and SetStatus().
Referenced by cMenuSchedule::PrepareScheduleAllAll(), cMenuSchedule::PrepareScheduleAllThis(), cMenuSchedule::PrepareScheduleThisAll(), cMenuSchedule::PrepareScheduleThisThis(), cPictureMenu::Set(), cMenuFolder::Set(), cMenuMain::Set(), cMenuRecordings::Set(), cMenuChannels::Set(), cMenuTimers::Set(), cMenuCam::Set(), cMenuRecordingEdit::Set(), cMenuSetupOSD::Set(), cMenuSetupMisc::Set(), cMenuSetup::Set(), cMenuEditChannel::Setup(), cMenuSetupEPG::Setup(), cMenuSetupDVB::Setup(), and cMenuSetupLNB::Setup().
|
protected |
Definition at line 566 of file osdbase.c.
References Display(), osContinue, RefreshCurrent(), and subMenu.
Referenced by ProcessKey(), cMenuRecordings::ProcessKey(), cMenuChannels::ProcessKey(), cMenuWhatsOn::Record(), cMenuSchedule::Record(), cMenuFolder::SetFolder(), cMenuEditTimer::SetFolder(), cMenuPathEdit::SetFolder(), and cMenuRecordingEdit::SetFolder().
|
inline |
Definition at line 140 of file osdbase.h.
References current.
Referenced by cMenuSetupCAM::Activate(), Add(), cMenuRecordings::cMenuRecordings(), cMenuRecordings::Commands(), cMenuFolder::Delete(), cMenuRecordings::Delete(), cMenuChannels::Delete(), cMenuTimers::Delete(), DisplayCurrent(), DisplayItem(), cMenuFolder::Edit(), cMenuChannels::Edit(), cMenuCommands::Execute(), cMenuFolder::GetFolder(), cMenuTimers::GetTimer(), cMenuRecordings::Info(), Ins(), cMenuSetupCAM::Menu(), cMenuChannels::New(), cMenuRecordings::Open(), cMenuRecordings::Play(), cMenuMain::ProcessKey(), cMenuRecordings::ProcessKey(), cMenuWhatsOn::ProcessKey(), cMenuSchedule::ProcessKey(), cMenuSetupPlugins::ProcessKey(), cMenuWhatsOn::Record(), cMenuSchedule::Record(), cMenuRecordingEdit::RemoveName(), cMenuSetupCAM::Reset(), cMenuRecordings::Rewind(), cMenuFolder::Select(), cMenuCam::Select(), cPictureMenu::SelectItem(), cPictureMenu::Set(), cMenuRecordings::Set(), cMenuChannels::Set(), cMenuSchedule::Set(), cMenuRecordingEdit::Set(), cMenuSetupOSD::Set(), cMenuSetupMisc::Set(), cMenuRecordings::SetHelpKeys(), cMenuWhatsOn::SetHelpKeys(), cMenuSchedule::SetHelpKeys(), cMenuSetupCAM::SetHelpKeys(), cMenuEditChannel::Setup(), cMenuSetupEPG::Setup(), cMenuSetupDVB::Setup(), cMenuSetupLNB::Setup(), cMenuRecordings::Sort(), cMenuChannels::Switch(), cMenuWhatsOn::Switch(), cMenuSchedule::Switch(), and cMenuRecordings::~cMenuRecordings().
|
protected |
Definition at line 385 of file osdbase.c.
References cListBase::Count(), current, Display(), DisplayCurrent(), displayMenuItems, first, max(), cSetup::MenuScrollPage, cSetup::MenuScrollWrap, SelectableItem(), and Setup.
Referenced by PageDown(), and ProcessKey().
|
protected |
Definition at line 347 of file osdbase.c.
References cListBase::Count(), current, Display(), DisplayCurrent(), displayMenuItems, first, max(), cSetup::MenuScrollPage, cSetup::MenuScrollWrap, SelectableItem(), and Setup.
Referenced by PageUp(), and ProcessKey().
|
protectedvirtual |
Definition at line 200 of file osdbase.c.
References cListBase::count, cListBase::Count(), current, cListBase::Del(), first, cList< cOsdItem >::Get(), and SelectableItem().
Referenced by cMenuFolder::Delete(), cMenuRecordings::Delete(), cMenuChannels::Delete(), cMenuTimers::Delete(), cMenuRecordings::ProcessKey(), cMenuEditTimer::SetFirstDayItem(), and cMenuMain::Update().
|
virtual |
Reimplemented in cMenuRecording, cMenuEvent, and cMenuText.
Definition at line 228 of file osdbase.c.
References cSkinDisplayMenu::Clear(), cols, cListBase::count, cListBase::Count(), current, Display(), DisplayHelp(), displayMenu, displayMenuItems, first, cList< cOsdItem >::First(), cList< cOsdItem >::Get(), isempty(), max(), cSkinDisplayMenu::MaxItems(), menuCategory, cSkinDisplayMenu::MenuCategory(), menuOrientation, cSkinDisplayMenu::MenuOrientation(), menuSortMode, min(), cStatus::MsgOsdClear(), cStatus::MsgOsdCurrentItem(), cStatus::MsgOsdItem(), cStatus::MsgOsdTitle(), mtStatus, cList< cOsdItem >::Next(), cOsdProvider::OsdSizeChanged(), osdState, SetDisplayMenu(), cSkinDisplayMenu::SetMenuCategory(), cSkinDisplayMenu::SetMenuSortMode(), cSkinDisplayMenu::SetMessage(), cSkinDisplayMenu::SetScrollbar(), cSkinDisplayMenu::SetTabs(), cSkinDisplayMenu::SetTitle(), status, subMenu, and title.
Referenced by AddSubMenu(), CloseSubMenu(), cMenuFolder::cMenuFolder(), cMenuPathEdit::cMenuPathEdit(), cMenuRecordings::cMenuRecordings(), cMenuWhatsOn::cMenuWhatsOn(), CursorDown(), CursorUp(), cMenuFolder::Delete(), cMenuRecordings::Delete(), cMenuTimers::Delete(), cMenuText::Display(), cMenuEvent::Display(), Display(), cMenuRecording::Display(), HotKey(), cMenuChannels::Number(), PageDown(), PageUp(), cMenuEditTimer::ProcessKey(), cMenuMain::ProcessKey(), cMenuRecordings::ProcessKey(), cMenuTimers::ProcessKey(), cMenuWhatsOn::ProcessKey(), cMenuSchedule::ProcessKey(), cMenuSetupPlugins::ProcessKey(), cMenuSetup::ProcessKey(), cMenuChannels::Propagate(), cMenuWhatsOn::Record(), cMenuSchedule::Record(), cMenuMain::Set(), cMenuRecordings::Set(), cMenuChannels::Set(), cMenuTimers::Set(), cMenuSchedule::Set(), cMenuCam::Set(), cMenuRecordingEdit::Set(), cMenuSetupOSD::Set(), cMenuSetupMisc::Set(), cMenuEditTimer::SetFirstDayItem(), cMenuFolder::SetFolder(), cMenuEditTimer::SetFolder(), cMenuPathEdit::SetFolder(), cMenuRecordingEdit::SetFolder(), cMenuEditChannel::Setup(), cMenuSetupEPG::Setup(), cMenuSetupDVB::Setup(), and cMenuSetupLNB::Setup().
|
protected |
Definition at line 298 of file osdbase.c.
References current, Current(), DisplayHelp(), displayMenu, first, cList< cOsdItem >::Get(), helpDisplayed, cStatus::MsgOsdCurrentItem(), cOsdItem::Selectable(), cOsdItem::SetFresh(), cOsdItem::SetMenuItem(), and cOsdItem::Text().
Referenced by CursorDown(), CursorUp(), cMenuTimers::OnOff(), PageDown(), PageUp(), and ProcessKey().
|
private |
Definition at line 181 of file osdbase.c.
References displayMenu, helpBlue, helpDisplayed, helpGreen, helpRed, helpYellow, cStatus::MsgOsdHelpKeys(), and cSkinDisplayMenu::SetButtons().
Referenced by Display(), DisplayCurrent(), and SetHelp().
|
protected |
Definition at line 316 of file osdbase.c.
References current, Current(), displayMenu, displayMenuItems, first, cListObject::Index(), cStatus::MsgOsdCurrentItem(), cOsdItem::Selectable(), cOsdItem::SetMenuItem(), and cOsdItem::Text().
Referenced by cMenuSetupCAM::ProcessKey().
|
inlineprotected |
Definition at line 109 of file osdbase.h.
References displayMenu.
Referenced by cMenuText::Display(), cMenuEvent::Display(), cMenuRecording::Display(), cMenuText::ProcessKey(), cMenuEvent::ProcessKey(), and cMenuRecording::ProcessKey().
|
inlineprotected |
Definition at line 128 of file osdbase.h.
References subMenu.
Referenced by cMenuRecordings::Commands(), cMenuFolder::Delete(), cMenuRecordings::Delete(), cMenuChannels::Delete(), cMenuRecording::Display(), cMenuFolder::Edit(), cMenuChannels::Edit(), cMenuTimers::Edit(), cMenuRecordings::Info(), cMenuTimers::Info(), cMenuChannels::New(), cMenuTimers::New(), cMenuChannels::Number(), cMenuTimers::OnOff(), cMenuFolder::ProcessKey(), cMenuMain::ProcessKey(), cMenuRecordings::ProcessKey(), cMenuChannels::ProcessKey(), cMenuTimers::ProcessKey(), cMenuWhatsOn::ProcessKey(), cMenuSchedule::ProcessKey(), cMenuPathEdit::ProcessKey(), cMenuRecordingEdit::ProcessKey(), cMenuRecording::ProcessKey(), cMenuSetupCAM::ProcessKey(), cMenuSetupPlugins::ProcessKey(), cMenuSetup::ProcessKey(), cMenuWhatsOn::Record(), cMenuSchedule::Record(), cMenuRecordings::Rewind(), cMenuFolder::SetHelpKeys(), cMenuSetupCAM::SetHelpKeys(), cMenuRecordings::Sort(), and cMenuChannels::Switch().
|
protected |
Definition at line 138 of file osdbase.c.
References digit, hasHotkeys, and cString::sprintf().
Referenced by cMenuCommands::cMenuCommands(), cMenuSetupPlugins::cMenuSetupPlugins(), cMenuMain::Set(), cMenuCam::Set(), and cMenuSetup::Set().
Definition at line 503 of file osdbase.c.
References current, Display(), k0, key_nr, kNone, kOk, cList< cOsdItem >::Last(), lastActivity, MENUKEY_TIMEOUT, osContinue, cList< cOsdItem >::Prev(), cRemote::Put(), RefreshCurrent(), cTimeMs::Set(), skipspace(), and cTimeMs::TimedOut().
Referenced by ProcessKey().
Definition at line 221 of file osdbase.c.
References current, Current(), cListObject::Index(), and cListBase::Ins().
|
protected |
Definition at line 493 of file osdbase.c.
References cListBase::Count(), current, marked, SetStatus(), and tr.
Referenced by cMenuChannels::ProcessKey().
|
inlinevirtual |
Reimplemented from cOsdObject.
Definition at line 137 of file osdbase.h.
References cOsdObject::NeedsFastResponse(), NeedsFastResponse(), and subMenu.
Referenced by NeedsFastResponse().
|
protected |
Definition at line 459 of file osdbase.c.
References cListBase::Count(), current, CursorDown(), Display(), DisplayCurrent(), displayMenuItems, first, max(), cSetup::MenuScrollWrap, SelectableItem(), and Setup.
Referenced by ProcessKey().
|
protected |
Definition at line 425 of file osdbase.c.
References cListBase::Count(), current, CursorUp(), Display(), DisplayCurrent(), displayMenuItems, first, cSetup::MenuScrollWrap, SelectableItem(), and Setup.
Referenced by ProcessKey().
Reimplemented from cOsdObject.
Reimplemented in cMenuSetup, cMenuSetupPlugins, cMenuSetupMisc, cMenuSetupCAM, cMenuSetupLNB, cMenuSetupDVB, cMenuSetupEPG, cMenuSetupOSD, cMenuRecording, cMenuRecordingEdit, cMenuPathEdit, cMenuCam, cMenuSchedule, cMenuWhatsOn, cMenuTimers, cMenuEditFolder, cMenuChannels, cMenuSetupPage, cMenuRecordings, cMenuEditChannel, cMenuMain, cMenuEvent, cMenuEditTimer, cMenuCommands, cMenuFolder, cMenuText, and cPictureMenu.
Definition at line 577 of file osdbase.c.
References CloseSubMenu(), current, CursorDown(), CursorUp(), DisplayCurrent(), cList< cOsdItem >::Get(), hasHotkeys, HotKey(), k0, k_Repeat, kBack, kDown, kLeft, kNone, kOk, kRight, kUp, marked, menuOrientation, moHorizontal, cListBase::Move(), osBack, osContinue, osUnknown, PageDown(), PageUp(), cOsdItem::ProcessKey(), ProcessKey(), SetStatus(), and subMenu.
Referenced by cPictureMenu::ProcessKey(), cMenuText::ProcessKey(), cMenuFolder::ProcessKey(), cMenuCommands::ProcessKey(), cMenuEditTimer::ProcessKey(), cMenuEvent::ProcessKey(), cMenuMain::ProcessKey(), ProcessKey(), cMenuEditChannel::ProcessKey(), cMenuRecordings::ProcessKey(), cMenuSetupPage::ProcessKey(), cMenuChannels::ProcessKey(), cMenuEditFolder::ProcessKey(), cMenuTimers::ProcessKey(), cMenuWhatsOn::ProcessKey(), cMenuSchedule::ProcessKey(), cMenuCam::ProcessKey(), cMenuPathEdit::ProcessKey(), cMenuRecordingEdit::ProcessKey(), cMenuRecording::ProcessKey(), cMenuSetupCAM::ProcessKey(), cMenuSetupPlugins::ProcessKey(), and cMenuSetup::ProcessKey().
|
protected |
Definition at line 291 of file osdbase.c.
References current, cList< cOsdItem >::Get(), and cOsdItem::Set().
Referenced by CloseSubMenu(), HotKey(), and cMenuTimers::OnOff().
|
protected |
Definition at line 341 of file osdbase.c.
References cList< cOsdItem >::Get(), and cOsdItem::Selectable().
Referenced by CursorDown(), CursorUp(), Del(), PageDown(), and PageUp().
|
protected |
Definition at line 153 of file osdbase.c.
References cols.
Referenced by cMenuSetupCAM::cMenuSetupCAM(), cOsdMenu(), cMenuSchedule::PrepareScheduleAllAll(), cMenuSchedule::PrepareScheduleAllThis(), cMenuSchedule::PrepareScheduleThisAll(), and cMenuSchedule::PrepareScheduleThisThis().
|
protected |
Definition at line 283 of file osdbase.c.
References current, first, cListObject::Index(), lastOffset, and max().
Referenced by cMenuRecordings::cMenuRecordings(), cMenuFolder::DescendPath(), cMenuChannels::Number(), cMenuEditTimer::ProcessKey(), cMenuTimers::ProcessKey(), cMenuWhatsOn::ProcessKey(), cMenuRecordings::Set(), cMenuChannels::Set(), cMenuTimers::Set(), cMenuSchedule::Set(), cMenuRecordingEdit::Set(), cMenuSetupOSD::Set(), cMenuSetupMisc::Set(), cMenuEditTimer::SetFolder(), cMenuPathEdit::SetFolder(), cMenuRecordingEdit::SetFolder(), cMenuEditChannel::Setup(), cMenuSetupEPG::Setup(), cMenuSetupDVB::Setup(), and cMenuSetupLNB::Setup().
|
protected |
Definition at line 129 of file osdbase.c.
References cSkinDisplayMenu::Clear(), cSkins::Current(), displayMenu, cSkin::DisplayMenu(), and Skins.
Referenced by cOsdMenu(), and Display().
|
protected |
Definition at line 162 of file osdbase.c.
References digit, and hasHotkeys.
Referenced by cMenuCommands::cMenuCommands(), cMenuSetupCAM::cMenuSetupCAM(), cMenuSetupPlugins::cMenuSetupPlugins(), cMenuMain::Set(), cMenuCam::Set(), and cMenuSetup::Set().
|
protected |
Definition at line 190 of file osdbase.c.
References DisplayHelp(), helpBlue, helpGreen, helpRed, and helpYellow.
Referenced by cMenuEvent::cMenuEvent(), cMenuPathEdit::cMenuPathEdit(), cMenuRecording::cMenuRecording(), cMenuSetupDVB::cMenuSetupDVB(), cMenuSetupEPG::cMenuSetupEPG(), cPictureMenu::Set(), cMenuChannels::Set(), cMenuFolder::SetHelpKeys(), cMenuEditTimer::SetHelpKeys(), cMenuRecordings::SetHelpKeys(), cMenuTimers::SetHelpKeys(), cMenuWhatsOn::SetHelpKeys(), cMenuSchedule::SetHelpKeys(), cMenuRecordingEdit::SetHelpKeys(), cMenuSetupCAM::SetHelpKeys(), and cMenuMain::Update().
void cOsdMenu::SetMenuCategory | ( | eMenuCategory | MenuCategory | ) |
Definition at line 119 of file osdbase.c.
References menuCategory.
Referenced by cMenuCam::cMenuCam(), cMenuChannels::cMenuChannels(), cMenuCommands::cMenuCommands(), cMenuEditChannel::cMenuEditChannel(), cMenuEditFolder::cMenuEditFolder(), cMenuEditTimer::cMenuEditTimer(), cMenuEvent::cMenuEvent(), cMenuFolder::cMenuFolder(), cMenuMain::cMenuMain(), cMenuPathEdit::cMenuPathEdit(), cMenuRecording::cMenuRecording(), cMenuRecordingEdit::cMenuRecordingEdit(), cMenuRecordings::cMenuRecordings(), cMenuSchedule::cMenuSchedule(), cMenuSetup::cMenuSetup(), cMenuSetupCAM::cMenuSetupCAM(), cMenuSetupDVB::cMenuSetupDVB(), cMenuSetupEPG::cMenuSetupEPG(), cMenuSetupLNB::cMenuSetupLNB(), cMenuSetupMisc::cMenuSetupMisc(), cMenuSetupOSD::cMenuSetupOSD(), cMenuSetupPage::cMenuSetupPage(), cMenuSetupPlugins::cMenuSetupPlugins(), cMenuSetupRecord::cMenuSetupRecord(), cMenuSetupReplay::cMenuSetupReplay(), cMenuText::cMenuText(), cMenuTimers::cMenuTimers(), cMenuWhatsOn::cMenuWhatsOn(), and cMenuSetupPage::SetPlugin().
void cOsdMenu::SetMenuSortMode | ( | eMenuSortMode | MenuSortMode | ) |
Definition at line 124 of file osdbase.c.
References menuSortMode.
Referenced by cMenuRecordings::Set(), and cMenuChannels::Set().
|
protected |
Definition at line 168 of file osdbase.c.
References displayMenu, mtStatus, cSkinDisplayMenu::SetMessage(), and status.
Referenced by Clear(), Mark(), and ProcessKey().
|
protected |
Definition at line 175 of file osdbase.c.
References title, and Title().
Referenced by cMenuEvent::cMenuEvent(), cOsdMenu(), cPictureMenu::cPictureMenu(), cMenuCam::GenerateTitle(), cMenuSchedule::PrepareScheduleAllAll(), cMenuSchedule::PrepareScheduleAllThis(), cMenuSchedule::PrepareScheduleThisAll(), cMenuSchedule::PrepareScheduleThisThis(), cMenuMain::Set(), cMenuSetup::Set(), and cMenuSetupPage::SetSection().
|
inlineprotected |
Definition at line 129 of file osdbase.h.
References subMenu.
Referenced by AddSubMenu(), cMenuRecording::Display(), cMenuFolder::GetFolder(), cMenuRecordings::ProcessKey(), cMenuChannels::ProcessKey(), cMenuFolder::SetFolder(), cMenuEditTimer::SetFolder(), cMenuPathEdit::SetFolder(), and cMenuRecordingEdit::SetFolder().
|
inlineprotected |
Definition at line 114 of file osdbase.h.
References title.
Referenced by cOsdMenu(), cMenuFolder::DescendPath(), cMenuCommands::Execute(), cMenuFolder::Select(), and SetTitle().
|
private |
|
private |
Definition at line 93 of file osdbase.h.
Referenced by Add(), Clear(), cOsdMenu(), Current(), CursorDown(), CursorUp(), Del(), Display(), DisplayCurrent(), DisplayItem(), HotKey(), Ins(), Mark(), PageDown(), PageUp(), ProcessKey(), RefreshCurrent(), cMenuRecordings::Set(), cMenuRecordingEdit::Set(), cMenuSetupOSD::Set(), cMenuSetupMisc::Set(), SetCurrent(), cMenuEditChannel::Setup(), cMenuSetupEPG::Setup(), cMenuSetupDVB::Setup(), and cMenuSetupLNB::Setup().
|
private |
Definition at line 102 of file osdbase.h.
Referenced by cOsdMenu(), hk(), and SetHasHotkeys().
|
staticprivate |
Definition at line 87 of file osdbase.h.
Referenced by Display(), DisplayCurrent(), DisplayHelp(), DisplayItem(), DisplayMenu(), SetDisplayMenu(), SetStatus(), and ~cOsdMenu().
|
staticprivate |
Definition at line 88 of file osdbase.h.
Referenced by cOsdMenu(), and ~cOsdMenu().
|
private |
Definition at line 90 of file osdbase.h.
Referenced by cOsdMenu(), CursorDown(), CursorUp(), Display(), DisplayItem(), PageDown(), and PageUp().
|
private |
Definition at line 93 of file osdbase.h.
Referenced by Clear(), cOsdMenu(), CursorDown(), CursorUp(), Del(), Display(), DisplayCurrent(), DisplayItem(), PageDown(), PageUp(), and SetCurrent().
|
private |
Definition at line 103 of file osdbase.h.
Referenced by cOsdMenu(), hk(), ProcessKey(), and SetHasHotkeys().
|
private |
Definition at line 99 of file osdbase.h.
Referenced by cOsdMenu(), DisplayHelp(), and SetHelp().
|
private |
Definition at line 100 of file osdbase.h.
Referenced by cOsdMenu(), DisplayCurrent(), and DisplayHelp().
|
private |
Definition at line 99 of file osdbase.h.
Referenced by cOsdMenu(), DisplayHelp(), and SetHelp().
|
private |
Definition at line 99 of file osdbase.h.
Referenced by cOsdMenu(), DisplayHelp(), and SetHelp().
|
private |
Definition at line 99 of file osdbase.h.
Referenced by cOsdMenu(), DisplayHelp(), and SetHelp().
|
private |
Definition at line 104 of file osdbase.h.
Referenced by cOsdMenu(), and HotKey().
|
private |
|
private |
Definition at line 94 of file osdbase.h.
Referenced by Clear(), cOsdMenu(), and SetCurrent().
|
private |
Definition at line 93 of file osdbase.h.
Referenced by Clear(), cOsdMenu(), Mark(), and ProcessKey().
|
private |
Definition at line 95 of file osdbase.h.
Referenced by cOsdMenu(), Display(), and SetMenuCategory().
|
private |
Definition at line 97 of file osdbase.h.
Referenced by cOsdMenu(), Display(), and ProcessKey().
|
private |
Definition at line 96 of file osdbase.h.
Referenced by cOsdMenu(), Display(), and SetMenuSortMode().
|
staticprivate |
Definition at line 89 of file osdbase.h.
Referenced by cOsdMenu(), and Display().
|
private |
Definition at line 101 of file osdbase.h.
Referenced by cOsdMenu(), Display(), SetStatus(), and ~cOsdMenu().
|
private |
Definition at line 98 of file osdbase.h.
Referenced by AddSubMenu(), CloseSubMenu(), cOsdMenu(), Display(), HasSubMenu(), NeedsFastResponse(), ProcessKey(), SubMenu(), and ~cOsdMenu().
|
private |
Definition at line 91 of file osdbase.h.
Referenced by cOsdMenu(), Display(), SetTitle(), Title(), and ~cOsdMenu().