kodi
xbmc
windows
GUIWindowScreensaverDim.h
1
/*
2
* Copyright (C) 2005-2018 Team Kodi
3
* This file is part of Kodi - https://kodi.tv
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
* See LICENSES/README.md for more information.
7
*/
8
9
#pragma once
10
11
#include "
guilib/GUIDialog.h
"
12
13
class
CGUIWindowScreensaverDim
:
public
CGUIDialog
14
{
15
public
:
16
CGUIWindowScreensaverDim
();
17
18
void
Process(
unsigned
int
currentTime, CDirtyRegionList &dirtyregions)
override
;
19
void
Render()
override
;
20
21
protected
:
22
void
UpdateVisibility()
override
;
23
24
private
:
25
float
m_dimLevel = 100.0f;
26
float
m_newDimLevel = 100.0f;
27
bool
m_visible =
false
;
28
};
CGUIWindowScreensaverDim
Definition:
GUIWindowScreensaverDim.h:13
GUIDialog.h
CGUIDialog
Definition:
GUIDialog.h:35
Generated by
1.8.13