vdr  2.2.0
Public Member Functions | Private Attributes | List of all members
cMenuTimerItem Class Reference

Public Member Functions

 cMenuTimerItem (cTimer *Timer)
 
void SetDiskStatus (char DiskStatus)
 
virtual int Compare (const cListObject &ListObject) const
 
virtual void Set (void)
 
cTimerTimer (void)
 
virtual void SetMenuItem (cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable)
 
- 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 eOSState ProcessKey (eKeys Key)
 
- Public Member Functions inherited from cListObject
 cListObject (void)
 
virtual ~cListObject ()
 
void Append (cListObject *Object)
 
void Insert (cListObject *Object)
 
void Unlink (void)
 
int Index (void) const
 
cListObjectPrev (void) const
 
cListObjectNext (void) const
 

Private Attributes

cTimertimer
 
char diskStatus
 

Additional Inherited Members

- Protected Attributes inherited from cOsdItem
bool fresh
 

Detailed Description

Definition at line 1073 of file menu.c.

Constructor & Destructor Documentation

cMenuTimerItem::cMenuTimerItem ( cTimer Timer)

Definition at line 1086 of file menu.c.

References cMenuEditTimer::timer.

Member Function Documentation

int cMenuTimerItem::Compare ( const cListObject ListObject) const
virtual

Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".

Reimplemented from cListObject.

Definition at line 1093 of file menu.c.

References cTimer::Compare(), and cMenuEditTimer::timer.

void cMenuTimerItem::Set ( void  )
virtual
void cMenuTimerItem::SetDiskStatus ( char  DiskStatus)

Definition at line 1142 of file menu.c.

void cMenuTimerItem::SetMenuItem ( cSkinDisplayMenu DisplayMenu,
int  Index,
bool  Current,
bool  Selectable 
)
virtual

Reimplemented from cOsdItem.

Definition at line 1136 of file menu.c.

References cSkinDisplayMenu::SetItem(), cSkinDisplayMenu::SetItemTimer(), and cMenuEditTimer::timer.

cTimer* cMenuTimerItem::Timer ( void  )
inline

Definition at line 1082 of file menu.c.

References cOsdMenu::Current(), cOsdMenu::DisplayMenu(), and cMenuEditTimer::timer.

Referenced by cMenuTimers::CurrentTimer().

Member Data Documentation

char cMenuTimerItem::diskStatus
private

Definition at line 1076 of file menu.c.

cTimer* cMenuTimerItem::timer
private

Definition at line 1075 of file menu.c.


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