|
MythTV master
|
Controls all instances of the screensaver. More...
#include <libmythui/mythscreensaver.h>
Public Slots | |
| bool | Asleep () |
Signals | |
| void | Disable () |
| void | Restore () |
| void | Reset () |
Public Member Functions | |
| MythScreenSaverControl (MythMainWindow *MainWin, MythDisplay *mDisplay) | |
| ~MythScreenSaverControl () override=default | |
Private Attributes | |
| std::vector< MythScreenSaver * > | m_screenSavers |
Controls all instances of the screensaver.
Definition at line 33 of file mythscreensaver.h.
| MythScreenSaverControl::MythScreenSaverControl | ( | MythMainWindow * | MainWin, |
| MythDisplay * | mDisplay | ||
| ) |
Definition at line 42 of file mythscreensaver.cpp.
|
overridedefault |
|
slot |
Definition at line 79 of file mythscreensaver.cpp.
Referenced by MythMainWindow::IsScreensaverAsleep().
|
signal |
Referenced by MythMainWindow::MythMainWindow(), and MythScreenSaverControl().
|
signal |
Referenced by MythMainWindow::MythMainWindow(), and MythScreenSaverControl().
|
signal |
Referenced by MythMainWindow::MythMainWindow(), and MythScreenSaverControl().
|
private |
Definition at line 51 of file mythscreensaver.h.
Referenced by Asleep(), and MythScreenSaverControl().