|
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) |
Public Member Functions inherited from cOsdObject | |
| cOsdObject (bool FastResponse=false) | |
| virtual | ~cOsdObject () |
| bool | IsMenu (void) const |
| virtual void | Show (void) |
Public Member Functions inherited from cList< cOsdItem > | |
| 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) |
Public Member Functions inherited from cListBase | |
| 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) |
Protected Member Functions inherited from cOsdObject | |
| void | SetNeedsFastResponse (bool NeedsFastResponse) |
Protected Member Functions inherited from cListBase | |
| 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 | |
Protected Attributes inherited from cListBase | |
| 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 mcUnknown, moVertical, msmUnknown, and cOsdProvider::OsdSizeChanged().
|
virtual |
Definition at line 108 of file osdbase.c.
References DELETENULL(), and cStatus::MsgOsdClear().
Definition at line 214 of file osdbase.c.
References cListBase::Add(), and cListObject::Index().
Referenced by cMenuCam::AddMultiLineItem(), cMenuCommands::cMenuCommands(), cMenuEditFolder::cMenuEditFolder(), cMenuEditTimer::cMenuEditTimer(), cMenuPathEdit::cMenuPathEdit(), cMenuSetupCAM::cMenuSetupCAM(), cMenuSetupPictures::cMenuSetupPictures(), 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(), and osContinue.
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(), 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().
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 osContinue.
Referenced by 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 cOsdItem::ProcessKey().
Referenced by cMenuSetupCAM::Activate(), cMenuChannelItem::Channel(), cMenuRecordings::cMenuRecordings(), cMenuRecordings::Commands(), cMenuFolder::Delete(), cMenuRecordings::Delete(), cMenuChannels::Delete(), cMenuTimers::Delete(), cMenuFolder::Edit(), cMenuChannels::Edit(), cMenuCommands::Execute(), cMenuFolder::GetFolder(), cMenuTimers::GetTimer(), cMenuRecordings::Info(), cMenuSetupCAM::Menu(), cMenuChannels::New(), cMenuRecordings::Open(), cMenuRecordings::Play(), cMenuMain::ProcessKey(), cMenuRecordings::ProcessKey(), cMenuWhatsOn::ProcessKey(), cMenuSchedule::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(), cMenuRecordingItem::SetRecording(), cMenuEditChannel::Setup(), cMenuSetupEPG::Setup(), cMenuSetupDVB::Setup(), cMenuSetupLNB::Setup(), cMenuRecordings::Sort(), cMenuScheduleItem::SortMode(), cMenuChannels::Switch(), cMenuWhatsOn::Switch(), cMenuSchedule::Switch(), cMenuTimerItem::Timer(), and cMenuRecordings::~cMenuRecordings().
|
protected |
Definition at line 385 of file osdbase.c.
References max(), cSetup::MenuScrollPage, cSetup::MenuScrollWrap, and Setup.
|
protected |
Definition at line 347 of file osdbase.c.
References max(), cSetup::MenuScrollPage, cSetup::MenuScrollWrap, and Setup.
|
protectedvirtual |
Definition at line 200 of file osdbase.c.
References cListBase::Del().
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 isempty(), max(), min(), cStatus::MsgOsdClear(), cStatus::MsgOsdCurrentItem(), cStatus::MsgOsdItem(), cStatus::MsgOsdTitle(), mtStatus, cListObject::Next(), cOsdProvider::OsdSizeChanged(), and cOsdItem::Selectable().
Referenced by AddSubMenu(), cMenuFolder::cMenuFolder(), cMenuPathEdit::cMenuPathEdit(), cMenuRecordings::cMenuRecordings(), cMenuWhatsOn::cMenuWhatsOn(), cMenuFolder::Delete(), cMenuRecordings::Delete(), cMenuTimers::Delete(), cMenuText::Display(), cMenuEvent::Display(), cMenuRecording::Display(), cMenuChannels::Number(), cMenuEditTimer::ProcessKey(), cMenuMain::ProcessKey(), cMenuRecordings::ProcessKey(), cMenuTimers::ProcessKey(), cMenuWhatsOn::ProcessKey(), cMenuSchedule::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 cStatus::MsgOsdCurrentItem(), cOsdItem::Selectable(), cOsdItem::SetFresh(), cOsdItem::SetMenuItem(), and cOsdItem::Text().
Referenced by cMenuTimers::OnOff().
|
private |
Definition at line 181 of file osdbase.c.
References cStatus::MsgOsdHelpKeys().
|
protected |
Definition at line 316 of file osdbase.c.
References cListObject::Index(), cStatus::MsgOsdCurrentItem(), cOsdItem::Selectable(), cOsdItem::SetMenuItem(), and cOsdItem::Text().
Referenced by cMenuSetupCAM::ProcessKey().
|
inlineprotected |
Definition at line 109 of file osdbase.h.
Referenced by cMenuChannelItem::Channel(), cMenuText::Display(), cMenuEvent::Display(), cMenuRecording::Display(), cMenuText::ProcessKey(), cMenuEvent::ProcessKey(), cMenuRecording::ProcessKey(), cMenuRecordingItem::SetRecording(), cMenuScheduleItem::SortMode(), and cMenuTimerItem::Timer().
|
inlineprotected |
Definition at line 128 of file osdbase.h.
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(), cMenuEditTimer::ProcessKey(), cMenuMain::ProcessKey(), cMenuRecordings::ProcessKey(), cMenuChannels::ProcessKey(), cMenuTimers::ProcessKey(), cMenuWhatsOn::ProcessKey(), cMenuSchedule::ProcessKey(), cMenuPathEdit::ProcessKey(), cMenuRecordingEdit::ProcessKey(), cMenuRecording::ProcessKey(), cMenuSetupCAM::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 cString::sprintf().
Referenced by cMenuCommands::cMenuCommands(), cMenuMain::Set(), cMenuCam::Set(), and cMenuSetup::Set().
Definition at line 503 of file osdbase.c.
References k0, kNone, kOk, MENUKEY_TIMEOUT, osContinue, cListObject::Prev(), cRemote::Put(), and skipspace().
Definition at line 221 of file osdbase.c.
References cListObject::Index(), and cListBase::Ins().
|
protected |
|
inlinevirtual |
Reimplemented from cOsdObject.
Definition at line 137 of file osdbase.h.
References cOsdObject::NeedsFastResponse(), and NeedsFastResponse().
Referenced by NeedsFastResponse(), and cOsdObject::SetNeedsFastResponse().
|
protected |
Definition at line 459 of file osdbase.c.
References max(), cSetup::MenuScrollWrap, and Setup.
|
protected |
Definition at line 425 of file osdbase.c.
References cSetup::MenuScrollWrap, and Setup.
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 k0, k_Repeat, kBack, kDown, kLeft, kNone, kOk, kRight, kUp, moHorizontal, osBack, osContinue, osUnknown, cOsdItem::ProcessKey(), and cOsdItem::state.
Referenced by cPictureMenu::ProcessKey(), cMenuText::ProcessKey(), cMenuFolder::ProcessKey(), cMenuCommands::ProcessKey(), cMenuEditTimer::ProcessKey(), cMenuEvent::ProcessKey(), cMenuMain::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 cOsdItem::Set().
Referenced by cMenuTimers::OnOff().
|
protected |
Definition at line 341 of file osdbase.c.
References cOsdItem::Selectable().
|
protected |
Definition at line 153 of file osdbase.c.
Referenced by cMenuSetupCAM::cMenuSetupCAM(), cMenuSchedule::PrepareScheduleAllAll(), cMenuSchedule::PrepareScheduleAllThis(), cMenuSchedule::PrepareScheduleThisAll(), and cMenuSchedule::PrepareScheduleThisThis().
|
protected |
Definition at line 283 of file osdbase.c.
References cListObject::Index(), 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 cSkins::Current(), cSkin::DisplayMenu(), and Skins.
|
protected |
Definition at line 162 of file osdbase.c.
Referenced by cMenuCommands::cMenuCommands(), cMenuSetupCAM::cMenuSetupCAM(), cMenuMain::Set(), cMenuCam::Set(), and cMenuSetup::Set().
|
protected |
Definition at line 190 of file osdbase.c.
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.
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(), 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.
Referenced by cMenuRecordings::Set(), and cMenuChannels::Set().
|
protected |
|
protected |
Definition at line 175 of file osdbase.c.
Referenced by cMenuEvent::cMenuEvent(), 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 cListObject::Index().
Referenced by 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.
Referenced by cMenuFolder::DescendPath(), cMenuCommands::Execute(), and cMenuFolder::Select().
|
private |
|
private |
Definition at line 93 of file osdbase.h.
Referenced by cMenuRecordings::Set(), cMenuRecordingEdit::Set(), cMenuSetupOSD::Set(), cMenuSetupMisc::Set(), cMenuEditChannel::Setup(), cMenuSetupEPG::Setup(), cMenuSetupDVB::Setup(), and cMenuSetupLNB::Setup().
|
staticprivate |
Definition at line 87 of file osdbase.h.
Referenced by cOsdObject::Show().
|
staticprivate |
Definition at line 88 of file osdbase.h.
Referenced by cOsdObject::Show().
|
private |
|
private |
|
private |
|
staticprivate |
Definition at line 89 of file osdbase.h.
Referenced by cOsdObject::Show().
1.8.11