kodi
xbmc
dialogs
GUIDialogBusyNoCancel.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
CGUIDialogBusyNoCancel
:
public
CGUIDialog
14
{
15
public
:
16
CGUIDialogBusyNoCancel
(
void
);
17
~
CGUIDialogBusyNoCancel
(
void
)
override
;
18
void
DoProcess(
unsigned
int
currentTime, CDirtyRegionList &dirtyregions)
override
;
19
void
Render()
override
;
20
21
protected
:
22
void
Open_Internal(
bool
bProcessRenderLoop,
const
std::string& param =
""
)
override
;
23
bool
m_bLastVisible =
false
;
24
};
CGUIDialogBusyNoCancel
Definition:
GUIDialogBusyNoCancel.h:13
GUIDialog.h
CGUIDialog
Definition:
GUIDialog.h:35
Generated by
1.8.13