vdr  1.7.31
Public Member Functions | Private Attributes | List of all members
cMenuPluginItem Class Reference

Public Member Functions

 cMenuPluginItem (const char *Name, int Index)
int PluginIndex (void)
- Public Member Functions inherited from cOsdItem
 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 eOSState ProcessKey (eKeys Key)
 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 eOSState ProcessKey (eKeys Key)
- Public Member Functions inherited from cListObject
 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
cListObjectPrev (void) const
cListObjectNext (void) const
 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
cListObjectPrev (void) const
cListObjectNext (void) const

Private Attributes

int pluginIndex

Additional Inherited Members

- Protected Attributes inherited from cOsdItem
bool fresh

Detailed Description

Definition at line 3682 of file menu.c.

Constructor & Destructor Documentation

cMenuPluginItem::cMenuPluginItem ( const char *  Name,
int  Index 
)

Definition at line 3690 of file menu.c.

References cListObject::Index(), and pluginIndex.

Member Function Documentation

int cMenuPluginItem::PluginIndex ( void  )
inline

Definition at line 3687 of file menu.c.

References pluginIndex.

Referenced by cMenuMain::ProcessKey().

Member Data Documentation

int cMenuPluginItem::pluginIndex
private

Definition at line 3684 of file menu.c.

Referenced by cMenuPluginItem(), and PluginIndex().


The documentation for this class was generated from the following file: