|
vdr
2.0.7
|
Public Member Functions | |
| cMenuEditRecording (cRecording *Recording) | |
| virtual eOSState | ProcessKey (eKeys Key) |
Public Member Functions inherited from cOsdMenu | |
| 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) |
| int | Current (void) const |
| void | Add (cOsdItem *Item, bool Current=false, cOsdItem *After=NULL) |
| void | Ins (cOsdItem *Item, bool Current=false, cOsdItem *Before=NULL) |
| virtual void | Display (void) |
Public Member Functions inherited from cOsdObject | |
| cOsdObject (bool FastResponse=false) | |
| virtual | ~cOsdObject () |
| bool | IsMenu (void) const |
| virtual void | Show (void) |
Public Member Functions inherited from cList< cOsdItem > | |
| 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 |
Public Member Functions inherited from cListBase | |
| 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 | |
| void | SetHelpKeys (void) |
| eOSState | SetFolder (void) |
Private Attributes | |
| char | name [MaxFileName] |
| cMenuEditStrItem * | file |
| cOsdItem * | marksItem |
| cOsdItem * | resumeItem |
| bool | isResume |
| bool | isMarks |
| cRecording * | recording |
Additional Inherited Members | |
Protected Member Functions inherited from cOsdMenu | |
| 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 | 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) |
Protected Member Functions inherited from cOsdObject | |
| void | SetNeedsFastResponse (bool NeedsFastResponse) |
Protected Member Functions inherited from cListBase | |
| cListBase (void) | |
Protected Attributes inherited from cListBase | |
| cListObject * | objects |
| cListObject * | lastObject |
| int | count |
| cMenuEditRecording::cMenuEditRecording | ( | cRecording * | Recording | ) |
Definition at line 2428 of file menu.c.
References cOsdMenu::Add(), Channels, ChannelString(), cListBase::Count(), DayDateTime(), DirSizeMB(), file, cRecording::FileName(), cRecording::FramesPerSecond(), cChannels::GetByChannelID(), cRecording::Info(), isMarks, cRecording::IsPesRecording(), isResume, cRecording::LengthInSeconds(), cMarks::Load(), marksItem, cRecording::Name(), name, osUnknown, osUser1, osUser2, recording, resumeItem, SetHelpKeys(), cString::sprintf(), cRecording::Start(), tr, and Utf8Strn0Cpy().
Reimplemented from cOsdMenu.
Definition at line 2499 of file menu.c.
References cFileTransfer::Active(), cCutter::Active(), cOsdMenu::AddSubMenu(), cInterface::Confirm(), cListBase::Del(), cResumeFile::Delete(), cOsdMenu::Display(), cRecording::FileName(), cList< T >::First(), cList< cOsdItem >::First(), Folders, cRecording::FramesPerSecond(), cOsdMenu::HasSubMenu(), Interface, isMarks, cRecording::IsPesRecording(), isResume, kBlue, kGreen, kRed, kYellow, cMarks::Load(), marksItem, cSkins::Message(), mtError, mtInfo, cRecording::Name(), name, NewVideoFileName(), cList< T >::Next(), osContinue, osEnd, osRecordings, osUnknown, osUser1, osUser2, cOsdMenu::ProcessKey(), recording, resumeItem, cMarks::Save(), cOsdMenu::SetCurrent(), SetFolder(), cOsdItem::SetSelectable(), Skins, cFileTransfer::Start(), cCutter::Start(), and tr.
|
private |
Definition at line 2479 of file menu.c.
References cOsdMenu::CloseSubMenu(), cOsdMenu::Display(), file, FOLDERDELIMCHAR, cMenuFolder::GetFolder(), isempty(), name, cOsdMenu::SetCurrent(), cString::sprintf(), strn0cpy(), and cOsdMenu::SubMenu().
Referenced by ProcessKey().
|
private |
Definition at line 2474 of file menu.c.
References cOsdMenu::SetHelp(), and tr.
Referenced by cMenuEditRecording().
|
private |
Definition at line 2417 of file menu.c.
Referenced by cMenuEditRecording(), and SetFolder().
|
private |
Definition at line 2419 of file menu.c.
Referenced by cMenuEditRecording(), and ProcessKey().
|
private |
Definition at line 2419 of file menu.c.
Referenced by cMenuEditRecording(), and ProcessKey().
|
private |
Definition at line 2418 of file menu.c.
Referenced by cMenuEditRecording(), and ProcessKey().
|
private |
Definition at line 2416 of file menu.c.
Referenced by cMenuEditRecording(), ProcessKey(), and SetFolder().
|
private |
Definition at line 2420 of file menu.c.
Referenced by cMenuEditRecording(), and ProcessKey().
|
private |
Definition at line 2418 of file menu.c.
Referenced by cMenuEditRecording(), and ProcessKey().
1.8.8