vdr 2.7.3
|
Public Member Functions | |
cMenuSetupCAMItem (cCamSlot *CamSlot) | |
cCamSlot * | CamSlot (void) |
bool | Changed (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 | |
cCamSlot * | camSlot |
Additional Inherited Members | |
![]() | |
bool | fresh |
cMenuSetupCAMItem::cMenuSetupCAMItem | ( | cCamSlot * | CamSlot | ) |
|
inline |
Definition at line 3993 of file menu.c.
References camSlot.
Referenced by cMenuSetupCAM::Activate(), Changed(), cMenuSetupCAMItem(), cMenuSetupCAM::Menu(), cMenuSetupCAM::Reset(), and cMenuSetupCAM::SetHelpKeys().
bool cMenuSetupCAMItem::Changed | ( | void | ) |
Definition at line 4004 of file menu.c.
References CamSlot(), camSlot, CamSlots, CompareInts(), msPresent, msReady, msReset, cOsdItem::SetText(), cVector< T >::Size(), cVector< T >::Sort(), cString::sprintf(), cOsdItem::Text(), and tr.
Referenced by cMenuSetupCAMItem().
|
private |
Definition at line 3990 of file menu.c.
Referenced by CamSlot(), Changed(), and cMenuSetupCAMItem().