23 bool OnAction(
const CAction &action)
override;
26 void Process(
unsigned int currentTime, CDirtyRegionList &dirtyregion)
override;
27 void Render()
override;
28 void RenderEx()
override;
29 void OnWindowLoaded()
override;
30 bool HasVisibleControls()
override;
36 void SeekChapter(
int iChapter);
41 bool m_viewModeChanged;
42 std::chrono::time_point<std::chrono::steady_clock> m_dwShowViewModeTimeout;
44 bool m_bShowCurrentTime;
void Process(unsigned int currentTime, CDirtyRegionList &dirtyregion) override
Definition: GUIWindowFullScreen.cpp:362
EVENT_RESULT
Results of OnMouseEvent() Any value not equal to EVENT_RESULT_UNHANDLED indicates that the event was ...
Definition: GUIControl.h:68
EVENT_RESULT OnMouseEvent(const CPoint &point, const KODI::MOUSE::CMouseEvent &event) override
Perform a mouse action.
Definition: GUIWindowFullScreen.cpp:248
Class encapsulating information regarding a particular user action to be sent to windows and controls...
Definition: Action.h:21
Definition: GUIDialog.h:35
Definition: GUIMessage.h:365
Definition: GUIWindow.h:58
Definition: GUIWindowFullScreen.h:17
void FrameMove() override
Main update function, called every frame prior to rendering Any window that requires updating on a fr...
Definition: GUIWindowFullScreen.cpp:269
Simple class for mouse events.
Definition: MouseEvent.h:20
void ClearBackground() override
Clear the background (if necessary) prior to rendering the window.
Definition: GUIWindowFullScreen.cpp:179