kodi
Public Member Functions | List of all members
KODI::WINDOWING::CDummyOSScreenSaver Class Reference

Dummy implementation of IOSScreenSaver. More...

#include <OSScreenSaver.h>

Inheritance diagram for KODI::WINDOWING::CDummyOSScreenSaver:
Inheritance graph
[legend]
Collaboration diagram for KODI::WINDOWING::CDummyOSScreenSaver:
Collaboration graph
[legend]

Public Member Functions

void Inhibit () override
 Do not allow the OS screen saver to become active. More...
 
void Uninhibit () override
 Allow the OS screen saver to become active again. More...
 

Detailed Description

Dummy implementation of IOSScreenSaver.

Member Function Documentation

◆ Inhibit()

void KODI::WINDOWING::CDummyOSScreenSaver::Inhibit ( )
inlineoverridevirtual

Do not allow the OS screen saver to become active.

Calling this function multiple times without calling Unhibit MUST NOT produce any side-effects.

Implements KODI::WINDOWING::IOSScreenSaver.

◆ Uninhibit()

void KODI::WINDOWING::CDummyOSScreenSaver::Uninhibit ( )
inlineoverridevirtual

Allow the OS screen saver to become active again.

Calling this function multiple times or at all without calling Inhibit MUST NOT produce any side-effects.

Implements KODI::WINDOWING::IOSScreenSaver.


The documentation for this class was generated from the following file: