vdr
2.2.0
|
Public Member Functions | |
cMenuSetupPluginItem (const char *Name, int Index) | |
int | PluginIndex (void) |
![]() | |
cOsdItem (eOSState State=osUnknown) | |
cOsdItem (const char *Text, eOSState State=osUnknown, bool Selectable=true) | |
virtual | ~cOsdItem () |
bool | Selectable (void) const |
void | SetText (const char *Text, bool Copy=true) |
void | SetSelectable (bool Selectable) |
void | SetFresh (bool Fresh) |
const char * | Text (void) const |
virtual void | Set (void) |
virtual void | SetMenuItem (cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable) |
virtual eOSState | ProcessKey (eKeys Key) |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
virtual int | Compare (const cListObject &ListObject) const |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Private Attributes | |
int | pluginIndex |
Additional Inherited Members | |
![]() | |
bool | fresh |
cMenuSetupPluginItem::cMenuSetupPluginItem | ( | const char * | Name, |
int | Index | ||
) |
Definition at line 4010 of file menu.c.
References cListObject::Index(), and pluginIndex.
Referenced by cMenuSetupPlugins::cMenuSetupPlugins().
|
inline |
Definition at line 4007 of file menu.c.
Referenced by cMenuSetupPlugins::ProcessKey().
|
private |
Definition at line 4004 of file menu.c.
Referenced by cMenuSetupPluginItem().