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 40 of file mythscreensaver.cpp.
|
overridedefault |
|
signal |
Referenced by MythMainWindow::MythMainWindow(), and MythScreenSaverControl().
|
signal |
Referenced by MythMainWindow::MythMainWindow(), and MythScreenSaverControl().
|
signal |
Referenced by MythMainWindow::MythMainWindow(), and MythScreenSaverControl().
|
slot |
Definition at line 77 of file mythscreensaver.cpp.
Referenced by MythMainWindow::IsScreensaverAsleep().
|
private |
Definition at line 51 of file mythscreensaver.h.
Referenced by Asleep(), and MythScreenSaverControl().