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"
12 #include "music/tags/MusicInfoTag.h"
13 #include "utils/Stopwatch.h"
15 class CGUIWindowVisualisation
:
19 CGUIWindowVisualisation(void);
20 bool OnMessage(CGUIMessage
& message
) override
;
21 bool OnAction(const CAction
&action
) override
;
22 void FrameMove() override
;
24 EVENT_RESULT
OnMouseEvent(const CPoint
& point
, const KODI::MOUSE::CMouseEvent
& event
) override
;
26 CStopWatch m_initTimer
;
27 CStopWatch m_lockedTimer
;
29 MUSIC_INFO::CMusicInfoTag m_tag
; // current tag info, for finding when the info manager updates