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 856 of file videodlg.cpp.
|
override |
Definition at line 863 of file videodlg.cpp.
VideoDialog::VideoListPtr VideoListDeathDelay::GetSaved | ( | ) |
Definition at line 868 of file videodlg.cpp.
|
privateslot |
Definition at line 873 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().