vdr
2.2.0
|
Public Member Functions | |
cMenuTimers (void) | |
virtual | ~cMenuTimers () |
virtual void | Display (void) |
virtual eOSState | ProcessKey (eKeys Key) |
![]() | |
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) |
![]() | |
cOsdObject (bool FastResponse=false) | |
virtual | ~cOsdObject () |
bool | IsMenu (void) const |
virtual void | Show (void) |
![]() | |
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 |
![]() | |
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) |
Private Member Functions | |
eOSState | Commands (eKeys Key=kNone) |
eOSState | Edit (void) |
eOSState | New (void) |
eOSState | Delete (void) |
eOSState | OnOff (void) |
eOSState | Info (void) |
cTimer * | CurrentTimer (void) |
void | SetHelpKeys (void) |
void | ActualiseDiskStatus (void) |
Private Attributes | |
int | helpKeys |
bool | actualiseDiskStatus |
Additional Inherited Members | |
![]() | |
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) |
![]() | |
void | SetNeedsFastResponse (bool NeedsFastResponse) |
![]() | |
cListBase (void) | |
![]() | |
cListObject * | objects |
cListObject * | lastObject |
int | count |
cMenuTimers::cMenuTimers | ( | void | ) |
Definition at line 1215 of file menu.c.
References actualiseDiskStatus, cOsdMenu::Add(), cList< cOsdItem >::First(), cList< T >::First(), helpKeys, cTimers::IncBeingEdited(), mcTimer, cList< T >::Next(), cOsdMenu::SetCurrent(), SetHelpKeys(), cOsdMenu::SetMenuCategory(), cListBase::Sort(), and Timers.
|
virtual |
Definition at line 1231 of file menu.c.
References cTimers::DecBeingEdited(), and Timers.
|
private |
Definition at line 1373 of file menu.c.
References cTimerEntry::active(), actualiseDiskStatus, cListBase::Add(), cListBase::Count(), cTimer::DayMatches(), dsyslog, cTimerEntry::duration(), cList< cOsdItem >::First(), cList< T >::First(), cTimer::IncDay(), cTimerEntry::isDummy(), max(), cList< T >::Next(), cList< cOsdItem >::Next(), cTimerEntry::repTimer(), cTimerEntry::SetDiskStatus(), cListBase::Sort(), cTimerEntry::startTime(), cOsdMenu::status, cTimerEntry::Timer(), and cVideoDirectory::VideoDiskSpace().
Referenced by Display().
Definition at line 1318 of file menu.c.
References cOsdMenu::AddSubMenu(), cTimer::Channel(), CHECK_2PTR_NULL, cListBase::Count(), CurrentTimer(), cTimer::Event(), cTimer::File(), cRecording::FileName(), cRecordings::GetByName(), cChannel::GetChannelID(), cOsdMenu::HasSubMenu(), cListObject::Index(), isyslog, kNone, cRecordings::Load(), osContinue, cMenuCommands::ProcessKey(), Recordings, cTimers::SetEvents(), cEvent::ShortText(), cTimer::StartTime(), cTimer::StopTime(), TimerCommands, Timers, cEvent::Title(), tChannelID::ToString(), and tr.
Referenced by ProcessKey().
|
private |
Definition at line 1236 of file menu.c.
References cOsdMenu::Current(), cList< cOsdItem >::Get(), and cMenuTimerItem::Timer().
Referenced by Commands(), Delete(), Edit(), Info(), OnOff(), and SetHelpKeys().
|
private |
Definition at line 1292 of file menu.c.
References cInterface::Confirm(), cOsdMenu::Current(), CurrentTimer(), cOsdMenu::Del(), cTimers::Del(), Display(), Interface, isyslog, osContinue, cRecordControls::Process(), cTimer::Recording(), cTimers::SetModified(), cTimer::Skip(), Timers, cTimer::ToDescr(), and tr.
Referenced by ProcessKey().
|
virtual |
Reimplemented from cOsdMenu.
Definition at line 1428 of file menu.c.
References ActualiseDiskStatus(), and cOsdMenu::Display().
Referenced by Delete(), OnOff(), and ProcessKey().
|
private |
Definition at line 1277 of file menu.c.
References cOsdMenu::AddSubMenu(), cListBase::Count(), CurrentTimer(), cOsdMenu::HasSubMenu(), isyslog, and osContinue.
Referenced by ProcessKey().
|
private |
Definition at line 1363 of file menu.c.
References cOsdMenu::AddSubMenu(), cListBase::Count(), CurrentTimer(), cTimer::Event(), cOsdMenu::HasSubMenu(), and osContinue.
Referenced by ProcessKey().
|
private |
Definition at line 1285 of file menu.c.
References cOsdMenu::AddSubMenu(), cOsdMenu::HasSubMenu(), and osContinue.
Referenced by ProcessKey().
|
private |
Definition at line 1258 of file menu.c.
References CurrentTimer(), Display(), cTimer::FirstDay(), cTimer::HasFlags(), cOsdMenu::HasSubMenu(), isyslog, cTimer::OnOff(), osContinue, cTimer::PrintFirstDay(), cOsdMenu::RefreshCurrent(), cTimer::SetEventFromSchedule(), cTimers::SetModified(), tfActive, Timers, and cTimer::ToDescr().
Referenced by ProcessKey().
Reimplemented from cOsdMenu.
Definition at line 1434 of file menu.c.
References actualiseDiskStatus, cOsdMenu::Add(), Commands(), cListBase::Count(), Delete(), Display(), Edit(), cList< T >::Get(), cOsdMenu::HasSubMenu(), Info(), k0, k1, kBlue, kGreen, kInfo, kNone, kOk, kRed, kYellow, New(), OnOff(), osContinue, osUnknown, cOsdMenu::ProcessKey(), SetHelpKeys(), cListBase::Sort(), TimerCommands, and Timers.
|
private |
Definition at line 1242 of file menu.c.
References CurrentTimer(), cTimer::Event(), helpKeys, cOsdMenu::SetHelp(), and tr.
Referenced by cMenuTimers(), and ProcessKey().
|
private |
Definition at line 1207 of file menu.c.
Referenced by ActualiseDiskStatus(), cMenuTimers(), and ProcessKey().
|
private |
Definition at line 1198 of file menu.c.
Referenced by cMenuTimers(), and SetHelpKeys().