|
MythTV master
|
#include <mythfrontend/videodlg.h>
Public Member Functions | |
| VideoListDeathDelay (const VideoDialog::VideoListPtr &toSave) | |
| ~VideoListDeathDelay () override | |
| VideoDialog::VideoListPtr | GetSaved () |
Static Public Attributes | |
| static constexpr std::chrono::milliseconds | kDelayTimeMS { 3s } |
Private Slots | |
| void | OnTimeUp () |
Private Attributes | |
| class VideoListDeathDelayPrivate * | m_d {nullptr} |
Definition at line 227 of file videodlg.h.
|
explicit |
Definition at line 857 of file videodlg.cpp.
|
override |
Definition at line 864 of file videodlg.cpp.
| VideoDialog::VideoListPtr VideoListDeathDelay::GetSaved | ( | ) |
Definition at line 869 of file videodlg.cpp.
|
privateslot |
Definition at line 874 of file videodlg.cpp.
Referenced by VideoListDeathDelay().
|
staticconstexpr |
Definition at line 239 of file videodlg.h.
Referenced by RunVideoScreen(), and VideoListDeathDelay().
|
private |
Definition at line 245 of file videodlg.h.
Referenced by GetSaved(), and ~VideoListDeathDelay().