|
vdr
2.2.0
|
#include <menuitems.h>
Public Member Functions | |
| cMenuSetupPage (void) | |
| virtual eOSState | ProcessKey (eKeys Key) |
| void | SetPlugin (cPlugin *Plugin) |
Public Member Functions inherited from cOsdMenu | |
| 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) |
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 > | |
| cOsdItem * | Get (int Index) const |
| cOsdItem * | First (void) const |
| cOsdItem * | Last (void) const |
| cOsdItem * | Prev (const cOsdItem *object) const |
| cOsdItem * | Next (const cOsdItem *object) const |
Public Member Functions inherited from cListBase | |
| virtual | ~cListBase () |
| 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) |
| cListObject * | Get (int Index) const |
| int | Count (void) const |
| void | Sort (void) |
Protected Member Functions | |
| void | SetSection (const char *Section) |
| virtual void | Store (void)=0 |
| void | SetupStore (const char *Name, const char *Value=NULL) |
| void | SetupStore (const char *Name, int Value) |
Protected Member Functions inherited from cOsdMenu | |
| 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 (void) | |
Private Attributes | |
| cPlugin * | plugin |
Additional Inherited Members | |
Protected Attributes inherited from cListBase | |
| cListObject * | objects |
| cListObject * | lastObject |
| int | count |
Definition at line 211 of file menuitems.h.
| cMenuSetupPage::cMenuSetupPage | ( | void | ) |
Definition at line 1170 of file menuitems.c.
References mcSetup, plugin, and cOsdMenu::SetMenuCategory().
Reimplemented from cOsdMenu.
Reimplemented in cMenuSetupPlugins, cMenuSetupCAM, cMenuSetupLNB, cMenuSetupDVB, cMenuSetupEPG, cMenuSetupOSD, and cHdffSetupPage.
Definition at line 1182 of file menuitems.c.
References kOk, osBack, osUnknown, cOsdMenu::ProcessKey(), and Store().
Referenced by cHdffSetupPage::ProcessKey(), cMenuSetupOSD::ProcessKey(), cMenuSetupEPG::ProcessKey(), cMenuSetupDVB::ProcessKey(), cMenuSetupLNB::ProcessKey(), cMenuSetupCAM::ProcessKey(), and cMenuSetupPlugins::ProcessKey().
| void cMenuSetupPage::SetPlugin | ( | cPlugin * | Plugin | ) |
Definition at line 1197 of file menuitems.c.
References mcPluginSetup, cPlugin::Name(), plugin, cOsdMenu::SetMenuCategory(), SetSection(), cString::sprintf(), and tr.
Referenced by cMenuSetupPlugins::ProcessKey().
|
protected |
Definition at line 1177 of file menuitems.c.
References cOsdMenu::SetTitle(), cString::sprintf(), and tr.
Referenced by cMenuSetupCAM::cMenuSetupCAM(), cMenuSetupLNB::cMenuSetupLNB(), cMenuSetupMisc::cMenuSetupMisc(), cMenuSetupRecord::cMenuSetupRecord(), cMenuSetupReplay::cMenuSetupReplay(), and SetPlugin().
|
protected |
Definition at line 1204 of file menuitems.c.
References plugin, and cPlugin::SetupStore().
Referenced by cMenuSetupPictures::Store().
|
protected |
Definition at line 1210 of file menuitems.c.
References plugin, and cPlugin::SetupStore().
|
protectedpure virtual |
Implemented in cMenuSetupReplay, cMenuSetupBase, cHdffSetupPage, cMenuSetupHello, and cMenuSetupPictures.
Referenced by ProcessKey().
|
private |
Definition at line 213 of file menuitems.h.
Referenced by cMenuSetupPage(), SetPlugin(), and SetupStore().
1.8.11