2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
11 #include "guilib/GUIWindow.h"
16 class CGUIWindowSystemInfo
: public CGUIWindow
19 CGUIWindowSystemInfo(void);
20 ~CGUIWindowSystemInfo(void) override
;
21 bool OnMessage(CGUIMessage
& message
) override
;
22 void FrameMove() override
;
26 void SetControlLabel(int id
, const char *format
, int label
, int info
);
27 std::vector
<std::string
> m_diskUsage
;